Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package m4 for openSUSE:Factory checked in 
at 2022-09-01 22:09:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m4 (Old)
 and      /work/SRC/openSUSE:Factory/.m4.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m4"

Thu Sep  1 22:09:22 2022 rev:39 rq:999884 version:1.4.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/m4/m4.changes    2021-07-25 20:09:23.867434694 
+0200
+++ /work/SRC/openSUSE:Factory/.m4.new.2083/m4.changes  2022-09-01 
22:09:25.119956616 +0200
@@ -1,0 +2,5 @@
+Sun Jul 31 08:10:20 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+- Use %make_build macro and make sure we run the profiling run with -j1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ m4.spec ++++++
--- /var/tmp/diff_new_pack.cLI4J2/_old  2022-09-01 22:09:25.687958169 +0200
+++ /var/tmp/diff_new_pack.cLI4J2/_new  2022-09-01 22:09:25.691958180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package m4
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,16 +51,17 @@
        gl_cv_func_printf_directive_n=yes \
        gl_cv_func_printf_infinite_long_double=yes
 %if %{do_profiling}
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
-  make check %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
-  make %{?_smp_mflags} clean
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
+  # run profiling check sequentially to have it reproducible
+  %make_build -j1 check CFLAGS="%{optflags} %{cflags_profile_generate}"
+  %make_build clean
+  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  make %{?_smp_mflags} V=1
+  %make_build
 %endif
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
 %make_install

Reply via email to