Accepting request 210754 from home:dbahi:branches:devel:libraries:c_c++
update to 4.0.3 OBS-URL: https://build.opensuse.org/request/show/210754 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=11
This commit is contained in:
parent
d8c90473e5
commit
5204cdd089
7
_service
Normal file
7
_service
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<services>
|
||||||
|
<service name="download_url">
|
||||||
|
<param name="host">download.zeromq.org</param>
|
||||||
|
<param name="protocol">http</param>
|
||||||
|
<param name="path">/zeromq-4.0.3.tar.gz</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
3
_service:download_url:zeromq-4.0.3.tar.gz
Normal file
3
_service:download_url:zeromq-4.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57fa9205bda2813c6f7645d1d6016838d27bac833c1edebaecc7f3626144711a
|
||||||
|
size 2169301
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df96a141c85b65c2cb6c0db22223126623a09eecbfccb7f74400f3f938742f59
|
|
||||||
size 2083123
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 07:09:00 UTC 2013 - bahid@emc.com
|
||||||
|
|
||||||
|
- Update to version 4.0.3
|
||||||
|
For details see /usr/share/doc/packages/libzmq3/NEWS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 21 15:16:59 UTC 2013 - p.drouand@gmail.com
|
Sat Sep 21 15:16:59 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zeromq
|
Name: zeromq
|
||||||
Version: 3.2.4
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.zeromq.org/
|
Url: http://www.zeromq.org/
|
||||||
Summary: Lightweight messaging kernel
|
Summary: Lightweight messaging kernel
|
||||||
@ -121,8 +121,9 @@ find %{buildroot} -name "*.la" -delete
|
|||||||
|
|
||||||
%files -n %{lib_name}
|
%files -n %{lib_name}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
|
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
|
||||||
%{_libdir}/libzmq.so.*
|
%{_libdir}/libzmq.so.*
|
||||||
|
%{_bindir}/curve_keygen
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user