Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2018-11-26 10:12:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grep (Old)
 and      /work/SRC/openSUSE:Factory/.grep.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grep"

Mon Nov 26 10:12:03 2018 rev:68 rq:648389 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grep/grep.changes        2018-08-28 
09:18:01.343614432 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new.19453/grep.changes     2018-11-26 
10:12:06.126309367 +0100
@@ -7,0 +8,6 @@
+Fri Jul 13 03:53:14 UTC 2018 - [email protected]
+
+- do not run profiling in parallel to make package build
+  reproducible (boo#1040589)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.38jq53/_old  2018-11-26 10:12:06.774308607 +0100
+++ /var/tmp/diff_new_pack.38jq53/_new  2018-11-26 10:12:06.774308607 +0100
@@ -49,9 +49,10 @@
 %configure \
   --disable-silent-rules \
   --without-included-regex
-%if %{do_profiling}
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
+%if 0%{?do_profiling}
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate} 
-fno-profile-values"
+  # do not run profiling in parallel for reproducible builds (boo#1040589)
+  make CFLAGS="%{optflags} %{cflags_profile_generate}" check
   make clean
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else




Reply via email to