Denis Arnaud 4 years ago
parent 623afd6456
commit 765fdd2347

4
.gitignore vendored

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

@ -1 +1 @@
SHA512 (libzmq-4.3.3.tar.gz) = 99c9813e8b852997abaacf74f477feee7f1a4d87998c24fd6abcbb200eda3becdc2d051db7ace2ee82bc948d8801e2895ea9be7fe9784d982225e6b883044c81
SHA512 (libzmq-4.3.4.tar.gz) = ad828b1ab5a87983285a6b44b08240816ed1c4e2c73306ab1a851bf80df1892b5e2f92064a49fbadc1f4c75043625ace77dd25b64d5d1c2a7d1d61cc916fba0b

@ -1,7 +1,7 @@
%bcond_without pgm
Name: zeromq
Version: 4.3.3
Version: 4.3.4
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
@ -9,6 +9,7 @@ License: LGPLv3+
URL: https://zeromq.org
Source0: https://github.com/%{name}/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz
BuildRequires: make
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
@ -103,6 +104,11 @@ make check V=1 || ( cat test-suite.log && exit 1 )
%changelog
* 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

Loading…
Cancel
Save