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-04-04 17:28:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/m4 (Old) and /work/SRC/openSUSE:Factory/.m4.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "m4" Fri Apr 4 17:28:24 2025 rev:43 rq:1266775 version:1.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/m4/m4.changes 2025-03-31 11:37:16.817487644 +0200 +++ /work/SRC/openSUSE:Factory/.m4.new.1907/m4.changes 2025-04-04 17:28:28.494436985 +0200 @@ -1,0 +2,5 @@ +Mon Mar 31 16:12:21 UTC 2025 - Friedrich Haubensak <hs...@mail.de> + +- add -std=gnu17 to CFLAGS to fix gcc15 compile time error + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ m4.spec ++++++ --- /var/tmp/diff_new_pack.4b4kPp/_old 2025-04-04 17:28:29.830492712 +0200 +++ /var/tmp/diff_new_pack.4b4kPp/_new 2025-04-04 17:28:29.834492879 +0200 @@ -52,13 +52,13 @@ gl_cv_func_printf_directive_n=yes \ gl_cv_func_printf_infinite_long_double=yes %if %{do_profiling} && !0%{?want_reproducible_builds} - %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" + %make_build CFLAGS="%{optflags} %{cflags_profile_generate} -std=gnu17" # run profiling check sequentially to have it reproducible - %make_build -j1 check CFLAGS="%{optflags} %{cflags_profile_generate}" + %make_build -j1 check CFLAGS="%{optflags} %{cflags_profile_generate} -std=gnu17" %make_build clean - %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" + %make_build CFLAGS="%{optflags} %{cflags_profile_feedback} -std=gnu17" %else - %make_build + %make_build CFLAGS="%{optflags} -std=gnu17" %endif %check