Hello community,

here is the log from the commit of package dbus-broker for openSUSE:Factory 
checked in at 2019-01-08 12:29:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-broker (Old)
 and      /work/SRC/openSUSE:Factory/.dbus-broker.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-broker"

Tue Jan  8 12:29:50 2019 rev:3 rq:663445 version:17

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-broker/dbus-broker.changes  2018-03-13 
10:25:20.434971383 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-broker.new.28833/dbus-broker.changes       
2019-01-08 12:31:42.372061209 +0100
@@ -1,0 +2,13 @@
+Wed Jan  2 00:38:38 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 17
+  * The compatibility launcher now namespaces transient systemd
+    units based on its own name on the scope-bus.
+  * The launcher now respects the `<user>NAME</user>'
+    configuration and correctly drops privileges of the broker
+    and itself after startup.
+  * Messages with file-descriptors will now be refused if the
+    client did not negotiate file-descriptor passing before.
+- Drop use-system-deps.diff
+
+-------------------------------------------------------------------

Old:
----
  use-system-deps.diff
  v11.tar.gz

New:
----
  _service
  dbus-broker-17.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbus-broker.spec ++++++
--- /var/tmp/diff_new_pack.RES9wW/_old  2019-01-08 12:31:42.844060696 +0100
+++ /var/tmp/diff_new_pack.RES9wW/_new  2019-01-08 12:31:42.852060687 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-broker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           dbus-broker
-Version:        11
+Version:        17
 Release:        0
 Summary:        XDG-conforming message bus implementation
 License:        Apache-2.0
 Group:          Productivity/Telephony/Utilities
 Url:            https://github.com/bus1/dbus-broker
 
-Source:         https://github.com/bus1/dbus-broker/archive/v%version.tar.gz
-Patch1:         use-system-deps.diff
+#Source:         https://github.com/bus1/dbus-broker/archive/v%version.tar.gz
+Source:         %name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  linux-glibc-devel >= 4.13
 BuildRequires:  meson
@@ -34,13 +34,16 @@
 BuildRequires:  pkgconfig(dbus-1) >= 1.10
 BuildRequires:  pkgconfig(expat) >= 2.2.3
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50
-BuildRequires:  pkgconfig(libcdvar) >= 1.7
-BuildRequires:  pkgconfig(libclist) >= 3
-BuildRequires:  pkgconfig(libcrbtree) >= 3.30
-BuildRequires:  pkgconfig(libcsundry) >= 1
+BuildRequires:  pkgconfig(libcap-ng) >= 0.6
 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-list) = 3+git9
+Provides:       bundled(c-rbtree) = 3+git34
+Provides:       bundled(c-shquote) = 1+
+Provides:       bundled(c-utf8)
 
 %description
 dbus-broker is an implementation of a message bus as defined by the
@@ -57,8 +60,7 @@
 * Runtime broker control
 
 %prep
-%setup -q
-%patch -P 1 -p1
+%autosetup -p1
 
 %build
 ln -s /bin/true rst2man
@@ -66,12 +68,9 @@
 %meson_build
 
 %install
-# make install happy
-touch build/docs/dbus-broker.1 build/docs/dbus-broker-launch.1
 %meson_install
 mkdir -p "%buildroot/%_sbindir"
 ln -s service "%buildroot/%_sbindir/rcdbus-broker"
-find %buildroot/%_mandir -type f -size 0 -delete
 
 %pre
 %service_add_pre dbus-broker.service

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/bus1/dbus-broker</param>
                <param name="revision">v17</param>
                <param name="versionformat">17</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

Reply via email to