Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2025-04-23 17:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash"

Wed Apr 23 17:26:42 2025 rev:199 rq:1271572 version:5.2.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2025-04-14 
12:55:11.724219349 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new.30101/bash.changes     2025-04-23 
17:26:43.582809457 +0200
@@ -1,0 +2,5 @@
+Sun Apr 20 20:27:08 UTC 2025 - Friedrich Haubensak <hs...@mail.de>
+
+- add -std=gnu17 to CFLAGS to fix gcc15 compile time error
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.AEOQ0K/_old  2025-04-23 17:26:44.674855249 +0200
+++ /var/tmp/diff_new_pack.AEOQ0K/_new  2025-04-23 17:26:44.678855417 +0200
@@ -360,7 +360,8 @@
       set +o noclobber
   }
   LARGEFILE="$(getconf LFS_CFLAGS)"
-  CFLAGS="%{optflags} $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g"
+  # add -std=gnu17 to build w/ gcc-15; not needed for bash-5.3
+  CFLAGS="%{optflags} $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g 
-std=gnu17"
   LDFLAGS=""
   #
   # Never ever put -DMUST_UNBLOCK_CHLD herein as this breaks bash

Reply via email to