[python-zmq] update to new version 2.1.4 (#690199)

tomspur tomspur at fedoraproject.org
Wed Apr 6 09:12:58 UTC 2011


commit 48bbb9fbb871212546ca61341d17ddcc819a58cb
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Wed Apr 6 11:12:49 2011 +0200

    update to new version 2.1.4 (#690199)

 python-zmq.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/python-zmq.spec b/python-zmq.spec
index 8e17801..f5cc98d 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -12,10 +12,10 @@
 
 %global srcname pyzmq
 
-%global run_tests 0
+%global run_tests 1
 
 Name:           python-zmq
-Version:        2.1.1
+Version:        2.1.4
 Release:        1%{?dist}
 Summary:        Software library for fast, message-based applications
 
@@ -28,6 +28,8 @@ URL:            http://www.zeromq.org/bindings:python
 # cd pyzmq.git
 # git archive --format=tar --prefix=pyzmq-%%{version}/ %%{checkout} | xz -z --force - > pyzmq-%%{version}.tar.xz
 Source0:        http://cloud.github.com/downloads/zeromq/pyzmq/pyzmq-%{version}.tar.gz
+# upstream forgot to add this file into the tarball, fetched from current git
+Source1:        buildutils.py
 
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
@@ -87,6 +89,8 @@ chmod -x examples/pubsub/topics_sub.py
 # delete hidden files
 #find examples -name '.*' | xargs rm -v
 
+cp %{_sourcedir}/buildutils.py .
+
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -165,6 +169,9 @@ popd
 
 
 %changelog
+* Wed Apr  6 2011 Thomas Spura <tomspur at fedoraproject.org> - 2.1.4-1
+- update to new version (#690199)
+
 * Wed Mar 23 2011 Thomas Spura <tomspur at fedoraproject.org> - 2.1.1-1
 - update to new version (#682201)
 


More information about the scm-commits mailing list