rpms/rhythmbox/devel rhythmbox-0.11.5-ipod-vfat.patch, NONE, 1.1 rhythmbox.spec, 1.182, 1.183

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Apr 4 13:43:32 UTC 2008


Author: hadess

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rhythmbox-0.11.5-ipod-vfat.patch 
Log Message:
* Fri Apr 04 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-7
- Add patch to work-around transfer of some filenames to VFAT iPods (#440668)


rhythmbox-0.11.5-ipod-vfat.patch:

--- NEW FILE rhythmbox-0.11.5-ipod-vfat.patch ---
Index: plugins/ipod/rb-ipod-source.c
===================================================================
--- plugins/ipod/rb-ipod-source.c	(révision 4727)
+++ plugins/ipod/rb-ipod-source.c	(copie de travail)
@@ -1176,6 +1176,8 @@
 	pc_filename = utf8_to_ascii (tmp);
 	g_free (tmp);
 
+	g_strdelimit (pc_filename, "\"", '\'');
+	g_strdelimit (pc_filename, ":/|<>*?\\", '_');
 	g_assert (g_utf8_validate (pc_filename, -1, NULL));
 	/* Now we have a valid UTF-8 filename, try to find out where to put
 	 * it on the iPod


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- rhythmbox.spec	4 Apr 2008 12:28:46 -0000	1.182
+++ rhythmbox.spec	4 Apr 2008 13:42:36 -0000	1.183
@@ -63,6 +63,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=526139
 # https://bugzilla.redhat.com/show_bug.cgi?id=440489
 Patch5: rb-gvfs-cdda-activation.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=374078
+# https://bugzilla.redhat.com/show_bug.cgi?id=440668
+Patch6: rhythmbox-0.11.5-ipod-vfat.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -97,6 +100,7 @@
 %patch3 -p1 -b .soup-2.4
 %patch4 -p0 -b .force-podcast
 %patch5 -p0 -b .cdda-activation
+%patch6 -p0 -b .ipod-vfat
 
 %build
 # work around a gstreamer bug
@@ -210,6 +214,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Fri Apr 04 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-7
+- Add patch to work-around transfer of some filenames to VFAT iPods (#440668)
+
 * Fri Apr 04 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-6
 - Add patch to fix CDDA autostart from nautilus (#440489)
 




More information about the fedora-extras-commits mailing list