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 - 2.1.4-1 +- update to new version (#690199) + * Wed Mar 23 2011 Thomas Spura - 2.1.1-1 - update to new version (#682201)