diff --git a/zeromq.spec b/zeromq.spec index 9360cf1..16f9d31 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,18 +1,20 @@ %bcond_without pgm Name: zeromq -Version: 4.3.2 +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 BuildRequires: gcc-c++ BuildRequires: libtool +BuildRequires: asciidoc +BuildRequires: xmlto BuildRequires: libsodium-devel %ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64 BuildRequires: libunwind-devel @@ -90,6 +92,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 @@ -98,5 +103,10 @@ make check V=1 || ( cat test-suite.log && exit 1 ) %changelog +* Wed Sep 16 2020 Denis Arnaud - 4.3.3-1 +- Upstream upgrade +- Fixes #1876738 and #1876689 + * Sun Oct 27 2019 Denis Arnaud - 4.3.2-1 - Initial build for EPEL 8 +