From df9163c9d815444d09159414f148f5fcd025e840b1f67626c446d6ac377c2f84 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 24 Feb 2020 17:55:29 +0000 Subject: [PATCH] - Update to release 22 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=15 --- dbus-broker-21.tar.xz | 3 --- dbus-broker-22.tar.xz | 3 +++ dbus-broker.changes | 12 ++++++++++++ dbus-broker.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 dbus-broker-21.tar.xz create mode 100644 dbus-broker-22.tar.xz diff --git a/dbus-broker-21.tar.xz b/dbus-broker-21.tar.xz deleted file mode 100644 index 6e253d0..0000000 --- a/dbus-broker-21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e -size 222964 diff --git a/dbus-broker-22.tar.xz b/dbus-broker-22.tar.xz new file mode 100644 index 0000000..40a0671 --- /dev/null +++ b/dbus-broker-22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f30700cefc997c479d75fcc42f3177940f1ebbee9c5a60c1e3ee39b90a9783 +size 226536 diff --git a/dbus-broker.changes b/dbus-broker.changes index 55b11c5..3a4699d 100644 --- a/dbus-broker.changes +++ b/dbus-broker.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 24 17:52:17 UTC 2020 - Jan Engelhardt + +- Update to release 22 + * Implement org.freedesktop.DBus.Debug.Stats in the driver. + * Support no-op activation files. + * The new configuration option `linux-4-17`, if set to true + (default is false), makes dbus-broker assume it runs on + linux-v4.17 or newer. It will make use of features introduced + up to linux-v4.17. This allows to forcibly disable + workarounds for old kernels. + ------------------------------------------------------------------- Tue Jun 11 12:06:26 UTC 2019 - Jan Engelhardt diff --git a/dbus-broker.spec b/dbus-broker.spec index 7e56762..cd08caa 100644 --- a/dbus-broker.spec +++ b/dbus-broker.spec @@ -1,7 +1,7 @@ # # spec file for package dbus-broker # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: dbus-broker -Version: 21 +Version: 22 Release: 0 Summary: XDG-conforming message bus implementation License: Apache-2.0 Group: System/Daemons -Url: https://github.com/bus1/dbus-broker +URL: https://github.com/bus1/dbus-broker Source: https://github.com/bus1/dbus-broker/releases/download/v%version/dbus-broker-%version.tar.xz BuildRequires: linux-glibc-devel >= 4.13