Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2018-04-22 14:35:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre (Old)
 and      /work/SRC/openSUSE:Factory/.pcre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre"

Sun Apr 22 14:35:55 2018 rev:70 rq:598766 version:8.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre/pcre.changes        2018-03-07 
10:28:00.552910733 +0100
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2018-04-22 
14:35:56.712989058 +0200
@@ -1,0 +2,6 @@
+Sun Apr 15 00:59:20 UTC 2018 - bwiedem...@suse.com
+
+- Do not run profiling 'check' in parallel
+  to make package build reproducible (boo#1040589)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.WPdadm/_old  2018-04-22 14:35:57.484961122 +0200
+++ /var/tmp/diff_new_pack.WPdadm/_new  2018-04-22 14:35:57.484961122 +0200
@@ -159,12 +159,12 @@
   --enable-pcre16 \
   --enable-utf8 \
   --enable-unicode-properties
-%if %{do_profiling}
+%if 0%{?do_profiling}
   # RunTest test 2 needs lots of stack, if it ever segfaults
   # try increasing this
   ulimit -s $((16*1024))
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
+  make CFLAGS="%{optflags} %{cflags_profile_generate}" check
   make %{?_smp_mflags} clean
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
 %else



Reply via email to