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
This commit is contained in:
parent
8585a2ff28
commit
07b415c02e
BIN
zeromq-4.2.3.tar.gz
(Stored with Git LFS)
BIN
zeromq-4.2.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zeromq-4.2.4.tar.gz
Normal file
3
zeromq-4.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ad5c28d44e31f0f7cad09b95bafaca8cc5346ff24a63a5e7d01c954162ad536
|
||||
size 1401240
|
@ -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
|
||||
|
||||
|
14
zeromq.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user