Hello community, here is the log from the commit of package python3-pyzmq for openSUSE:Factory checked in at 2015-10-06 13:24:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old) and /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyzmq" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes 2015-08-01 14:16:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 2015-10-06 13:24:31.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 25 12:19:00 UTC 2015 - [email protected] + +- fixed build error by moving two files to the devel package: + %{python3_sitearch}/zmq/backend/cffi/_verify.c and _cdefs.h + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyzmq.spec ++++++ --- /var/tmp/diff_new_pack.9LHXkY/_old 2015-10-06 13:24:32.000000000 +0200 +++ /var/tmp/diff_new_pack.9LHXkY/_new 2015-10-06 13:24:32.000000000 +0200 @@ -26,17 +26,17 @@ Source: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz Source1: python3-pyzmq-rpmlintrc BuildRequires: python3 -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: zeromq-devel BuildRequires: python3-Cython BuildRequires: python3-cffi +BuildRequires: python3-devel BuildRequires: python3-numpy +BuildRequires: python3-paramiko BuildRequires: python3-pexpect BuildRequires: python3-py +BuildRequires: python3-setuptools BuildRequires: python3-simplejson BuildRequires: python3-tornado -BuildRequires: python3-paramiko +BuildRequires: zeromq-devel # Not available yet in Python 3.x # BuildRequires: python3-gevent # Test requirements @@ -93,9 +93,13 @@ %{python3_sitearch}/zmq/ %{python3_sitearch}/pyzmq-%{version}-py%{py3_ver}.egg-info %exclude %{python3_sitearch}/zmq/utils/*.h +%exclude %{python3_sitearch}/zmq/backend/cffi/_verify.c +%exclude %{python3_sitearch}/zmq/backend/cffi/_cdefs.h %files devel %defattr(-,root,root,-) %{python3_sitearch}/zmq/utils/*.h +%{python3_sitearch}/zmq/backend/cffi/_verify.c +%{python3_sitearch}/zmq/backend/cffi/_cdefs.h %changelog
