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:
commit
96be459257
@ -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
3
zeromq-4.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61b31c830db377777e417235a24d3660a4bcc3f40d303ee58df082fcd68bf411
|
||||||
|
size 1372069
|
@ -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
|
Tue Sep 22 13:26:21 UTC 2015 - tampakrap@opensuse.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define with_pgm 1
|
%define with_pgm 1
|
||||||
%endif
|
%endif
|
||||||
Name: zeromq
|
Name: zeromq
|
||||||
Version: 4.1.2
|
Version: 4.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight messaging kernel
|
Summary: Lightweight messaging kernel
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
@ -125,8 +125,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Some checks randomly fail
|
make check %{?_smp_mflags}
|
||||||
make check %{?_smp_mflags} || :
|
|
||||||
|
|
||||||
%post -n %{lib_name} -p /sbin/ldconfig
|
%post -n %{lib_name} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user