update to 2.2.0.1 and move to BR zeromq3

Signed-off-by: Thomas Spura <thomas.spura@gmail.com>
This commit is contained in:
Thomas Spura 2012-10-15 10:15:33 +02:00
parent 292f59886b
commit 350aaceaa1
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/pyzmq-2.1.9.tar.gz
/pyzmq-2.1.11.tar.gz
/pyzmq-2.2.0.tar.gz
/pyzmq-2.2.0.1.tar.gz

View File

@ -18,8 +18,8 @@
%global run_tests 1
Name: python-zmq
Version: 2.2.0
Release: 5%{?dist}
Version: 2.2.0.1
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
Group: Development/Libraries
@ -34,7 +34,7 @@ Source0: http://cloud.github.com/downloads/zeromq/pyzmq/pyzmq-%{version}.
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: zeromq-devel
BuildRequires: zeromq3-devel
BuildRequires: python-nose
BuildRequires: Cython
@ -134,6 +134,7 @@ rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
rm -r %{py3dir}/examples
2to3 --write --nobackups %{py3dir}/zmq/green
%endif
@ -213,6 +214,10 @@ popd
%changelog
* Thu Apr 26 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0.1-1
- update to 2.2.0.1
- move to BR zeromq3
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.2.0-5
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3

View File

@ -1 +1 @@
100b73973d6fb235b8da6adea403566e pyzmq-2.2.0.tar.gz
f2f80709e84c8ac72d6671eee645d804 pyzmq-2.2.0.1.tar.gz