update to new version 2.1.4 (#690199)

This commit is contained in:
Thomas Spura 2011-04-06 11:12:49 +02:00
parent bc2b5f7054
commit 48bbb9fbb8

View File

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