From 350aaceaa1118e63fb48e06174d2fff0eede4d2a Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Oct 15 2012 08:16:31 +0000 Subject: update to 2.2.0.1 and move to BR zeromq3 Signed-off-by: Thomas Spura --- diff --git a/.gitignore b/.gitignore index e833506..dd85626 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-zmq.spec b/python-zmq.spec index 54c9ad0..2f60faa 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -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 - 2.2.0.1-1 +- update to 2.2.0.1 +- move to BR zeromq3 + * Sat Aug 04 2012 David Malcolm - 2.2.0-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 diff --git a/sources b/sources index 7f3fa29..6664fa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -100b73973d6fb235b8da6adea403566e pyzmq-2.2.0.tar.gz +f2f80709e84c8ac72d6671eee645d804 pyzmq-2.2.0.1.tar.gz