From 86b7e03b6f1193ea37e9dfa085669216b49d4f86 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Aug 27 2010 11:17:49 +0000 Subject: update to new version --- 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 - 2.0.8-1 +- update to new version + * Fri Jul 23 2010 Thomas Spura - 2.0.7-4 - upstream VCS changed - remove buildroot / %%clean