Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghostscript for openSUSE:Factory checked in at 2025-04-16 20:37:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghostscript (Old) and /work/SRC/openSUSE:Factory/.ghostscript.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghostscript" Wed Apr 16 20:37:50 2025 rev:72 rq:1269536 version:10.05.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghostscript/ghostscript.changes 2025-04-02 17:10:36.798427659 +0200 +++ /work/SRC/openSUSE:Factory/.ghostscript.new.30101/ghostscript.changes 2025-04-20 19:54:24.090956044 +0200 @@ -1,0 +2,6 @@ +Thu Apr 10 19:39:55 UTC 2025 - Friedrich Haubensak <hs...@mail.de> + +- add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to + still allow build on Leap 15.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghostscript.spec ++++++ --- /var/tmp/diff_new_pack.PLWuzn/_old 2025-04-20 19:54:24.826986857 +0200 +++ /var/tmp/diff_new_pack.PLWuzn/_new 2025-04-20 19:54:24.826986857 +0200 @@ -183,7 +183,7 @@ # Derive build timestamp from latest changelog entry export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%{s}) # Set our preferred architecture-specific flags for the compiler and linker: -export CFLAGS="%{optflags} -fno-strict-aliasing -fPIC" +export CFLAGS="%{optflags} -fno-strict-aliasing -fPIC -std=gnu11" export CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIC" export LDFLAGS="-pie" autoreconf -fi