[zeromq] update to new version

tomspur tomspur at fedoraproject.org
Fri Aug 27 11:18:10 UTC 2010


commit 86b7e03b6f1193ea37e9dfa085669216b49d4f86
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Fri Aug 27 13:17:49 2010 +0200

    update to new version

 .gitignore  |    1 +
 sources     |    2 +-
 zeromq.spec |   10 ++++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9abced5..8321145 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zeromq-2.0.7.tar.gz
+/zeromq-2.0.8.tar.gz
diff --git a/sources b/sources
index 58f57d6..2ea3fae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9cb3ee4499df1781f8ddc03c20d656b  zeromq-2.0.7.tar.gz
+6a5c362deaaa24e0e94b42e13f68da51  zeromq-2.0.8.tar.gz
diff --git a/zeromq.spec b/zeromq.spec
index 6fc4719..e768840 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -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 at fedoraproject.org> - 2.0.8-1
+- update to new version
+
 * Fri Jul 23 2010 Thomas Spura <tomspur at fedoraproject.org> - 2.0.7-4
 - upstream VCS changed
 - remove buildroot / %%clean


More information about the scm-commits mailing list