diff --git a/.cvsignore b/.cvsignore index 01a538a..bdf31f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -totem-2.21.92.tar.bz2 +totem-2.21.93.tar.bz2 diff --git a/sources b/sources index 1da8755..07ce06b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5224a8d157be7996cd79d08b1ebacb22 totem-2.21.92.tar.bz2 +6baa8c0510c5d40c5b9dfc9390fabd34 totem-2.21.93.tar.bz2 diff --git a/totem-gmyth-build-fix.patch b/totem-gmyth-build-fix.patch deleted file mode 100644 index 0343daf..0000000 --- a/totem-gmyth-build-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: src/plugins/mythtv/totem-mythtv.c -=================================================================== ---- src/plugins/mythtv/totem-mythtv.c (revision 5065) -+++ src/plugins/mythtv/totem-mythtv.c (working copy) -@@ -42,10 +42,10 @@ - - #include - --#include --#include --#include --#include -+#include -+#include -+#include -+#include - - #define TOTEM_TYPE_MYTHTV_PLUGIN (totem_mythtv_plugin_get_type ()) - #define TOTEM_MYTHTV_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TOTEM_TYPE_MYTHTV_PLUGIN, TotemMythtvPlugin)) diff --git a/totem.spec b/totem.spec index 4881fef..848f0db 100644 --- a/totem.spec +++ b/totem.spec @@ -6,8 +6,8 @@ Summary: Movie player for GNOME Name: totem -Version: 2.21.92 -Release: 2%{?dist} +Version: 2.21.93 +Release: 1%{?dist} License: GPLv2 with exception Group: Applications/Multimedia URL: http://www.gnome.org/projects/totem/ @@ -62,7 +62,6 @@ Obsoletes: nautilus-media # http://bugzilla.gnome.org/show_bug.cgi?id=458324 Patch0: totem-xul-4.patch -Patch1: totem-gmyth-build-fix.patch %description Totem is simple movie player for the Gnome desktop. It features a @@ -149,7 +148,6 @@ the properties dialogue. %setup -q %patch0 -p0 -b .xulrunner -%patch1 -p0 -b .gmyth automake autoconf @@ -313,6 +311,9 @@ fi %{_libdir}/nautilus/extensions-*/*.so* %changelog +* Tue Feb 12 2008 - Bastien Nocera - 2.21.93-1 +- Update to 2.21.93 + * Tue Feb 05 2008 - Bastien Nocera - 2.21.92-2 - Remove unnecessary patch to the GMP plugin