diff --git a/.gitignore b/.gitignore index dd85626..73df9ee 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /pyzmq-2.1.11.tar.gz /pyzmq-2.2.0.tar.gz /pyzmq-2.2.0.1.tar.gz +/pyzmq-13.0.0.tar.gz diff --git a/python-zmq.spec b/python-zmq.spec index d4bb578..b4b64ed 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -18,19 +18,19 @@ %global run_tests 1 Name: python-zmq -Version: 2.2.0.1 -Release: 2%{?dist} +Version: 13.0.0 +Release: 1%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries -License: LGPLv3+ and ASL 2.0 +License: LGPLv3+ and ASL 2.0 and BSD URL: http://www.zeromq.org/bindings:python # VCS: git:http://github.com/zeromq/pyzmq.git # git checkout with the commands: # git clone http://github.com/zeromq/pyzmq.git pyzmq.git # 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 +Source0: https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools @@ -192,7 +192,7 @@ popd %files %defattr(-,root,root,-) -%doc README.rst COPYING.LESSER examples/ +%doc README.md COPYING.* examples/ %{python_sitearch}/%{srcname}-*.egg-info %{python_sitearch}/zmq %exclude %{python_sitearch}/zmq/tests @@ -204,7 +204,7 @@ popd %if 0%{?with_python3} %files -n python3-zmq %defattr(-,root,root,-) -%doc README.rst COPYING.LESSER +%doc README.md COPYING.* # examples/ %{python3_sitearch}/%{srcname}-*.egg-info %{python3_sitearch}/zmq @@ -217,6 +217,10 @@ popd %changelog +* Wed Mar 20 2013 Thomas Spura - 13.0.0-1 +- update to 13.0.0 +- add BSD to license list + * Thu Feb 14 2013 Fedora Release Engineering - 2.2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 6664fa3..5aa2731 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2f80709e84c8ac72d6671eee645d804 pyzmq-2.2.0.1.tar.gz +1325ab6819f7a087eee84aaa951b6f0c pyzmq-13.0.0.tar.gz