From 07b415c02e50f839503a2634c8de2c2bb1070d67fc8f61f1116aa7be658151f0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 23 Mar 2018 09:27:20 +0000 Subject: [PATCH] Accepting request 589935 from home:adamm:branches:devel:libraries:c_c++ - New upstream version 4.2.4 * New DRAFT (see NEWS for 4.2.0) socket options: - ZMQ_LOOPBACK_FASTPATH to enable faster TCP loopback on Windows - ZMQ_METADATA to set application-specific metadata on a socket See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details. * New DRAFT (see NEWS for 4.2.0) context options: - ZMQ_ZERO_COPY_RECV to disable zero-copy receive to save memory at the expense of slower performance See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details. * New DRAFT API zmq_stopwatch_intermediate which returns the time elapsed without stopping the stopwatch. * TIPC: support addressing TIPC Port Identity addresses. * fix ZMQ_DISH over UDP triggers errno_assert() after watermark * fix ZMQ_PUB crash when due to high volume of subscribe and unsubscribe messages, an unmatched unsubscribe message is received in certain conditions * see NEWS and ChangeLog for additional details - install licenses correctly and update SPDX license to version 3 OBS-URL: https://build.opensuse.org/request/show/589935 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=64 --- zeromq-4.2.3.tar.gz | 3 --- zeromq-4.2.4.tar.gz | 3 +++ zeromq.changes | 22 ++++++++++++++++++++++ zeromq.spec | 14 +++++++------- 4 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 zeromq-4.2.3.tar.gz create mode 100644 zeromq-4.2.4.tar.gz diff --git a/zeromq-4.2.3.tar.gz b/zeromq-4.2.3.tar.gz deleted file mode 100644 index 6ff84c9..0000000 --- a/zeromq-4.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0 -size 1326780 diff --git a/zeromq-4.2.4.tar.gz b/zeromq-4.2.4.tar.gz new file mode 100644 index 0000000..286c24a --- /dev/null +++ b/zeromq-4.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad5c28d44e31f0f7cad09b95bafaca8cc5346ff24a63a5e7d01c954162ad536 +size 1401240 diff --git a/zeromq.changes b/zeromq.changes index 1506cd3..8787006 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Mar 22 07:07:58 UTC 2018 - adam.majer@suse.de + +- New upstream version 4.2.4 + * New DRAFT (see NEWS for 4.2.0) socket options: + - ZMQ_LOOPBACK_FASTPATH to enable faster TCP loopback on Windows + - ZMQ_METADATA to set application-specific metadata on a socket + See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details. + * New DRAFT (see NEWS for 4.2.0) context options: + - ZMQ_ZERO_COPY_RECV to disable zero-copy receive to save memory + at the expense of slower performance + See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details. + * New DRAFT API zmq_stopwatch_intermediate which returns the time + elapsed without stopping the stopwatch. + * TIPC: support addressing TIPC Port Identity addresses. + * fix ZMQ_DISH over UDP triggers errno_assert() after watermark + * fix ZMQ_PUB crash when due to high volume of subscribe and + unsubscribe messages, an unmatched unsubscribe message is + received in certain conditions + * see NEWS and ChangeLog for additional details +- install licenses correctly and update SPDX license to version 3 + ------------------------------------------------------------------- Thu Dec 14 08:00:12 UTC 2017 - adam.majer@suse.de diff --git a/zeromq.spec b/zeromq.spec index c5c6c40..77db928 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,7 +1,7 @@ # # spec file for package zeromq # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,10 +23,10 @@ %bcond_with pgm %endif Name: zeromq -Version: 4.2.3 +Version: 4.2.4 Release: 0 Summary: Lightweight messaging kernel -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/Networking/Web/Servers Url: http://www.zeromq.org/ Source: https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz @@ -130,23 +130,23 @@ make check %{?_smp_mflags} || make check || make check || make check || (cat ./t %endif %post -n %{lib_name} -p /sbin/ldconfig - %postun -n %{lib_name} -p /sbin/ldconfig %files -n %{lib_name} %defattr(-,root,root,-) -%doc COPYING COPYING.LESSER +%license COPYING COPYING.LESSER %{_libdir}/libzmq.so.* %files tools %defattr(-,root,root) -%doc COPYING COPYING.LESSER +%license COPYING COPYING.LESSER %defattr(-,root,root,-) %{_bindir}/curve_keygen %files devel %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS +%doc AUTHORS ChangeLog NEWS +%license COPYING COPYING.LESSER %{_includedir}/zmq* %{_libdir}/libzmq.so %{_libdir}/pkgconfig/libzmq.pc