Upstream upgrade

Fixes #1876738 and #1876689
This commit is contained in:
Denis Arnaud 2020-09-15 22:53:58 +02:00
parent 4f02baed80
commit 4f322ac6af
3 changed files with 13 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,11 +1,11 @@
/zeromq-*.tar.* /zeromq-*.tar.*
/zeromq-*.src.rpm /zeromq-*.src.rpm
/zeromq-*.*.*/ /zeromq-*.*.*/
/libzmq-*.*.*/
/clog /clog
.build-*.*.log .build-*.*.log
/noarch/ /noarch/
/x86_64/ /x86_64/
/i?86/ /i?86/
/tarballs/ /tarballs/
/libzmq-4.3.1.tar.gz /libzmq-*.*.*.tar.gz
/libzmq-4.3.2.tar.gz

View File

@ -1 +1 @@
SHA512 (libzmq-4.3.2.tar.gz) = 3c0a2dfc60c2265311f6ba16c47fab37e71312949b4cf2aa8855530431763bb6b8844c7d72c4b112c21125f0590c663d2a3192249b14611df64a2c6d3e5ac1c7 SHA512 (libzmq-4.3.3.tar.gz) = 99c9813e8b852997abaacf74f477feee7f1a4d87998c24fd6abcbb200eda3becdc2d051db7ace2ee82bc948d8801e2895ea9be7fe9784d982225e6b883044c81

View File

@ -1,13 +1,13 @@
%bcond_without pgm %bcond_without pgm
Name: zeromq Name: zeromq
Version: 4.3.2 Version: 4.3.3
Release: 5%{?dist} Release: 1%{?dist}
Summary: Software library for fast, message-based applications Summary: Software library for fast, message-based applications
License: LGPLv3+ License: LGPLv3+
URL: https://zeromq.org URL: https://zeromq.org
Source0: https://github.com/zeromq/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz Source0: https://github.com/%{name}/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -86,6 +86,9 @@ make check V=1 || ( cat test-suite.log && exit 1 )
%license COPYING COPYING.LESSER %license COPYING COPYING.LESSER
%{_bindir}/curve_keygen %{_bindir}/curve_keygen
%{_libdir}/libzmq.so.5* %{_libdir}/libzmq.so.5*
%{_mandir}/man3/zmq_*
%{_mandir}/man7/zmq_*
%{_mandir}/man7/zmq.*
%files devel %files devel
%{_libdir}/libzmq.so %{_libdir}/libzmq.so
@ -94,6 +97,10 @@ make check V=1 || ( cat test-suite.log && exit 1 )
%changelog %changelog
* Tue Sep 15 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.3-1
- Upstream upgrade
- Fixes #1876738 and #1876689
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-5 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-5
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild