Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2014-02-12 20:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyzmq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyzmq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes        
2013-11-25 15:05:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2014-02-12 20:29:11.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 12 12:08:20 UTC 2014 - dmuel...@suse.com
+
+- disable testsuite for qemu-linux-user builds
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyzmq.spec ++++++
--- /var/tmp/diff_new_pack.4swzj4/_old  2014-02-12 20:29:11.000000000 +0100
+++ /var/tmp/diff_new_pack.4swzj4/_new  2014-02-12 20:29:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,9 +59,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# uses NETLINK which does not exist under linux mode..
+%if !0%{?qemu_user_space_build:1}
 %check
 python setup.py build_ext --inplace
 python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to