rpms/rhythmbox/F-8 rb-0.11.3-entry-reffing.patch, NONE, 1.1 rhythmbox.spec, 1.147, 1.148

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Dec 7 09:33:18 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24702

Modified Files:
	rhythmbox.spec 
Added Files:
	rb-0.11.3-entry-reffing.patch 
Log Message:
* Fri Dec 07 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-6
- Add patch to fix possible crasher when playing any song (#410991)


rb-0.11.3-entry-reffing.patch:

--- NEW FILE rb-0.11.3-entry-reffing.patch ---
--- trunk/shell/rb-shell-player.c	2007/12/03 13:13:35	5472
+++ trunk/shell/rb-shell-player.c	2007/12/03 22:12:36	5477
@@ -1401,7 +1401,7 @@
 
 		crossfade = rb_shell_player_get_crossfade (player, play_type);
 
-		g_object_ref (entry);
+		rhythmdb_entry_ref (entry);
 		ret = ret && rb_player_open (player->priv->mmplayer, location, entry, (GDestroyNotify) rhythmdb_entry_unref, error);
 
 		ret = ret && rb_player_play (player->priv->mmplayer, crossfade, error);


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/F-8/rhythmbox.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- rhythmbox.spec	30 Nov 2007 14:05:24 -0000	1.147
+++ rhythmbox.spec	7 Dec 2007 09:32:42 -0000	1.148
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -53,6 +53,8 @@
 Patch2: rb-fix-broken-daap-playback.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=499208
 Patch3: rhythmbox-0.11.3-force-python-thread-init.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=501040
+Patch4: rb-0.11.3-entry-reffing.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -86,6 +88,7 @@
 popd
 %patch2 -p0 -b .broken-daap
 %patch3 -p1 -b .python-threading
+%patch4 -p1 -b .entry-reffing
 
 %build
 
@@ -196,6 +199,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Fri Dec 07 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-6
+- Add patch to fix possible crasher when playing any song (#410991)
+
 * Fri Nov 30 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-5
 - Add patch to avoid crashing if no Python plugins are enabled by default
   (#393531)




More information about the fedora-extras-commits mailing list