Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dbus-1-glib for openSUSE:Factory checked in at 2025-03-26 21:17:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dbus-1-glib (Old) and /work/SRC/openSUSE:Factory/.dbus-1-glib.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbus-1-glib" Wed Mar 26 21:17:41 2025 rev:57 rq:1255759 version:0.112 Changes: -------- --- /work/SRC/openSUSE:Factory/dbus-1-glib/dbus-1-glib.changes 2024-03-20 21:14:06.509427550 +0100 +++ /work/SRC/openSUSE:Factory/.dbus-1-glib.new.2696/dbus-1-glib.changes 2025-03-26 21:18:18.209786642 +0100 @@ -1,0 +2,7 @@ +Thu Mar 20 20:10:54 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Fix build with GCC 15 via exporting -std=gnu17 to cflags. GCC 15 + defaults to C23, but the latest release is from 2021, and this is + deprecated upstream and no longer under development. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbus-1-glib.spec ++++++ --- /var/tmp/diff_new_pack.iGg3D9/_old 2025-03-26 21:18:19.101823660 +0100 +++ /var/tmp/diff_new_pack.iGg3D9/_new 2025-03-26 21:18:19.105823826 +0100 @@ -1,7 +1,7 @@ # # spec file for package dbus-1-glib # -# 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 @@ -103,6 +103,9 @@ %autosetup -p1 -n dbus-glib-%{version} %build +# Workaround gcc 15 +export CFLAGS="%{optflags}" +export CFLAGS="$CFLAGS -std=gnu17" %configure \ --libexecdir=%{_libexecdir}/%{name} \ %if 0%{?_crossbuild}