From 51587caf85dffffcf9d09812ed6501fce37fac97 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 13:08:04 -0500 Subject: [PATCH 1/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- zeromq3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zeromq3.spec b/zeromq3.spec index 64b4f51..2ff1657 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -104,6 +104,9 @@ make check %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 3.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Sep 20 2013 Jose Pedro Oliveira - 3.2.4-1 - update to 3.2.4 From d9fb2c6303371889bf99220eeab348d85ce024d7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 11:36:55 +0000 Subject: [PATCH 2/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- zeromq3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zeromq3.spec b/zeromq3.spec index 2ff1657..975ae1b 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -104,6 +104,9 @@ make check %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 3.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 3.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 718c47a0c1660e63f65629ef44f21d92bd59be16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 13 Dec 2014 12:30:01 +0100 Subject: [PATCH 3/9] - ignore test results on s390(x), the timeouts don't work reliably (related #1116795) --- zeromq3.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/zeromq3.spec b/zeromq3.spec index 975ae1b..3ed16b0 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -82,7 +82,12 @@ rm %{buildroot}%{_libdir}/libzmq.la %check -make check +make check \ +%ifarch s390 s390x + || : +%else + %{nil} +%endif %post -p /sbin/ldconfig @@ -104,6 +109,9 @@ make check %changelog +* Sat Dec 13 2014 Dan Horák - 3.2.4-4 +- ignore test results on s390(x), the timeouts don't work reliably (related #1116795) + * Mon Aug 18 2014 Fedora Release Engineering - 3.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From ea46013a1ef9147d90bd4050bbde0c62b6c07a44 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sat, 21 Feb 2015 00:31:11 +0100 Subject: [PATCH 4/9] Update to 3.2.5 --- .gitignore | 1 + sources | 2 +- zeromq3.spec | 26 +++++--------------------- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 7e0e7b7..1868c96 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /zeromq-3.2.2.tar.gz /zeromq-3.2.3.tar.gz /zeromq-3.2.4.tar.gz +/zeromq-3.2.5.tar.gz diff --git a/sources b/sources index 31bccc3..a5a8b3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39af2d41e3fb744b98d7999e291e05dc zeromq-3.2.4.tar.gz +d4189c152fbdc45b376a30bd643f67fd zeromq-3.2.5.tar.gz diff --git a/zeromq3.spec b/zeromq3.spec index 3ed16b0..19778da 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -1,29 +1,14 @@ %bcond_without pgm Name: zeromq3 -Version: 3.2.4 -Release: 4%{?dist} +Version: 3.2.5 +Release: 1%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries License: LGPLv3+ with exceptions URL: http://www.zeromq.org -# VCS: git:git://github.com/zeromq/libzmq.git -# VCS: git:git://github.com/zeromq/zeromq3-x.git -##### -#Source0: http://download.zeromq.org/zeromq-%%{version}.tar.gz -##### -# created with: -# git clone git:http://github.com/zeromq/libzmq.git && cd limzmq -# git archive --format=tar.gz --prefix=zeromq-3.2.0/ 1ef63bc2adc3d50 > zeromq-3.2.0.tar.gz -#Source0: zeromq-%%{version}.tar.gz -# needed BR for checkout -#BuildRequires: autoconf -#BuildRequires: libtool -##### -# rc's Source0: http://download.zeromq.org/zeromq-%{version}.tar.gz -##### BuildRequires: glib2-devel BuildRequires: libuuid-devel %if %{with pgm} @@ -60,10 +45,6 @@ developing applications that use %{name} 3.x. # remove all files in foreign except Makefiles rm -v $(find foreign -type f | grep -v Makefile) -# Don't turn warnings into errors -sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \ - configure - %build %configure \ @@ -109,6 +90,9 @@ make check \ %changelog +* Sat Feb 21 2015 Jose Pedro Oliveira - 3.2.5-1 +- update to 3.2.5 + * Sat Dec 13 2014 Dan Horák - 3.2.4-4 - ignore test results on s390(x), the timeouts don't work reliably (related #1116795) From 6de4aaf33a59d719e492866a70feb946b363d3ef Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 18:52:12 +0200 Subject: [PATCH 5/9] Rebuilt for GCC 5 C++11 ABI change --- zeromq3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zeromq3.spec b/zeromq3.spec index 19778da..75ae100 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -90,6 +90,9 @@ make check \ %changelog +* Sat May 02 2015 Kalev Lember - 3.2.5-2 +- Rebuilt for GCC 5 C++11 ABI change + * Sat Feb 21 2015 Jose Pedro Oliveira - 3.2.5-1 - update to 3.2.5 From 03b2e8b78b521dc16156a3a4e7798bf4c7c1ba46 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:46:31 +0000 Subject: [PATCH 6/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- zeromq3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zeromq3.spec b/zeromq3.spec index 75ae100..399697e 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -90,6 +90,9 @@ make check \ %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 3.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 3.2.5-2 - Rebuilt for GCC 5 C++11 ABI change From 50363b42fb27c140b278fc8685bd13be5f6bde40 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 04:05:56 +0000 Subject: [PATCH 7/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- zeromq3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zeromq3.spec b/zeromq3.spec index 399697e..1c835f2 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -90,6 +90,9 @@ make check \ %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 3.2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 3.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 2daeeedc0cf948f7c7faaf4573f2178685a13d1f Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 8 Nov 2016 00:33:45 -0200 Subject: [PATCH 8/9] Rebuilt to fix FTBFS rhbz #1308265 --- zeromq3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zeromq3.spec b/zeromq3.spec index 1c835f2..33d833d 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -2,7 +2,7 @@ Name: zeromq3 Version: 3.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -90,6 +90,9 @@ make check \ %changelog +* Tue Nov 08 2016 Filipe Rosset - 3.2.5-5 +- Rebuilt to fix FTBFS rhbz #1308265 + * Fri Feb 05 2016 Fedora Release Engineering - 3.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 0124e7ed5a2110ab51f5c10a6ff06330e7e6b6cd Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 30 Nov 2016 21:58:44 +0100 Subject: [PATCH 9/9] Retired as zeromq3 is not supported upstream anymore. --- .gitignore | 6 -- dead.package | 1 + sources | 1 - zeromq3.spec | 207 --------------------------------------------------- 4 files changed, 1 insertion(+), 214 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zeromq3.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1868c96..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/zeromq-3.2.0.tar.gz -/zeromq-3.2.1-rc2.tar.gz -/zeromq-3.2.2.tar.gz -/zeromq-3.2.3.tar.gz -/zeromq-3.2.4.tar.gz -/zeromq-3.2.5.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3fb996d --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retired as zeromq3 is not supported upstream anymore. diff --git a/sources b/sources deleted file mode 100644 index a5a8b3d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d4189c152fbdc45b376a30bd643f67fd zeromq-3.2.5.tar.gz diff --git a/zeromq3.spec b/zeromq3.spec deleted file mode 100644 index 33d833d..0000000 --- a/zeromq3.spec +++ /dev/null @@ -1,207 +0,0 @@ -%bcond_without pgm - -Name: zeromq3 -Version: 3.2.5 -Release: 5%{?dist} -Summary: Software library for fast, message-based applications - -Group: System Environment/Libraries -License: LGPLv3+ with exceptions -URL: http://www.zeromq.org -Source0: http://download.zeromq.org/zeromq-%{version}.tar.gz -BuildRequires: glib2-devel -BuildRequires: libuuid-devel -%if %{with pgm} -BuildRequires: openpgm-devel -%endif - - -%description -The 0MQ lightweight messaging kernel is a library which extends the -standard socket interfaces with features traditionally provided by -specialized messaging middle-ware products. 0MQ sockets provide an -abstraction of asynchronous message queues, multiple messaging -patterns, message filtering (subscriptions), seamless access to -multiple transport protocols and more. - -This package contains the ZeroMQ shared library for versions 3.x. - - -%package devel -Summary: Development files for %{name} -Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} -Conflicts: zeromq-devel%{?_isa} - - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name} 3.x. - - -%prep -%setup -qn zeromq-%{version} - -# remove all files in foreign except Makefiles -rm -v $(find foreign -type f | grep -v Makefile) - - -%build -%configure \ -%if %{with pgm} - --with-system-pgm \ -%endif - --disable-static -make %{?_smp_mflags} - - -%install -make install DESTDIR=%{buildroot} INSTALL="install -p" - -# remove *.la -rm %{buildroot}%{_libdir}/libzmq.la - - -%check -make check \ -%ifarch s390 s390x - || : -%else - %{nil} -%endif - - -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - -%files -%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README -%{_libdir}/libzmq.so.* - -%files devel -%{_libdir}/libzmq.so -%{_libdir}/pkgconfig/libzmq.pc -%{_includedir}/zmq* -%{_mandir}/man3/zmq*.3* -%{_mandir}/man7/zmq*.7* - - -%changelog -* Tue Nov 08 2016 Filipe Rosset - 3.2.5-5 -- Rebuilt to fix FTBFS rhbz #1308265 - -* Fri Feb 05 2016 Fedora Release Engineering - 3.2.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 3.2.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 3.2.5-2 -- Rebuilt for GCC 5 C++11 ABI change - -* Sat Feb 21 2015 Jose Pedro Oliveira - 3.2.5-1 -- update to 3.2.5 - -* Sat Dec 13 2014 Dan Horák - 3.2.4-4 -- ignore test results on s390(x), the timeouts don't work reliably (related #1116795) - -* Mon Aug 18 2014 Fedora Release Engineering - 3.2.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 3.2.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Sep 20 2013 Jose Pedro Oliveira - 3.2.4-1 -- update to 3.2.4 - -* Thu Aug 8 2013 Thomas Spura - 3.2.3-4 -- correct license to contain classpath exceptions (#921384) - -* Sun Aug 04 2013 Fedora Release Engineering - 3.2.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri May 17 2013 Thomas Spura - 3.2.3-2 -- Rebuilt for openpgm-5.2 and sed correct version into configure (#963894) - -* Tue May 7 2013 Thomas Spura - 3.2.3-1 -- update to 3.2.3 (fixes #914985) - -* Fri Feb 15 2013 Fedora Release Engineering - 3.2.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jan 14 2013 Thomas Spura - 3.2.2-3 -- delete foreign files with dubious license in %%prep (#892111) - - -* Fri Dec 14 2012 Thomas Spura - 3.2.2-2 -- add bcond_without pgm macro (Jose Pedro Oliveira, #867182) -- remove bundled pgm -- add zeromq-3 git repository - -* Tue Nov 27 2012 Andrew Niemantsverdriet - 3.2.1-0.1.rc2 -- update to 3.2.1-rc2 (#867182) - -* Fri Oct 12 2012 Thomas Spura - 3.2.0-0.3.20121009git1ef63bc -- remove defattr and rm -rf buildroot - -* Wed Oct 10 2012 Thomas Spura - 3.2.0-0.2.20121009git1ef63bc -- delete defattr and remove (>el5) macro to only target el6+ and fc17+ -- conflict with zeromq-devel -- use proper version - -* Wed Oct 10 2012 Thomas Spura - 3.2.0-0.1 -- update to 3.2.0 past rc1 - -* Sun Jul 22 2012 Fedora Release Engineering - 2.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Apr 26 2012 Thomas Spura - 2.2.0-1 -- update to 2.2.0 - -* Sat Jan 7 2012 Thomas Spura - 2.1.11-1 -- update to 2.1.11 (as part of rebuilding with gcc-4.7) - -* Tue Sep 20 2011 Thomas Spura - 2.1.9-1 -- update to 2.1.9 -- add check section - -* Wed Apr 6 2011 Thomas Spura - 2.1.4-1 -- update to new version (#690199) - -* Wed Mar 23 2011 Thomas Spura - 2.1.3-1 -- update to new version (#690199) -- utils subpackage was removed upstream - (obsolete it) - -* Tue Feb 08 2011 Fedora Release Engineering - 2.0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jan 13 2011 Pavel Zhukov - 2.0.10-1 -- update version -- add rpath delete -- change includedir filelist - -* Fri Aug 27 2010 Thomas Spura - 2.0.8-1 -- update to new version - -* Fri Jul 23 2010 Thomas Spura - 2.0.7-4 -- upstream VCS changed -- remove buildroot / %%clean -- change descriptions - -* Tue Jul 20 2010 Thomas Spura - 2.0.7-3 -- move binaries to seperate utils package - -* Sat Jun 12 2010 Thomas Spura - 2.0.7-2 -- remove BR: libstdc++-devel -- move man3 to the devel package -- change group to System Environment/Libraries - -* Sat Jun 12 2010 Thomas Spura - 2.0.7-1 -- initial package (based on upstreams example one)