Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2016-11-11 14:34:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeromq (Old)
 and      /work/SRC/openSUSE:Factory/.zeromq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeromq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes    2016-07-01 
10:00:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes       2016-11-11 
14:34:28.000000000 +0100
@@ -1,0 +2,32 @@
+Sat Nov  5 08:06:42 UTC 2016 - [email protected]
+
+- New upstream version 4.2.0 
+   * For Pieter. Thanks for making all of this possible.
+   * This release introduces new APIs, but it is ABI compatible with
+     libzmq 4.1.2 and up.
+   * Fixed alignment problem on arm and sparc, need to rebuild
+     against 4.2.0
+   * New Context option ZMQ_MAX_MSGSZ
+   * New Socket options:
+     - ZMQ_HANDSHAKE_IVL
+     - ZMQ_SOCKS_PROXY
+     - ZMQ_XPUB_NODROP
+     - ZMQ_BLOCKY
+     - ZMQ_XPUB_MANUAL
+     - ZMQ_XPUB_WELCOME_MSG
+     - ZMQ_STREAM_NOTIFY
+     - ZMQ_INVERT_MATCHING
+     - ZMQ_HEARTBEAT_IVL
+     - ZMQ_HEARTBEAT_TTL
+     - ZMQ_HEARTBEAT_TIMEOUT
+     ....
+    * see NEWS for all changes
+- Packaging
+   * add --with-libsodium to link against libsodium and not internal
+     tweetnacl
+   * remove disable-silent-rules
+   * add --enable-curve to build curve_keygen tool
+     https://github.com/zeromq/libzmq/pull/2195
+   * add libunwind to build dependencies
+
+-------------------------------------------------------------------

Old:
----
  zeromq-4.1.5.tar.gz

New:
----
  zeromq-4.2.0.tar.gz

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

Other differences:
------------------
++++++ zeromq.spec ++++++
--- /var/tmp/diff_new_pack.gQXMLt/_old  2016-11-11 14:34:29.000000000 +0100
+++ /var/tmp/diff_new_pack.gQXMLt/_new  2016-11-11 14:34:29.000000000 +0100
@@ -21,15 +21,16 @@
 %define with_pgm 1
 %endif
 Name:           zeromq
-Version:        4.1.5
+Version:        4.2.0
 Release:        0
 Summary:        Lightweight messaging kernel
 License:        LGPL-3.0+
 Group:          Productivity/Networking/Web/Servers
 Url:            http://www.zeromq.org/
-Source:         
https://github.com/zeromq/zeromq4-1/releases/download/v%{version}/zeromq-%{version}.tar.gz
+Source:         
https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
+BuildRequires:  libunwind-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -111,8 +112,10 @@
 %setup -q
 
 %build
+export LIBS=-ldl
 %configure \
-  --disable-silent-rules \
+  --with-libsodium \
+  --enable-curve \
 %if 0%{?with_pgm}
   --with-pgm \
 %endif

++++++ zeromq-4.1.5.tar.gz -> zeromq-4.2.0.tar.gz ++++++
++++ 81672 lines of diff (skipped)


Reply via email to