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
This commit is contained in:
Michal Vyskocil 2016-11-08 07:43:16 +00:00 committed by Git OBS Bridge
parent 0972a0ff83
commit 669dab446c
4 changed files with 41 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf
size 794853

3
zeromq-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53b83bf0ee978931f76fa9cb46ad4affea65787264a5f3d140bc743412d0c117
size 1046254

View File

@ -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

View File

@ -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