From 669dab446c8bfc211555b808a8d31dd5ad775f18899871cef69849da075ffaa7 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 8 Nov 2016 07:43:16 +0000 Subject: [PATCH] Accepting request 438778 from home:mvyskocil:branches:devel:libraries:c_c++ - 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 OBS-URL: https://build.opensuse.org/request/show/438778 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=51 --- zeromq-4.1.5.tar.gz | 3 --- zeromq-4.2.0.tar.gz | 3 +++ zeromq.changes | 32 ++++++++++++++++++++++++++++++++ zeromq.spec | 9 ++++++--- 4 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 zeromq-4.1.5.tar.gz create mode 100644 zeromq-4.2.0.tar.gz diff --git a/zeromq-4.1.5.tar.gz b/zeromq-4.1.5.tar.gz deleted file mode 100644 index 1720335..0000000 --- a/zeromq-4.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf -size 794853 diff --git a/zeromq-4.2.0.tar.gz b/zeromq-4.2.0.tar.gz new file mode 100644 index 0000000..1e667e1 --- /dev/null +++ b/zeromq-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b83bf0ee978931f76fa9cb46ad4affea65787264a5f3d140bc743412d0c117 +size 1046254 diff --git a/zeromq.changes b/zeromq.changes index 63930af..9aafd24 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Nov 5 08:06:42 UTC 2016 - mvyskocil@opensuse.org + +- 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 + ------------------------------------------------------------------- Wed Jun 29 12:28:33 UTC 2016 - jengelh@inai.de diff --git a/zeromq.spec b/zeromq.spec index 18cdace..1276a65 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -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 @@ This package holds the development files for ZeroMQ. %setup -q %build +export LIBS=-ldl %configure \ - --disable-silent-rules \ + --with-libsodium \ + --enable-curve \ %if 0%{?with_pgm} --with-pgm \ %endif