rpms/totem/devel x-content.patch,NONE,1.1 totem.spec,1.147,1.148

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jan 18 06:16:41 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26788

Modified Files:
	totem.spec 
Added Files:
	x-content.patch 
Log Message:
content-type support


x-content.patch:

--- NEW FILE x-content.patch ---
diff -up totem-2.21.90/data/mime-type-list.txt.x-content totem-2.21.90/data/mime-type-list.txt
--- totem-2.21.90/data/mime-type-list.txt.x-content	2008-01-18 01:12:06.000000000 -0500
+++ totem-2.21.90/data/mime-type-list.txt	2008-01-18 01:12:33.000000000 -0500
@@ -89,3 +89,8 @@ video/x-ms-wvx
 video/x-nsv
 video/x-ogm+ogg
 video/x-theora+ogg
+x-content/video-dvd
+x-content/video-vcd
+x-content/video-svcd
+x-content/video-blueray
+x-content/video-hddvd


Index: totem.spec
===================================================================
RCS file: /cvs/extras/rpms/totem/devel/totem.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- totem.spec	14 Jan 2008 15:32:21 -0000	1.147
+++ totem.spec	18 Jan 2008 06:15:58 -0000	1.148
@@ -7,7 +7,7 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 2.21.90
-Release: 1%{?dist} 
+Release: 2%{?dist} 
 License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
@@ -62,6 +62,8 @@
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=458324
 Patch0: totem-xul-3.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=510320
+Patch1: x-content.patch
 
 %description
 Totem is simple movie player for the Gnome desktop. It features a
@@ -139,6 +141,7 @@
 %setup -q
 
 %patch0 -p0 -b .xulrunner
+%patch1 -p1 -b .x-content
 automake
 autoconf
 
@@ -295,6 +298,9 @@
 %{_libdir}/totem/plugins/publish
 
 %changelog
+* Fri Jan 18 2008  Matthias Clasen <mclasen at redhat.com> - 2.21.90-2
+- Add content-type support
+
 * Mon Jan 07 2008 - Bastien Nocera <bnocera at redhat.com> - 2.21.90-1
 - Update to 2.21.90
 - Add patch to allow building against xulrunner




More information about the fedora-extras-commits mailing list