|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: zeromq
|
|
|
|
Name: zeromq
|
|
|
|
Version: 4.3.4
|
|
|
|
Version: 4.3.4
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Software library for fast, message-based applications
|
|
|
|
Summary: Software library for fast, message-based applications
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv3+
|
|
|
|
License: LGPLv3+
|
|
|
@ -18,11 +18,10 @@ BuildRequires: libtool
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with unwind}
|
|
|
|
%if %{with unwind}
|
|
|
|
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
|
|
|
|
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with pgm}
|
|
|
|
%if %{with pgm}
|
|
|
|
BuildRequires: openpgm-devel
|
|
|
|
BuildRequires: openpgm-devel
|
|
|
@ -69,9 +68,7 @@ autoreconf -fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
--with-libsodium \
|
|
|
|
--with-libsodium \
|
|
|
|
%if %{with unwind}
|
|
|
|
%if %{with unwind}
|
|
|
|
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
|
|
|
|
|
|
|
|
--enable-libunwind \
|
|
|
|
--enable-libunwind \
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
--disable-Werror \
|
|
|
|
--disable-Werror \
|
|
|
|
--disable-static
|
|
|
|
--disable-static
|
|
|
@ -86,8 +83,9 @@ rm %{buildroot}%{_libdir}/libzmq.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
%ifarch s390x
|
|
|
|
make check V=1 || ( cat test-suite.log && exit 1 )
|
|
|
|
make check V=1 || ( cat test-suite.log && exit 1 )
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
@ -109,22 +107,10 @@ make check V=1 || ( cat test-suite.log && exit 1 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Mar 07 2023 Ben Woodard <woodard@redhat.com> - 4.3.4-3
|
|
|
|
* Tue Mar 07 2023 Ben Woodard <woodard@redhat.com> - 4.3.4-2
|
|
|
|
- disable building with libunwind to fix C++ exceptions when a C applicaion loads
|
|
|
|
- disable building with libunwind to fix C++ exceptions when a C applicaion loads
|
|
|
|
a module written in C++ #2175966
|
|
|
|
a module written in C++ #2175966
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.4-2
|
|
|
|
* Thu Mar 03 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.4-1
|
|
|
|
- Re-added aarch64
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 30 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.4-1
|
|
|
|
|
|
|
|
- Upstream upgrade
|
|
|
|
|
|
|
|
- Fixes #1921879, #1921972, #1921973, #1921975, #1921976, #1921979, #1921981,
|
|
|
|
|
|
|
|
- #1921983, #1921983, #1921985, #1921987, #1921989, #1921992, #1921994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.3-1
|
|
|
|
|
|
|
|
- Upstream upgrade
|
|
|
|
|
|
|
|
- Fixes #1876738 and #1876689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Oct 27 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.2-1
|
|
|
|
|
|
|
|
- Initial build for EPEL 8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|