From 5e0abab6939367b48268c123fb646bbc71e4c3314fb8916dfdb234c6d2e6f509 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 11 Jun 2019 15:44:54 +0000 Subject: [PATCH] - Update to new upstream release 21 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=13 --- dbus-broker-18.tar.xz | 3 --- dbus-broker-21.tar.xz | 3 +++ dbus-broker.changes | 11 +++++++++++ dbus-broker.spec | 12 ++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 dbus-broker-18.tar.xz create mode 100644 dbus-broker-21.tar.xz diff --git a/dbus-broker-18.tar.xz b/dbus-broker-18.tar.xz deleted file mode 100644 index 85deb74..0000000 --- a/dbus-broker-18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f29e77a4d7b386e835dbe6379f4308f0503d6077834ba734ea6782359b34cbb9 -size 227876 diff --git a/dbus-broker-21.tar.xz b/dbus-broker-21.tar.xz new file mode 100644 index 0000000..6e253d0 --- /dev/null +++ b/dbus-broker-21.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e +size 222964 diff --git a/dbus-broker.changes b/dbus-broker.changes index e84738a..55b11c5 100644 --- a/dbus-broker.changes +++ b/dbus-broker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 11 12:06:26 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 21 + * Previously, resource limits were incorrectly calculated, + leading too limits that were higher than intended. + * Messages are now directly forwarded to the journal and + amended with additional fields. The journal-catalog now + contains entries with background information on runtime log + messages. + ------------------------------------------------------------------- Thu Feb 21 13:09:08 UTC 2019 - Jan Engelhardt diff --git a/dbus-broker.spec b/dbus-broker.spec index 9bba802..7e56762 100644 --- a/dbus-broker.spec +++ b/dbus-broker.spec @@ -17,17 +17,18 @@ Name: dbus-broker -Version: 18 +Version: 21 Release: 0 Summary: XDG-conforming message bus implementation License: Apache-2.0 Group: System/Daemons Url: https://github.com/bus1/dbus-broker -Source: https://github.com/bus1/dbus-broker/releases/download/v18/dbus-broker-18.tar.xz +Source: https://github.com/bus1/dbus-broker/releases/download/v%version/dbus-broker-%version.tar.xz BuildRequires: linux-glibc-devel >= 4.13 BuildRequires: meson BuildRequires: pkg-config +BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(audit) >= 2.7 BuildRequires: pkgconfig(dbus-1) >= 1.10 BuildRequires: pkgconfig(expat) >= 2.2.3 @@ -37,11 +38,13 @@ BuildRequires: pkgconfig(libselinux) >= 2.5 BuildRequires: pkgconfig(libsystemd) >= 230 BuildRequires: pkgconfig(systemd) >= 230 Provides: bundled(c-dvar) = 1+ -Provides: bundled(c-ini) +Provides: bundled(c-ini) = 1+ Provides: bundled(c-list) = 3+git9 Provides: bundled(c-rbtree) = 3+git34 Provides: bundled(c-shquote) = 1+ -Provides: bundled(c-utf8) +Provides: bundled(c-stdaux) = 1+ +Provides: bundled(c-utf8) = 1+ +%{?systemd_ordering} %description dbus-broker is an implementation of a message bus as defined by the @@ -87,6 +90,7 @@ ln -s service "%buildroot/%_sbindir/rcdbus-broker" %_bindir/dbus-broker* %_unitdir/*.service %_prefix/lib/systemd/user/*.service +%_prefix/lib/systemd/catalog/ %_sbindir/rc* %license LICENSE