nathans pushed to golang-github-ldap-v3 (master). "Updated with
alternate (gopkg.in/ldap.v3) sub-package ala bufio"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 04:26:01 UTC
From 0884ec791fbbfccf15173c829c62e5732eefddc7 Mon Sep 17 00:00:00 2001
From: Nathan Scott <nathans(a)redhat.com>
Date: Apr 01 2019 04:25:01 +0000
Subject: Updated with alternate (gopkg.in/ldap.v3) sub-package ala bufio
---
diff --git a/golang-github-ldap-v3.spec b/golang-github-ldap-v3.spec
index 40f404d..b30aada 100644
--- a/golang-github-ldap-v3.spec
+++ b/golang-github-ldap-v3.spec
@@ -4,10 +4,13 @@ Version: 3.0.2
%gometa
%global v3_goipath gopkg.in/v3/go-ldap/ldap
+%global v3_goipath_sec gopkg.in/ldap.v3
+
%global v3_goipath_name %gorpmname %{v3_goipath}
+%global v3_goipath_sec_name %gorpmname %{v3_goipath_sec}
Name: %{goname}-v3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Basic LDAP v3 functionality for Go
License: MIT
URL: %{gourl}
@@ -19,10 +22,6 @@ BuildRequires: golang(gopkg.in/asn1-ber.v1)
%{summary}.
-%build
-true
-
-
%package devel
Summary: %{summary}
BuildArch: noarch
@@ -44,6 +43,17 @@ This package contains library source intended for
building other packages which use import path with
%{v3_goipath} prefix.
+%package -n %{v3_goipath_sec_name}-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{v3_goipath_sec_name}-devel
+%{summary}.
+
+This package contains library source intended for
+building other packages which use import path with
+%{v3_goipath_sec} prefix.
+
%prep
%forgeautosetup -p1
@@ -53,6 +63,7 @@ rm ldap_test.go # accesses network services on ldap.itd.umich.edu
%install
%goinstall
%goinstall -i %{v3_goipath} -o v3-devel.file-list
+%goinstall -i %{v3_goipath_sec} -o v3-sec-devel.file-list
%check
@@ -67,7 +78,14 @@ rm ldap_test.go # accesses network services on ldap.itd.umich.edu
%license LICENSE
%doc README.md
+%files -n %{v3_goipath_sec_name}-devel -f v3-sec-devel.file-list
+%license LICENSE
+%doc README.md
+
%changelog
+* Mon Apr 01 2019 Nathan Scott <nathans(a)redhat.com> - 3.0.2-2
+- Updated with alternate (gopkg.in/ldap.v3) sub-package
+
* Fri Mar 29 2019 Nathan Scott <nathans(a)redhat.com> - 3.0.2-1
- First package for Fedora
https://src.fedoraproject.org/rpms/golang-github-ldap-v3/c/0884ec791fbbfc...
3Â years, 10Â months
nathans pushed to golang-github-ldap-v3 (f30). "Updated with
alternate (gopkg.in/ldap.v3) sub-package ala bufio"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 04:25:45 UTC
From 0884ec791fbbfccf15173c829c62e5732eefddc7 Mon Sep 17 00:00:00 2001
From: Nathan Scott <nathans(a)redhat.com>
Date: Apr 01 2019 04:25:01 +0000
Subject: Updated with alternate (gopkg.in/ldap.v3) sub-package ala bufio
---
diff --git a/golang-github-ldap-v3.spec b/golang-github-ldap-v3.spec
index 40f404d..b30aada 100644
--- a/golang-github-ldap-v3.spec
+++ b/golang-github-ldap-v3.spec
@@ -4,10 +4,13 @@ Version: 3.0.2
%gometa
%global v3_goipath gopkg.in/v3/go-ldap/ldap
+%global v3_goipath_sec gopkg.in/ldap.v3
+
%global v3_goipath_name %gorpmname %{v3_goipath}
+%global v3_goipath_sec_name %gorpmname %{v3_goipath_sec}
Name: %{goname}-v3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Basic LDAP v3 functionality for Go
License: MIT
URL: %{gourl}
@@ -19,10 +22,6 @@ BuildRequires: golang(gopkg.in/asn1-ber.v1)
%{summary}.
-%build
-true
-
-
%package devel
Summary: %{summary}
BuildArch: noarch
@@ -44,6 +43,17 @@ This package contains library source intended for
building other packages which use import path with
%{v3_goipath} prefix.
+%package -n %{v3_goipath_sec_name}-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{v3_goipath_sec_name}-devel
+%{summary}.
+
+This package contains library source intended for
+building other packages which use import path with
+%{v3_goipath_sec} prefix.
+
%prep
%forgeautosetup -p1
@@ -53,6 +63,7 @@ rm ldap_test.go # accesses network services on ldap.itd.umich.edu
%install
%goinstall
%goinstall -i %{v3_goipath} -o v3-devel.file-list
+%goinstall -i %{v3_goipath_sec} -o v3-sec-devel.file-list
%check
@@ -67,7 +78,14 @@ rm ldap_test.go # accesses network services on ldap.itd.umich.edu
%license LICENSE
%doc README.md
+%files -n %{v3_goipath_sec_name}-devel -f v3-sec-devel.file-list
+%license LICENSE
+%doc README.md
+
%changelog
+* Mon Apr 01 2019 Nathan Scott <nathans(a)redhat.com> - 3.0.2-2
+- Updated with alternate (gopkg.in/ldap.v3) sub-package
+
* Fri Mar 29 2019 Nathan Scott <nathans(a)redhat.com> - 3.0.2-1
- First package for Fedora
https://src.fedoraproject.org/rpms/golang-github-ldap-v3/c/0884ec791fbbfc...
3Â years, 10Â months
nathans pushed to golang-github-ldap-v3 (f29). "Updated with
alternate (gopkg.in/ldap.v3) sub-package ala bufio"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 04:25:12 UTC
From 0884ec791fbbfccf15173c829c62e5732eefddc7 Mon Sep 17 00:00:00 2001
From: Nathan Scott <nathans(a)redhat.com>
Date: Apr 01 2019 04:25:01 +0000
Subject: Updated with alternate (gopkg.in/ldap.v3) sub-package ala bufio
---
diff --git a/golang-github-ldap-v3.spec b/golang-github-ldap-v3.spec
index 40f404d..b30aada 100644
--- a/golang-github-ldap-v3.spec
+++ b/golang-github-ldap-v3.spec
@@ -4,10 +4,13 @@ Version: 3.0.2
%gometa
%global v3_goipath gopkg.in/v3/go-ldap/ldap
+%global v3_goipath_sec gopkg.in/ldap.v3
+
%global v3_goipath_name %gorpmname %{v3_goipath}
+%global v3_goipath_sec_name %gorpmname %{v3_goipath_sec}
Name: %{goname}-v3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Basic LDAP v3 functionality for Go
License: MIT
URL: %{gourl}
@@ -19,10 +22,6 @@ BuildRequires: golang(gopkg.in/asn1-ber.v1)
%{summary}.
-%build
-true
-
-
%package devel
Summary: %{summary}
BuildArch: noarch
@@ -44,6 +43,17 @@ This package contains library source intended for
building other packages which use import path with
%{v3_goipath} prefix.
+%package -n %{v3_goipath_sec_name}-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{v3_goipath_sec_name}-devel
+%{summary}.
+
+This package contains library source intended for
+building other packages which use import path with
+%{v3_goipath_sec} prefix.
+
%prep
%forgeautosetup -p1
@@ -53,6 +63,7 @@ rm ldap_test.go # accesses network services on ldap.itd.umich.edu
%install
%goinstall
%goinstall -i %{v3_goipath} -o v3-devel.file-list
+%goinstall -i %{v3_goipath_sec} -o v3-sec-devel.file-list
%check
@@ -67,7 +78,14 @@ rm ldap_test.go # accesses network services on ldap.itd.umich.edu
%license LICENSE
%doc README.md
+%files -n %{v3_goipath_sec_name}-devel -f v3-sec-devel.file-list
+%license LICENSE
+%doc README.md
+
%changelog
+* Mon Apr 01 2019 Nathan Scott <nathans(a)redhat.com> - 3.0.2-2
+- Updated with alternate (gopkg.in/ldap.v3) sub-package
+
* Fri Mar 29 2019 Nathan Scott <nathans(a)redhat.com> - 3.0.2-1
- First package for Fedora
https://src.fedoraproject.org/rpms/golang-github-ldap-v3/c/0884ec791fbbfc...
3Â years, 10Â months
cheeselee pushed to Zim (f30). "new release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 03:35:00 UTC
From 2a41caba7cd209661561e9218a85e1b0cc0d3323 Mon Sep 17 00:00:00 2001
From: Robin Lee <cheeselee(a)fedoraproject.org>
Date: Apr 01 2019 03:33:47 +0000
Subject: new release
Recommends appindicator to keep compatible with previous version
Enable tests
---
diff --git a/.gitignore b/.gitignore
index f222cf2..bcb8a7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/zim-0.69.tar.gz
/zim-0.70-rc1.tar.gz
/zim-0.70-rc3.tar.gz
+/zim-0.70.tar.gz
diff --git a/Zim.spec b/Zim.spec
index 9f681a8..b126969 100644
--- a/Zim.spec
+++ b/Zim.spec
@@ -1,12 +1,13 @@
Name: Zim
Version: 0.70
-Release: 0.3.rc3%{?dist}
+Release: 1%{?dist}
Summary: Desktop wiki & notekeeper
-# The entire source code is GPLv2+ except ./zim/inc/xdot.py which is LGPLv3+
-License: GPLv2+ and LGPLv3+
+# The entire source code is GPLv2+ except
+# ./zim/plugins/pageindex/generictreemodel,.py which is LGPLv2+
+License: GPLv2+ and LGPLv2+
URL: http://zim-wiki.org/
-Source0: http://www.zim-wiki.org/downloads/zim-%{version}-rc3.tar.gz
+Source0: http://www.zim-wiki.org/downloads/zim-%{version}.tar.gz
BuildArch: noarch
@@ -14,10 +15,12 @@ BuildRequires: desktop-file-utils
BuildRequires: python3-devel
BuildRequires: python3-gobject
BuildRequires: gtk3, python3-pyxdg
-#BuildRequires: /usr/bin/xvfb-run
+# for tests
+BuildRequires: /usr/bin/xvfb-run
Requires: python3-gobject
Requires: gtk3, python3-pyxdg
+Recommends: libappindicator-gtk3
%description
Zim is a WYSIWYG text editor written in Python which aims to bring the
@@ -29,7 +32,7 @@ and feel of an outliner. This tool is intended to keep track of TODO lists
or to serve as a personal scratch book.
%prep
-%setup -q -n zim-%{version}-rc3
+%setup -q -n zim-%{version}
%build
./setup.py build
@@ -43,8 +46,7 @@ rm -rf %{buildroot}
desktop-file-validate %{buildroot}%{_datadir}/applications/zim.desktop
%check
-# The 'hicolor' themewas not found
-#xvfb-run ./test.py
+xvfb-run ./test.py
%if 0%{?rhel} && 0%{?rhel} <= 7
%post
@@ -84,6 +86,11 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%{_datadir}/metainfo/*
%changelog
+* Mon Apr 1 2019 Robin Lee <cheeselee(a)fedoraproject.org> - 0.70-1
+- new release
+- Recommends appindicator to keep compatible with previous version
+- Enable tests
+
* Tue Feb 19 2019 Robin Lee <cheeselee(a)fedoraproject.org> - 0.70-0.3.rc3
- Update to 0.70-rc3
diff --git a/sources b/sources
index 60fa8d3..553fa1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zim-0.70-rc3.tar.gz) = 4671e066b2366d6719cc1863ccb442f8feb9cd853fb7aa2de54ceae20bda5e2f0118edd3c0a5b49838d40acf4fd9ac5c8841002ac4f6638e710834131d5cc4d9
+SHA512 (zim-0.70.tar.gz) = 28a16b6ff0b8e09353a0d13845c73efa1ca5dd8e7e820c22be0394e2cd88dc3eb42942b1a86cb95f0bd157e7d614064a8e84ad6a5c71ac5efcfc6fdec8da2467
https://src.fedoraproject.org/rpms/Zim/c/2a41caba7cd209661561e9218a85e1b0...
3Â years, 10Â months
cheeselee pushed to Zim (master). "new release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 03:34:18 UTC
From 2a41caba7cd209661561e9218a85e1b0cc0d3323 Mon Sep 17 00:00:00 2001
From: Robin Lee <cheeselee(a)fedoraproject.org>
Date: Apr 01 2019 03:33:47 +0000
Subject: new release
Recommends appindicator to keep compatible with previous version
Enable tests
---
diff --git a/.gitignore b/.gitignore
index f222cf2..bcb8a7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/zim-0.69.tar.gz
/zim-0.70-rc1.tar.gz
/zim-0.70-rc3.tar.gz
+/zim-0.70.tar.gz
diff --git a/Zim.spec b/Zim.spec
index 9f681a8..b126969 100644
--- a/Zim.spec
+++ b/Zim.spec
@@ -1,12 +1,13 @@
Name: Zim
Version: 0.70
-Release: 0.3.rc3%{?dist}
+Release: 1%{?dist}
Summary: Desktop wiki & notekeeper
-# The entire source code is GPLv2+ except ./zim/inc/xdot.py which is LGPLv3+
-License: GPLv2+ and LGPLv3+
+# The entire source code is GPLv2+ except
+# ./zim/plugins/pageindex/generictreemodel,.py which is LGPLv2+
+License: GPLv2+ and LGPLv2+
URL: http://zim-wiki.org/
-Source0: http://www.zim-wiki.org/downloads/zim-%{version}-rc3.tar.gz
+Source0: http://www.zim-wiki.org/downloads/zim-%{version}.tar.gz
BuildArch: noarch
@@ -14,10 +15,12 @@ BuildRequires: desktop-file-utils
BuildRequires: python3-devel
BuildRequires: python3-gobject
BuildRequires: gtk3, python3-pyxdg
-#BuildRequires: /usr/bin/xvfb-run
+# for tests
+BuildRequires: /usr/bin/xvfb-run
Requires: python3-gobject
Requires: gtk3, python3-pyxdg
+Recommends: libappindicator-gtk3
%description
Zim is a WYSIWYG text editor written in Python which aims to bring the
@@ -29,7 +32,7 @@ and feel of an outliner. This tool is intended to keep track of TODO lists
or to serve as a personal scratch book.
%prep
-%setup -q -n zim-%{version}-rc3
+%setup -q -n zim-%{version}
%build
./setup.py build
@@ -43,8 +46,7 @@ rm -rf %{buildroot}
desktop-file-validate %{buildroot}%{_datadir}/applications/zim.desktop
%check
-# The 'hicolor' themewas not found
-#xvfb-run ./test.py
+xvfb-run ./test.py
%if 0%{?rhel} && 0%{?rhel} <= 7
%post
@@ -84,6 +86,11 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%{_datadir}/metainfo/*
%changelog
+* Mon Apr 1 2019 Robin Lee <cheeselee(a)fedoraproject.org> - 0.70-1
+- new release
+- Recommends appindicator to keep compatible with previous version
+- Enable tests
+
* Tue Feb 19 2019 Robin Lee <cheeselee(a)fedoraproject.org> - 0.70-0.3.rc3
- Update to 0.70-rc3
diff --git a/sources b/sources
index 60fa8d3..553fa1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zim-0.70-rc3.tar.gz) = 4671e066b2366d6719cc1863ccb442f8feb9cd853fb7aa2de54ceae20bda5e2f0118edd3c0a5b49838d40acf4fd9ac5c8841002ac4f6638e710834131d5cc4d9
+SHA512 (zim-0.70.tar.gz) = 28a16b6ff0b8e09353a0d13845c73efa1ca5dd8e7e820c22be0394e2cd88dc3eb42942b1a86cb95f0bd157e7d614064a8e84ad6a5c71ac5efcfc6fdec8da2467
https://src.fedoraproject.org/rpms/Zim/c/2a41caba7cd209661561e9218a85e1b0...
3Â years, 10Â months
greghellings pushed to mingw-nspr (f30). "Upstream version 4.21
(..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 02:23:53 UTC
From 00d7a2e7c96aa7f1f0fc69dfab4093b3df990514 Mon Sep 17 00:00:00 2001
From: Gregory Hellings <greg.hellings(a)gmail.com>
Date: Apr 01 2019 02:18:32 +0000
Subject: Upstream version 4.21
Fixes BZ1686375
---
diff --git a/.gitignore b/.gitignore
index 804940b..9959eb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ results_mingw-nspr
/nspr-4.17.tar.gz
/nspr-4.18.tar.gz
/nspr-4.19.tar.gz
+/nspr-4.21.tar.gz
diff --git a/mingw-nspr.spec b/mingw-nspr.spec
index 9138fe4..0281a98 100644
--- a/mingw-nspr.spec
+++ b/mingw-nspr.spec
@@ -1,8 +1,8 @@
%{?mingw_package_header}
Name: mingw-nspr
-Version: 4.19
-Release: 3%{?dist}
+Version: 4.21
+Release: 1%{?dist}
Summary: MinGW build of Netscape Portable Runtime
License: MPLv2.0
@@ -189,6 +189,9 @@ popd
%{mingw64_libdir}/libplds4_s.a
%changelog
+* Sun Mar 31 2019 Greg Hellings <greg.hellings(a)gmail.com> - 4.21-1
+- Upstream version 4.21
+
* Fri Feb 01 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 316e716..23cebd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nspr-4.19.tar.gz) = 45a48111d0f89db0649a5e1356719868ff81881f9cf48c22c1d13b0831978b103f19e9840d6a5359fcdc90d763c0a60f0a29f7840d756a5efbd53ce1afd36844
+SHA512 (nspr-4.21.tar.gz) = 4f152c6ca32d9dd4cf3d92b4b54f249ac1fa39047811f7c0c7a67bdc73173cf7de0dce36dc278ad781189ea2fdc71fa70e044597676a8b1f5e6d664907e5ab7c
https://src.fedoraproject.org/rpms/mingw-nspr/c/00d7a2e7c96aa7f1f0fc69dfa...
3Â years, 10Â months
greghellings pushed to mingw-nspr (master). "Upstream version 4.21
(..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-01 02:17:48 UTC
From cb21ea9f35eeed7bc389d2ab538b1ff2897af6b7 Mon Sep 17 00:00:00 2001
From: Gregory Hellings <greg.hellings(a)gmail.com>
Date: Apr 01 2019 02:17:27 +0000
Subject: Upstream version 4.21
Fixes BZ1686375
---
diff --git a/.gitignore b/.gitignore
index 804940b..9959eb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ results_mingw-nspr
/nspr-4.17.tar.gz
/nspr-4.18.tar.gz
/nspr-4.19.tar.gz
+/nspr-4.21.tar.gz
diff --git a/mingw-nspr.spec b/mingw-nspr.spec
index 9138fe4..0281a98 100644
--- a/mingw-nspr.spec
+++ b/mingw-nspr.spec
@@ -1,8 +1,8 @@
%{?mingw_package_header}
Name: mingw-nspr
-Version: 4.19
-Release: 3%{?dist}
+Version: 4.21
+Release: 1%{?dist}
Summary: MinGW build of Netscape Portable Runtime
License: MPLv2.0
@@ -189,6 +189,9 @@ popd
%{mingw64_libdir}/libplds4_s.a
%changelog
+* Sun Mar 31 2019 Greg Hellings <greg.hellings(a)gmail.com> - 4.21-1
+- Upstream version 4.21
+
* Fri Feb 01 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 316e716..23cebd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nspr-4.19.tar.gz) = 45a48111d0f89db0649a5e1356719868ff81881f9cf48c22c1d13b0831978b103f19e9840d6a5359fcdc90d763c0a60f0a29f7840d756a5efbd53ce1afd36844
+SHA512 (nspr-4.21.tar.gz) = 4f152c6ca32d9dd4cf3d92b4b54f249ac1fa39047811f7c0c7a67bdc73173cf7de0dce36dc278ad781189ea2fdc71fa70e044597676a8b1f5e6d664907e5ab7c
https://src.fedoraproject.org/rpms/mingw-nspr/c/cb21ea9f35eeed7bc389d2ab5...
3Â years, 10Â months