File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 463463 <comment>- Own %{_datadir}/gtk-doc and %{_datadir}/gtk-doc/html directories. (forwarded request 1159607 from dimstar)</comment>
464464 <requestid>1159608</requestid>
465465 </revision>
466+ <revision rev="57" vrev="5">
467+ <srcmd5>dbad89c3206784a7a6931c5443f34d71</srcmd5>
468+ <version>0.112</version>
469+ <time>1743020261</time>
470+ <user>anag+factory</user>
471+ <comment></comment>
472+ <requestid>1255759</requestid>
473+ </revision>
466474</revisionlist>
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Mar 20 20:10:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
3+
4+ - Fix build with GCC 15 via exporting -std=gnu17 to cflags. GCC 15
5+ defaults to C23, but the latest release is from 2021, and this is
6+ deprecated upstream and no longer under development.
7+
18-------------------------------------------------------------------
29Tue Mar 19 15:23:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
310
Original file line number Diff line number Diff line change 11#
22# spec file for package dbus-1-glib
33#
4- # Copyright (c) 2024 SUSE LLC
4+ # Copyright (c) 2025 SUSE LLC
55#
66# All modifications and additions to the file contributed by third parties
77# remain the property of their copyright owners, unless otherwise agreed
@@ -103,6 +103,9 @@ This package contains bash-completion support for %{name}.
103103%autosetup -p1 -n dbus-glib-%{version }
104104
105105%build
106+ # Workaround gcc 15
107+ export CFLAGS=" %{optflags}"
108+ export CFLAGS=" $CFLAGS -std=gnu17"
106109%configure \
107110 --libexecdir=%{_libexecdir }/%{name } \
108111%if 0%{?_crossbuild }
You can’t perform that action at this time.
0 commit comments