From 9c89524618cf2247f2d679c365ec541b48e697aa Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Oct 14 2006 18:21:43 +0000 Subject: - Update to D-Bus 1.0 RC 2 (0.94) --- diff --git a/.cvsignore b/.cvsignore index 7e656eb..c89c728 100644 --- a/.cvsignore +++ b/.cvsignore @@ -15,3 +15,4 @@ dbus-0.62.tar.gz dbus-0.90.tar.gz dbus-0.92.tar.gz dbus-0.93.tar.gz +dbus-0.94.tar.gz diff --git a/dbus.spec b/dbus.spec index f4b16d0..1dd2c54 100644 --- a/dbus.spec +++ b/dbus.spec @@ -7,8 +7,8 @@ Summary: D-BUS message bus Name: dbus -Version: 0.93 -Release: 3%{?dist} +Version: 0.94 +Release: 1%{?dist} URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -127,6 +127,7 @@ rm -rf %{buildroot} /sbin/ldconfig /sbin/chkconfig --add messagebus /sbin/chkconfig messagebus resetpriorities +/bin/dbus-uuidgen --ensure %preun if [ $1 = 0 ]; then @@ -151,6 +152,7 @@ fi /bin/dbus-send /bin/dbus-cleanup-sockets /bin/dbus-monitor +/bin/dbus-uuidgen /%{_lib}/*dbus-1*.so.* %{_datadir}/man/man*/* %{_datadir}/dbus-1/services @@ -169,6 +171,9 @@ fi %{_includedir}/* %changelog +* Sat Oct 14 2006 John (J5) Palmieri - 0.94-1 +- Update to D-Bus 1.0 RC 2 (0.94) + * Sun Oct 01 2006 Jesse Keating - 0.93-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 diff --git a/sources b/sources index 519c609..b2c7c5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0770dce874c76f7364d055e4648900fb dbus-0.93.tar.gz +85653cafbcfc7edfbad9639459758ed3 dbus-0.94.tar.gz