rpms/rhythmbox/devel rhythmbox-0.11.4-source-unref-crasher.patch, NONE, 1.1 rhythmbox.spec, 1.177, 1.178

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Mar 17 10:54:26 UTC 2008


Author: hadess

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rhythmbox-0.11.4-source-unref-crasher.patch 
Log Message:
* Mon Mar 17 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-2
- Fix possible crasher in playlist activation


rhythmbox-0.11.4-source-unref-crasher.patch:

--- NEW FILE rhythmbox-0.11.4-source-unref-crasher.patch ---
Index: shell/rb-shell.c
===================================================================
--- shell/rb-shell.c	(revision 5622)
+++ shell/rb-shell.c	(working copy)
@@ -3351,7 +3351,6 @@
 	if (play) {
 		if (playlist_source != NULL) {
 			rb_shell_activate_source (shell, playlist_source);
-			g_object_unref (playlist_source);
 			return TRUE;
 		}
 


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- rhythmbox.spec	17 Mar 2008 02:23:48 -0000	1.177
+++ rhythmbox.spec	17 Mar 2008 10:53:51 -0000	1.178
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -53,6 +53,7 @@
 Patch0: rb-disable-power-plugin-by-default.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=499208
 Patch1: rhythmbox-0.11.3-force-python-thread-init.patch
+Patch2: rhythmbox-0.11.4-source-unref-crasher.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -83,6 +84,7 @@
 
 %patch0 -p0 -b .dont-disable-suspend
 %patch1 -p1 -b .python-threading
+%patch2 -p0 -b .source-unref-crasher
 
 %build
 # work around a gstreamer bug
@@ -196,6 +198,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Mon Mar 17 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-2
+- Fix possible crasher in playlist activation
+
 * Mon Mar 17 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-1
 - Update to 0.11.5
 - Remove outdated patches




More information about the fedora-extras-commits mailing list