diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 27ab542..a2f16cc 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 11:07:24 UTC 2013 - toddrme2178@gmail.com + +- Changes suggests to recommends since there is no way to install suggets currently + ------------------------------------------------------------------- Fri Apr 5 13:00:39 UTC 2013 - cfarrell@suse.com diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 9f27365..5b1cd17 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -28,7 +28,7 @@ BuildRequires: python-devel BuildRequires: zeromq-devel # Test requirements: BuildRequires: python-Cython -Suggests: zeromq +Recommends: zeromq BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} diff --git a/python3-pyzmq.changes b/python3-pyzmq.changes index 2113514..bd3af08 100644 --- a/python3-pyzmq.changes +++ b/python3-pyzmq.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 12 11:07:24 UTC 2013 - toddrme2178@gmail.com + +- Add python3 requires and buildrequires. It will not work without them +- Changes suggests to recommends since there is no way to install suggets currently + ------------------------------------------------------------------- Wed Mar 27 12:06:12 UTC 2013 - speilicke@suse.com diff --git a/python3-pyzmq.spec b/python3-pyzmq.spec index e25e1d8..1bdde13 100644 --- a/python3-pyzmq.spec +++ b/python3-pyzmq.spec @@ -24,11 +24,13 @@ License: LGPL-3.0+ Group: Development/Languages/Python Url: http://github.com/zeromq/pyzmq Source: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: zeromq-devel # Test requirements: BuildRequires: python-Cython -Suggests: zeromq +Requires: python3 +Recommends: zeromq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description