Hello community, here is the log from the commit of package dbus-1-glib for openSUSE:Factory checked in at 2016-10-31 11:08:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dbus-1-glib (Old) and /work/SRC/openSUSE:Factory/.dbus-1-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbus-1-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/dbus-1-glib/dbus-1-glib.changes 2016-10-22 13:05:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dbus-1-glib.new/dbus-1-glib.changes 2016-10-31 11:08:22.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Oct 20 09:25:32 UTC 2016 - zai...@opensuse.org + +- Split out dbus-binding-tool in own sub-package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbus-1-glib.spec ++++++ --- /var/tmp/diff_new_pack.pF4M9C/_old 2016-10-31 11:08:23.000000000 +0100 +++ /var/tmp/diff_new_pack.pF4M9C/_new 2016-10-31 11:08:23.000000000 +0100 @@ -30,6 +30,7 @@ BuildRequires: libexpat-devel BuildRequires: libselinux-devel Requires: dbus-1 +Recommends: dbus-1-glib-tool # BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,6 +39,7 @@ Group: Development/Libraries/Other Requires: dbus-1-devel Requires: dbus-1-glib = %{version} +Requires: dbus-1-glib-tool = %{version} Requires: glib2-devel %package -n dbus-1-glib-doc @@ -47,6 +49,11 @@ BuildArch: noarch %endif +%package -n dbus-1-glib-tool +Summary: Tool package for D-Bus/GLib bindings +Group: Development/Libraries/Other +Requires: dbus-1-glib = %{version} + %description D-Bus add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop. @@ -59,6 +66,10 @@ D-Bus add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop. +%description -n dbus-1-glib-tool +D-Bus add-on tool to integrate the standard D-Bus library with the +GLib thread abstraction and main loop. + %prep %setup -q -n dbus-glib-%{version} @@ -92,8 +103,6 @@ %files -n dbus-1-glib-devel %defattr(-, root, root) -%{_bindir}/dbus-binding-tool -%{_mandir}/man?/dbus-binding-tool.1%{ext_man} %{_includedir}/dbus-1.0/dbus/* %{_libdir}/*glib*.so %{_libdir}/pkgconfig/dbus-glib-1.pc @@ -104,4 +113,9 @@ %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/dbus-glib +%files -n dbus-1-glib-tool +%defattr(-, root, root) +%{_bindir}/dbus-binding-tool +%{_mandir}/man?/dbus-binding-tool.1%{ext_man} + %changelog