From a12253b5bf4161b22398d56578a53efe78dd02f0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:07:17 +0000 Subject: [PATCH] auto-import changelog data from dbus-0.21-6.src.rpm Fri Jun 04 2004 John (J5) Palmieri - Moved dbus-viewer, dbus-monitor and dbus-glib-tool into the dbus-glib package so that the main dbus package does not depend on glib (Bug #125285) --- dbus.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dbus.spec b/dbus.spec index 58ca5ab..8d72f65 100644 --- a/dbus.spec +++ b/dbus.spec @@ -11,7 +11,7 @@ Summary: D-BUS message bus Name: dbus Version: 0.21 -Release: 5 +Release: 6 URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -174,11 +174,8 @@ fi %dir %{_localstatedir}/run/dbus %dir %{_libdir}/dbus-1.0 %{_bindir}/dbus-daemon-1 -%{_bindir}/dbus-glib-tool -%{_bindir}/dbus-monitor %{_bindir}/dbus-send %{_bindir}/dbus-cleanup-sockets -%{_bindir}/dbus-viewer %{_libdir}/*dbus-1*.so.* %{_datadir}/man/man*/* %{_libdir}/dbus-1.0/services @@ -196,6 +193,9 @@ fi %defattr(-,root,root) %{_libdir}/*glib*.so.* +%{_bindir}/dbus-glib-tool +%{_bindir}/dbus-monitor +%{_bindir}/dbus-viewer %if 0 %files qt @@ -220,6 +220,11 @@ fi %{_libdir}/python*/site-packages/dbus_bindings.so %changelog +* Fri Jun 04 2004 John (J5) Palmieri +- Moved dbus-viewer, dbus-monitor and dbus-glib-tool + into the dbus-glib package so that the main dbus + package does not depend on glib (Bug #125285) + * Thu Jun 03 2004 John (J5) Palmieri - rebuilt