Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2025-03-20 20:25:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmp (Old)
 and      /work/SRC/openSUSE:Factory/.gmp.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmp"

Thu Mar 20 20:25:55 2025 rev:64 rq:1254492 version:6.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2025-02-28 17:38:05.861499885 
+0100
+++ /work/SRC/openSUSE:Factory/.gmp.new.2696/gmp.changes        2025-03-20 
20:25:56.233032871 +0100
@@ -1,0 +2,6 @@
+Wed Mar 19 17:33:11 UTC 2025 - Richard Biener <rguent...@suse.com>
+
+- Use -std=gnu17 for SLE16 and higher to aovid C23 conformance issues
+  with GCC 15. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gmp.spec ++++++
--- /var/tmp/diff_new_pack.AiVJyT/_old  2025-03-20 20:25:56.993064374 +0100
+++ /var/tmp/diff_new_pack.AiVJyT/_new  2025-03-20 20:25:56.997064540 +0100
@@ -70,7 +70,7 @@
 Requires:       libgmp10 = %{version}
 Requires:       libgmpxx4 = %{version}
 Requires(pre):  %{install_info_prereq}
-Requires(preun):%{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 
 %description devel
 These libraries are needed to develop programs which calculate with
@@ -90,7 +90,11 @@
 export MPN_PATH="s390_64/z14 s390_64/z13 s390_64 generic"
 %endif
 %endif
+%if %{suse_version} >= 1600
+export CFLAGS="%{optflags} -fexceptions -std=gnu17"
+%else
 export CFLAGS="%{optflags} -fexceptions"
+%endif
 %configure \
   --disable-static \
   --enable-cxx \

Reply via email to