rpms/rhythmbox/devel x-content.patch, NONE, 1.1 rhythmbox.spec, 1.159, 1.160

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jan 18 05:37:37 UTC 2008


Author: mclasen

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

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


x-content.patch:

--- NEW FILE x-content.patch ---
diff -up rhythmbox-0.11.4/data/rhythmbox.desktop.in.in.x-content rhythmbox-0.11.4/data/rhythmbox.desktop.in.in
--- rhythmbox-0.11.4/data/rhythmbox.desktop.in.in.x-content	2008-01-18 00:33:33.000000000 -0500
+++ rhythmbox-0.11.4/data/rhythmbox.desktop.in.in	2008-01-18 00:34:27.000000000 -0500
@@ -8,7 +8,7 @@ Type=Application
 Icon=rhythmbox
 X-GNOME-DocPath=rhythmbox/rhythmbox.xml
 Categories=GNOME;GTK;AudioVideo;
-MimeType=application/x-ogg;application/ogg;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;
+MimeType=application/x-ogg;application/ogg;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;x-content/audio-cdda;x-content/audio-dvd;x-content/audio-player;
 StartupNotify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=rhythmbox


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/extras/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- rhythmbox.spec	17 Jan 2008 17:02:22 -0000	1.159
+++ rhythmbox.spec	18 Jan 2008 05:36:51 -0000	1.160
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -54,7 +54,9 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=428034
 Patch0: rb-disable-power-plugin-by-default.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=499208
-Patch5: rhythmbox-0.11.3-force-python-thread-init.patch
+Patch1: rhythmbox-0.11.3-force-python-thread-init.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=510323
+Patch2: x-content.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -84,7 +86,8 @@
 %setup -q
 
 %patch0 -p0 -b .dont-disable-suspend
-%patch5 -p1 -b .python-threading
+%patch1 -p1 -b .python-threading
+%patch2 -p1 -b .x-content
 
 %build
 
@@ -199,6 +202,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Fri Jan 18 2008  Matthias Clasen <mclasen at redhat.com> - 0.11.4-4
+- Add content-type support
+
 * Thu Jan 17 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.4-3
 - Own the plugins dir (#389111)
 




More information about the fedora-extras-commits mailing list