From bf2cffacc5bb7266158725791893a90cbf894f61 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 Jul 2006 16:49:47 +0000 Subject: [PATCH] don't use deprecated dbus api --- totem.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/totem.spec b/totem.spec index 10af539..831e171 100644 --- a/totem.spec +++ b/totem.spec @@ -5,13 +5,14 @@ Summary: Movie player for GNOME 2 Name: totem Version: 1.5.4 -Release: 2 +Release: 3 License: GPL Group: Applications/Multimedia URL: http://www.hadess.net/totem.php3 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch1: totem-0.99.19-feature-help-removal.patch +Patch2: totem-1.5.4-dbus-disconnect.patch Requires(post): GConf2 Requires(post): desktop-file-utils @@ -74,6 +75,7 @@ applications with Totem's plparser library. %prep %setup -q %patch1 -p1 -b .feature-help-removal +%patch2 -p1 -b .dbus-disconnect %build # try to work around a problem where gst-inspect does @@ -161,6 +163,9 @@ fi %{_libdir}/*so %changelog +* Wed Jul 19 2006 Matthias Clasen - 1.5.4-3 +- Don't use deprecated dbus api + * Wed Jul 19 2006 Matthias Clasen - 1.5.4-2 - Rebuild against dbus