Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zeromq for openSUSE:Factory checked in at 2023-10-24 20:07:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zeromq (Old) and /work/SRC/openSUSE:Factory/.zeromq.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zeromq" Tue Oct 24 20:07:51 2023 rev:43 rq:1119932 version:4.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes 2023-01-25 17:42:41.767894931 +0100 +++ /work/SRC/openSUSE:Factory/.zeromq.new.24901/zeromq.changes 2023-10-24 20:08:02.635841187 +0200 @@ -1,0 +2,35 @@ +Tue Oct 24 09:13:45 UTC 2023 - Adam Majer <adam.ma...@suse.de> + +- update to 4.3.5: + * Relicensing from LGPL-3.0+ (with custom exceptions) to MPL-2.0 is now complete. + libzmq is now distributed under the Mozilla Public License 2.0. Relicensing + grants have been collected from all relevant authors, and some functionality + has been clean-room reimplemented where that was not possible. In layman terms, + the new license provides the same rights and obligations as before. Source + files are now tagged using the SPDX license identifier format. + Details of the relicensing process can be seen at: #2376 + Relicensing grants have been archived at: + https://github.com/rlenferink/libzmq-relicense + A special thanks to everybody who helped with this long and difficult task, + with the process, the reimplementations, the collections and everything else. + * New DRAFT (see NEWS for 4.2.0) socket options: + ZMQ_BUSY_POLL will set the SO_BUSY_POLL socket option on the underlying + sockets, if it is supported. + ZMQ_HICCUP_MSG will send a message when the peer has been disconnected. + ZMQ_XSUB_VERBOSE_UNSUBSCRIBE will configure a socket to pass all + unsubscription messages, including duplicated ones. + ZMQ_TOPICS_COUNT will return the number of subscribed topics on a + PUB/SUB socket. + ZMQ_NORM_MODE, ZMQ_NORM_UNICAST_NACK, ZMQ_NORM_BUFFER_SIZE, + ZMQ_NORM_SEGMENT_SIZE, ZMQ_NORM_BLOCK_SIZE, ZMQ_NORM_NUM_PARITY, + ZMQ_NORM_NUM_AUTOPARITY and ZMQ_NORM_PUSH to control various aspect of + NORM sockets. + See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details. + * New DRAFT (see NEWS for 4.2.0) zmq_ppoll APIs was added that differs from + zmq_poll in the same way that ppoll differs from poll. + See doc/zmq_ppoll.txt for details. + * Various bug fixes and performance improvements. + +- qemu-user.patch: upstreamed, removed + +------------------------------------------------------------------- Old: ---- qemu-user.patch zeromq-4.3.4.tar.gz New: ---- zeromq-4.3.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zeromq.spec ++++++ --- /var/tmp/diff_new_pack.oMkj09/_old 2023-10-24 20:08:03.179860966 +0200 +++ /var/tmp/diff_new_pack.oMkj09/_new 2023-10-24 20:08:03.179860966 +0200 @@ -23,15 +23,14 @@ %bcond_with pgm %endif Name: zeromq -Version: 4.3.4 +Version: 4.3.5 Release: 0 Summary: Lightweight messaging kernel -License: LGPL-3.0-or-later +License: MPL-2.0 Group: Productivity/Networking/Web/Servers URL: http://www.zeromq.org/ Source: https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz Source99: baselibs.conf -Patch1: qemu-user.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -105,7 +104,6 @@ %prep %setup -q -%patch1 -p1 %build autoreconf -fi @@ -137,19 +135,16 @@ %files -n %{lib_name} %defattr(-,root,root,-) -%license COPYING COPYING.LESSER +%license LICENSE %{_libdir}/libzmq.so.* %files tools %defattr(-,root,root) -%license COPYING COPYING.LESSER -%defattr(-,root,root,-) %{_bindir}/curve_keygen %files devel %defattr(-,root,root,-) %doc AUTHORS ChangeLog NEWS -%license COPYING COPYING.LESSER %{_includedir}/zmq* %{_libdir}/libzmq.so %{_libdir}/pkgconfig/libzmq.pc ++++++ zeromq-4.3.4.tar.gz -> zeromq-4.3.5.tar.gz ++++++ ++++ 72116 lines of diff (skipped)