Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package m4 for openSUSE:Factory checked in at 2025-03-31 11:37:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/m4 (Old) and /work/SRC/openSUSE:Factory/.m4.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "m4" Mon Mar 31 11:37:09 2025 rev:42 rq:1265245 version:1.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/m4/m4.changes 2024-12-02 16:57:54.422111451 +0100 +++ /work/SRC/openSUSE:Factory/.m4.new.2696/m4.changes 2025-03-31 11:37:16.817487644 +0200 @@ -1,0 +2,5 @@ +Wed Mar 19 15:28:26 UTC 2025 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Skip PGO with %want_reproducible_builds (boo#1040589) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ m4.spec ++++++ --- /var/tmp/diff_new_pack.ks5JyI/_old 2025-03-31 11:37:17.573519002 +0200 +++ /var/tmp/diff_new_pack.ks5JyI/_new 2025-03-31 11:37:17.573519002 +0200 @@ -51,7 +51,7 @@ gl_cv_func_isnanl_works=yes \ gl_cv_func_printf_directive_n=yes \ gl_cv_func_printf_infinite_long_double=yes -%if %{do_profiling} +%if %{do_profiling} && !0%{?want_reproducible_builds} %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" # run profiling check sequentially to have it reproducible %make_build -j1 check CFLAGS="%{optflags} %{cflags_profile_generate}"