SHA256
1
0
forked from pool/zeromq

Accepting request 338427 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/338427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2015-10-17 14:39:02 +00:00 committed by Git OBS Bridge
commit 96be459257
4 changed files with 19 additions and 6 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b31c830db377777e417235a24d3660a4bcc3f40d303ee58df082fcd68bf411
size 1372069

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 6 11:26:39 UTC 2015 - idonmez@suse.com
- Re-enable %check
-------------------------------------------------------------------
Mon Sep 28 14:27:30 UTC 2015 - stephan.barth@suse.com
- update to version 4.1.3.
Changes from upstream:
* Fixed #1532 - getsockopt ZMQ_RCVMORE now resets all bits instead of only
32
* Fixed #1445 - zmq::socket_base_t::connect fails on tcp ipv6 address
-------------------------------------------------------------------
Tue Sep 22 13:26:21 UTC 2015 - tampakrap@opensuse.org

View File

@ -21,7 +21,7 @@
%define with_pgm 1
%endif
Name: zeromq
Version: 4.1.2
Version: 4.1.3
Release: 0
Summary: Lightweight messaging kernel
License: LGPL-3.0+
@ -125,8 +125,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%check
# Some checks randomly fail
make check %{?_smp_mflags} || :
make check %{?_smp_mflags}
%post -n %{lib_name} -p /sbin/ldconfig