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-05-15 16:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m4 (Old)
 and      /work/SRC/openSUSE:Factory/.m4.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m4"

Thu May 15 16:59:12 2025 rev:46 rq:1277401 version:1.4.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/m4/m4.changes    2025-05-13 20:05:27.238789965 
+0200
+++ /work/SRC/openSUSE:Factory/.m4.new.30101/m4.changes 2025-05-15 
16:59:15.396866152 +0200
@@ -1,0 +2,5 @@
+Wed May 14 10:43:08 UTC 2025 - Friedrich Haubensak <hs...@mail.de>
+
+- Drop -std=gnu17 from CFLAGS as 1.4.20 supports C23
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ m4.spec ++++++
--- /var/tmp/diff_new_pack.NgRUI2/_old  2025-05-15 16:59:16.072894512 +0200
+++ /var/tmp/diff_new_pack.NgRUI2/_new  2025-05-15 16:59:16.076894680 +0200
@@ -50,17 +50,17 @@
        gl_cv_func_printf_directive_n=yes \
        gl_cv_func_printf_infinite_long_double=yes
 %if %{do_profiling} && !0%{?want_reproducible_builds} && 0
-  %make_build CFLAGS="%{optflags} %{cflags_profile_generate} -std=gnu17"
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
   # run profiling check sequentially to have it reproducible
-  %make_build -j1 check CFLAGS="%{optflags} %{cflags_profile_generate} 
-std=gnu17"
+  %make_build -j1 check CFLAGS="%{optflags} %{cflags_profile_generate}"
   %make_build clean
-  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback} -std=gnu17"
+  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  %make_build CFLAGS="%{optflags} -std=gnu17"
+  %make_build CFLAGS="%{optflags}"
 %endif
 
 %check
-%make_build check CFLAGS="%{optflags} -std=gnu17"
+%make_build check CFLAGS="%{optflags}"
 
 %install
 %make_install

Reply via email to