From 7cc928f081a0f734e32edd9941f5be846ed30626623ce79eff2c0faf6bacb07a Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Sat, 15 Oct 2022 23:02:03 +0000 Subject: [PATCH] Accepting request 1011151 from home:iznogood:branches:Base:System - Disable asserts in dbus-1-x11.spec and dbus-1-devel-doc.spec too OBS-URL: https://build.opensuse.org/request/show/1011151 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=324 --- dbus-1-devel-doc.changes | 5 +++++ dbus-1-devel-doc.spec | 1 + dbus-1-x11.changes | 5 +++++ dbus-1-x11.spec | 1 + 4 files changed, 12 insertions(+) diff --git a/dbus-1-devel-doc.changes b/dbus-1-devel-doc.changes index d2d9596..576fbb9 100644 --- a/dbus-1-devel-doc.changes +++ b/dbus-1-devel-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 15 18:13:18 UTC 2022 - Bjørn Lie + +- Disable asserts in dbus-1-x11.spec and dbus-1-devel-doc.spec too + ------------------------------------------------------------------- Fri Mar 4 19:36:07 UTC 2022 - Bjørn Lie diff --git a/dbus-1-devel-doc.spec b/dbus-1-devel-doc.spec index 16992b8..3c35304 100644 --- a/dbus-1-devel-doc.spec +++ b/dbus-1-devel-doc.spec @@ -69,6 +69,7 @@ export CXXFLAGS="%{optflags} -fno-strict-aliasing" export V=1 %configure \ --disable-static \ + --disable-asserts \ --libexecdir=%{_libexecdir}/dbus-1 \ --runstatedir=%{_rundir} \ --enable-doxygen-docs \ diff --git a/dbus-1-x11.changes b/dbus-1-x11.changes index 59d238d..9184622 100644 --- a/dbus-1-x11.changes +++ b/dbus-1-x11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 15 18:12:08 UTC 2022 - Bjørn Lie + +- Disable asserts in dbus-1-x11.spec and dbus-1-devel-doc.spec too + ------------------------------------------------------------------- Fri Mar 18 09:41:28 UTC 2022 - Fabian Vogt diff --git a/dbus-1-x11.spec b/dbus-1-x11.spec index 468d7da..ea927e5 100644 --- a/dbus-1-x11.spec +++ b/dbus-1-x11.spec @@ -77,6 +77,7 @@ export V=1 # is included (1.14.1+) %configure \ --disable-static \ + --disable-asserts \ --runstatedir=%{_rundir} \ --libexecdir=%{_libexecdir}/dbus-1 \ --enable-inotify \