rpms/totem/F-9 totem-2.23.2-flv-thumbnail.patch, NONE, 1.1 totem.spec, 1.189, 1.190

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Jul 25 10:12:23 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11510

Modified Files:
	totem.spec 
Added Files:
	totem-2.23.2-flv-thumbnail.patch 
Log Message:
* Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.2-6
- Add patch to make FLV videos thumbnail (#449279)


totem-2.23.2-flv-thumbnail.patch:

--- NEW FILE totem-2.23.2-flv-thumbnail.patch ---
--- trunk/data/mime-type-list.txt	2008/03/14 00:50:55	5298
+++ trunk/data/mime-type-list.txt	2008/05/26 13:11:33	5433
@@ -79,6 +79,7 @@
 video/x-flc
 video/x-fli
 video/x-flic
+video/x-flv
 video/x-m4v
 video/x-matroska
 video/x-mpeg


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/F-9/totem.spec,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- totem.spec	18 Jul 2008 09:30:39 -0000	1.189
+++ totem.spec	25 Jul 2008 10:11:52 -0000	1.190
@@ -11,7 +11,7 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 2.23.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
@@ -64,6 +64,8 @@
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=458324
 Patch0: totem-xul-4.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=449279
+Patch1:	totem-2.23.2-flv-thumbnail.patch
 
 %description
 Totem is simple movie player for the Gnome desktop. It features a
@@ -191,6 +193,7 @@
 
 pushd totem-%{version}
 %patch0 -p0 -b .xulrunner
+%patch1 -p1
 
 # regen
 automake
@@ -433,6 +436,9 @@
 %endif
 
 %changelog
+* Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.2-6
+- Add patch to make FLV videos thumbnail (#449279)
+
 * Fri Jul 18 2008 Martin Stransky <stransky at redhat.com> - 2.23.2-5
 - Rebuild against xulrunner 1.9.0.1 and fixed gecko dependency
 




More information about the scm-commits mailing list