Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2025-05-08 18:21:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/binutils (Old)
 and      /work/SRC/openSUSE:Factory/.binutils.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "binutils"

Thu May  8 18:21:41 2025 rev:177 rq:1275274 version:2.43

Changes:
--------
--- /work/SRC/openSUSE:Factory/binutils/binutils.changes        2025-01-15 
17:42:36.147197501 +0100
+++ /work/SRC/openSUSE:Factory/.binutils.new.30101/binutils.changes     
2025-05-08 18:22:11.737560878 +0200
@@ -1,0 +2,6 @@
+Tue May  6 14:33:48 UTC 2025 - Michael Matz <m...@suse.com>
+
+- Add -std=gnu17 to move gcc15 forward, as temporary measure until
+  the binutils version can be updated [bsc#1241916].
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ binutils.spec ++++++
--- /var/tmp/diff_new_pack.dJHysB/_old  2025-05-08 18:22:14.681680136 +0200
+++ /var/tmp/diff_new_pack.dJHysB/_new  2025-05-08 18:22:14.681680136 +0200
@@ -302,6 +302,14 @@
 sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' 
bfd/version.h
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
 
+# gcc15 and up default to c23, these older binutils would need patches
+# for that.  As an impeding version update fixes that as well, simply
+# override the compiler instead of bothering with backports
+%if %{suse_version} > 1600
+CC="gcc -std=gnu17"
+export CC
+%endif
+
 %if 0%{!?cross:1}
 # Building native binutils
 echo "Building native binutils."

Reply via email to