Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2016-07-01 10:00:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeromq (Old)
 and      /work/SRC/openSUSE:Factory/.zeromq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeromq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes    2016-06-19 
13:54:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes       2016-07-01 
10:00:36.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jun 29 12:28:33 UTC 2016 - jeng...@inai.de
+
+- Remove useless --with-pic, it's only for (non-built) static libs
+
+-------------------------------------------------------------------
+Tue Jun 28 15:30:44 UTC 2016 - dmuel...@suse.com
+
+- skip testsuite on qemu-linux-user
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zeromq.spec ++++++
--- /var/tmp/diff_new_pack.bp2fzV/_old  2016-07-01 10:00:37.000000000 +0200
+++ /var/tmp/diff_new_pack.bp2fzV/_new  2016-07-01 10:00:37.000000000 +0200
@@ -117,8 +117,7 @@
   --with-pgm \
 %endif
   --disable-static \
-  --disable-dependency-tracking \
-  --with-pic
+  --disable-dependency-tracking
 make %{?_smp_mflags}
 
 %install
@@ -126,8 +125,10 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
+%if ! 0%{?qemu_user_space_build}
 # Tests don't run well concurrently and some are flaky, hence 3x before fail
 make check %{?_smp_mflags} || make check || make check || make check || (cat 
./test-suite.log && false)
+%endif
 
 %post -n %{lib_name} -p /sbin/ldconfig
 


Reply via email to