update to new version

epel9
Thomas Spura 15 years ago
parent 45c5ededdb
commit 86b7e03b6f

1
.gitignore vendored

@ -1 +1,2 @@
zeromq-2.0.7.tar.gz
/zeromq-2.0.8.tar.gz

@ -1 +1 @@
c9cb3ee4499df1781f8ddc03c20d656b zeromq-2.0.7.tar.gz
6a5c362deaaa24e0e94b42e13f68da51 zeromq-2.0.8.tar.gz

@ -1,6 +1,6 @@
Name: zeromq
Version: 2.0.7
Release: 4%{?dist}
Version: 2.0.8
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
Group: System Environment/Libraries
@ -77,7 +77,7 @@ rm %{buildroot}%{_libdir}/libzmq.la
%defattr(-,root,root,-)
%{_libdir}/libzmq.so
%{_libdir}/pkgconfig/libzmq.pc
%{_includedir}/zmq.*
%{_includedir}/zmq*
%{_mandir}/man3/zmq*
%{_mandir}/man7/zmq*
@ -87,10 +87,12 @@ rm %{buildroot}%{_libdir}/libzmq.la
%{_bindir}/zmq_forwarder
%{_bindir}/zmq_queue
%{_bindir}/zmq_streamer
%{_mandir}/man1/zmq*
%changelog
* Fri Aug 27 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.8-1
- update to new version
* Fri Jul 23 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.7-4
- upstream VCS changed
- remove buildroot / %%clean

Loading…
Cancel
Save