Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2025-03-31 11:37:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aalib (Old)
 and      /work/SRC/openSUSE:Factory/.aalib.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aalib"

Mon Mar 31 11:37:16 2025 rev:38 rq:1265127 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/aalib/aalib.changes      2024-07-10 
16:48:02.460369565 +0200
+++ /work/SRC/openSUSE:Factory/.aalib.new.2696/aalib.changes    2025-03-31 
11:37:28.461970634 +0200
@@ -1,0 +2,5 @@
+Fri Mar 28 09:09:28 UTC 2025 - Richard Biener <[email protected]>
+
+- Use -std=gnu11 to avoid the strict C23 default from GCC 15.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aalib.spec ++++++
--- /var/tmp/diff_new_pack.mvLxy1/_old  2025-03-31 11:37:31.534098060 +0200
+++ /var/tmp/diff_new_pack.mvLxy1/_new  2025-03-31 11:37:31.542098391 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aalib
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -102,7 +102,7 @@
 %build
 %{?suse_update_config}
 autoreconf -fiv
-export CFLAGS="%{optflags} -fstrength-reduce -fomit-frame-pointer -fpermissive"
+export CFLAGS="%{optflags} -fstrength-reduce -fomit-frame-pointer -fpermissive 
-std=gnu11"
 %ifarch %ix86
 export CFLAGS="$CFLAGS -falign-loops=2 -falign-jumps=2 -falign-functions=2"
 %endif
@@ -115,7 +115,7 @@
 cp -av ANNOUNCE AUTHORS COPYING INSTALL NEWS README 
%{buildroot}/%{_defaultdocdir}/%{name}
 cd ../aview-1.3.0
 PATH=%{buildroot}/%{_bindir}:$PATH \
-   CFLAGS="%{optflags} -fpermissive -I%{buildroot}/usr/include" \
+   CFLAGS="%{optflags} -std=gnu11 -fpermissive -I%{buildroot}/usr/include" \
    LDFLAGS="-L%{buildroot}/%{_libdir}" \
    LD_LIBRARY_PATH="%{buildroot}/%{_libdir}" \
    ./configure --prefix=/usr --mandir=%{_mandir}
@@ -125,7 +125,7 @@
 cp -av README* ANNOUNCE COPYING TODO *.lsm 
%{buildroot}/%{_defaultdocdir}/%{name}/aview
 cd -
 cd aavga-1.0
-make CFLAGS="%{optflags} -fpermissive"
+make CFLAGS="%{optflags} -std=gnu11 -fpermissive"
 cp -av aavga.so %{buildroot}/%_libdir
 mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/aavga
 cp -av aavga.lsm COPYING README %{buildroot}/%{_defaultdocdir}/%{name}/aavga

Reply via email to