rpms/rhythmbox/devel rb-0.11.3-entry-reffing.patch, NONE, 1.1 rhythmbox.spec, 1.154, 1.155

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


Author: hadess

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

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-9
- 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/devel/rhythmbox.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- rhythmbox.spec	1 Dec 2007 02:02:15 -0000	1.154
+++ rhythmbox.spec	7 Dec 2007 09:33:45 -0000	1.155
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -61,6 +61,8 @@
 Patch4: rb-fix-broken-daap-playback.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=499208
 Patch5: rhythmbox-0.11.3-force-python-thread-init.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=501040
+Patch6: rb-0.11.3-entry-reffing.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -96,6 +98,7 @@
 %patch3 -p1 -b .missing-plugins
 %patch4 -p0 -b .broken-daap
 %patch5 -p1 -b .python-threading
+%patch6 -p1 -b .entry-reffing
 
 autoconf
 automake
@@ -212,6 +215,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Fri Dec 07 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-9
+- Add patch to fix possible crasher when playing any song (#410991)
+
 * Fri Nov 30 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-8
 - Update patch for the Podcast parsing to include the browser plugin
   for the iTunes detection




More information about the fedora-extras-commits mailing list