From 4f322ac6af1af84e2a80852e395f6b55528a53d2 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Sep 15 2020 20:53:58 +0000 Subject: Upstream upgrade Fixes #1876738 and #1876689 --- diff --git a/.gitignore b/.gitignore index 9833261..e364447 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ /zeromq-*.tar.* /zeromq-*.src.rpm /zeromq-*.*.*/ +/libzmq-*.*.*/ /clog .build-*.*.log /noarch/ /x86_64/ /i?86/ /tarballs/ -/libzmq-4.3.1.tar.gz -/libzmq-4.3.2.tar.gz +/libzmq-*.*.*.tar.gz diff --git a/sources b/sources index 3ae9ba4..90451a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libzmq-4.3.2.tar.gz) = 3c0a2dfc60c2265311f6ba16c47fab37e71312949b4cf2aa8855530431763bb6b8844c7d72c4b112c21125f0590c663d2a3192249b14611df64a2c6d3e5ac1c7 +SHA512 (libzmq-4.3.3.tar.gz) = 99c9813e8b852997abaacf74f477feee7f1a4d87998c24fd6abcbb200eda3becdc2d051db7ace2ee82bc948d8801e2895ea9be7fe9784d982225e6b883044c81 diff --git a/zeromq.spec b/zeromq.spec index 492739a..f29ee5a 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,13 +1,13 @@ %bcond_without pgm Name: zeromq -Version: 4.3.2 -Release: 5%{?dist} +Version: 4.3.3 +Release: 1%{?dist} Summary: Software library for fast, message-based applications License: LGPLv3+ 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: automake @@ -86,6 +86,9 @@ make check V=1 || ( cat test-suite.log && exit 1 ) %license COPYING COPYING.LESSER %{_bindir}/curve_keygen %{_libdir}/libzmq.so.5* +%{_mandir}/man3/zmq_* +%{_mandir}/man7/zmq_* +%{_mandir}/man7/zmq.* %files devel %{_libdir}/libzmq.so @@ -94,6 +97,10 @@ make check V=1 || ( cat test-suite.log && exit 1 ) %changelog +* Tue Sep 15 2020 Denis Arnaud - 4.3.3-1 +- Upstream upgrade +- Fixes #1876738 and #1876689 + * Sat Aug 01 2020 Fedora Release Engineering - 4.3.2-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild