Skip to content

Commit df05812

Browse files
simotekbmwiedemann
authored andcommitted
Update dbus-1-glib to version 0.112 / rev 57 via SR 1255759
https://build.opensuse.org/request/show/1255759 by user simotek + anag+factory
1 parent 8665d26 commit df05812

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

packages/d/dbus-1-glib/.files

0 Bytes
Binary file not shown.

packages/d/dbus-1-glib/.rev

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,12 @@
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>

packages/d/dbus-1-glib/dbus-1-glib.changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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
-------------------------------------------------------------------
29
Tue Mar 19 15:23:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
310

packages/d/dbus-1-glib/dbus-1-glib.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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}

0 commit comments

Comments
 (0)