Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2018-03-24 16:16:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeromq (Old)
 and      /work/SRC/openSUSE:Factory/.zeromq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeromq"

Sat Mar 24 16:16:21 2018 rev:33 rq:590596 version:4.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes    2017-12-18 
08:59:24.211101324 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes       2018-03-24 
16:16:37.336810893 +0100
@@ -1,0 +2,22 @@
+Thu Mar 22 07:07:58 UTC 2018 - adam.ma...@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
+
+-------------------------------------------------------------------

Old:
----
  zeromq-4.2.3.tar.gz

New:
----
  zeromq-4.2.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zeromq.spec ++++++
--- /var/tmp/diff_new_pack.FpGhEl/_old  2018-03-24 16:16:38.192780038 +0100
+++ /var/tmp/diff_new_pack.FpGhEl/_new  2018-03-24 16:16:38.196779893 +0100
@@ -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 @@
 %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

++++++ zeromq-4.2.3.tar.gz -> zeromq-4.2.4.tar.gz ++++++
++++ 71561 lines of diff (skipped)


Reply via email to