From 716afb6828c34aed62b19bb6c45b1c0ba6a42cbbd6a13335ec44ddbbfbba3726 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 May 2022 11:12:12 +0000 Subject: [PATCH 1/2] - Update to release 30 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=28 --- dbus-broker-29.tar.xz | 3 --- dbus-broker-30.tar.xz | 3 +++ dbus-broker.changes | 11 +++++++++++ dbus-broker.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 dbus-broker-29.tar.xz create mode 100644 dbus-broker-30.tar.xz diff --git a/dbus-broker-29.tar.xz b/dbus-broker-29.tar.xz deleted file mode 100644 index 47d9c97..0000000 --- a/dbus-broker-29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eca425db52b7ab1027153e93fea9b3f11759db9e93ffbf88759b73ddfb8026a -size 234800 diff --git a/dbus-broker-30.tar.xz b/dbus-broker-30.tar.xz new file mode 100644 index 0000000..cf43665 --- /dev/null +++ b/dbus-broker-30.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf22ba6a13680ba93b99f0bccb54dde9f4f6bdff5f298dbc8cdb067a80f3827a +size 238688 diff --git a/dbus-broker.changes b/dbus-broker.changes index 4bf3373..f90f0e6 100644 --- a/dbus-broker.changes +++ b/dbus-broker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 10 11:10:02 UTC 2022 - Jan Engelhardt + +- Update to release 30 + * Failed service activations now report more detailed information + on the activation failure back through the activating client. + * The broker now runs in `session.slice` if applicable. + * The `GetStats()` call on `org.freedeskop.DBus.Debug` now + properly returns reply-owner statistics. Before, those were + always set to 0. + ------------------------------------------------------------------- Wed Jun 2 13:23:40 UTC 2021 - Jan Engelhardt diff --git a/dbus-broker.spec b/dbus-broker.spec index f8d5079..e5b2f7f 100644 --- a/dbus-broker.spec +++ b/dbus-broker.spec @@ -1,7 +1,7 @@ # # spec file for package dbus-broker # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: dbus-broker -Version: 29 +Version: 30 Release: 0 Summary: XDG-conforming message bus implementation License: Apache-2.0 From fa0d0266df892429e2e53584947d30ede14fb6d99077131f188d9bd941e63853 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 16 May 2022 10:29:42 +0000 Subject: [PATCH 2/2] - Update to release 31 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=29 --- dbus-broker-30.tar.xz | 3 --- dbus-broker-31.tar.xz | 3 +++ dbus-broker.changes | 9 +++++++++ dbus-broker.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 dbus-broker-30.tar.xz create mode 100644 dbus-broker-31.tar.xz diff --git a/dbus-broker-30.tar.xz b/dbus-broker-30.tar.xz deleted file mode 100644 index cf43665..0000000 --- a/dbus-broker-30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf22ba6a13680ba93b99f0bccb54dde9f4f6bdff5f298dbc8cdb067a80f3827a -size 238688 diff --git a/dbus-broker-31.tar.xz b/dbus-broker-31.tar.xz new file mode 100644 index 0000000..a209339 --- /dev/null +++ b/dbus-broker-31.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f229d7f1de8a3e344d54a4a30fbcb545387549e968009c06b87f7f1196c97496 +size 239520 diff --git a/dbus-broker.changes b/dbus-broker.changes index f90f0e6..7ddedd2 100644 --- a/dbus-broker.changes +++ b/dbus-broker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 16 10:27:31 UTC 2022 - Jan Engelhardt + +- Update to release 31 + * Fix assertion failures in the user accounting, uncovered by + the changes to accounting in v30. + * Fix a memory leak in service-file re-loading, in particular + in the command-line argument handling. + ------------------------------------------------------------------- Tue May 10 11:10:02 UTC 2022 - Jan Engelhardt diff --git a/dbus-broker.spec b/dbus-broker.spec index e5b2f7f..2b2f5c0 100644 --- a/dbus-broker.spec +++ b/dbus-broker.spec @@ -17,7 +17,7 @@ Name: dbus-broker -Version: 30 +Version: 31 Release: 0 Summary: XDG-conforming message bus implementation License: Apache-2.0