Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cups-filters for openSUSE:Factory checked in at 2025-04-09 21:49:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cups-filters (Old) and /work/SRC/openSUSE:Factory/.cups-filters.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cups-filters" Wed Apr 9 21:49:09 2025 rev:59 rq:1267764 version:1.28.17 Changes: -------- --- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes 2024-10-18 15:52:42.423847953 +0200 +++ /work/SRC/openSUSE:Factory/.cups-filters.new.1907/cups-filters.changes 2025-04-09 21:49:11.123377045 +0200 @@ -1,0 +2,6 @@ +Mon Apr 7 13:52:37 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: ------------------ ++++++ cups-filters.spec ++++++ --- /var/tmp/diff_new_pack.2XF8bE/_old 2025-04-09 21:49:12.035415451 +0200 +++ /var/tmp/diff_new_pack.2XF8bE/_new 2025-04-09 21:49:12.035415451 +0200 @@ -244,6 +244,7 @@ # and then it is probably worth submitting an upstream issue report to # https://bugs.linuxfoundation.org for "Product: OpenPrinting" and "Component: cups-filters" ./autogen.sh +export CFLAGS="%{optflags} -std=gnu11" # No need to set our preferred architecture-specific flags for the compiler and linker # via export CFLAGS="$RPM_OPT_FLAGS" and export CXXFLAGS="$RPM_OPT_FLAGS" # because the RPM macro configure does that.