rpms/rhythmbox/devel rhythmbox-upnp-assert.patch, NONE, 1.1 rhythmbox.spec, 1.131, 1.132

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Sep 20 18:22:27 UTC 2007


Author: hadess

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rhythmbox-upnp-assert.patch 
Log Message:
* Thu Sep 20 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.2-6
- Init pygobject threads early (GNOME #469852)


rhythmbox-upnp-assert.patch:

--- NEW FILE rhythmbox-upnp-assert.patch ---
Index: plugins/rb-python-module.c
===================================================================
--- plugins/rb-python-module.c	(revision 5356)
+++ plugins/rb-python-module.c	(working copy)
@@ -173,6 +173,8 @@
 	/* import gtk */
 	init_pygtk ();
 
+	pyg_enable_threads ();
+
 	gtk = PyImport_ImportModule ("gtk");
 	if (gtk == NULL) {
 		g_warning ("Could not import gtk");


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- rhythmbox.spec	18 Sep 2007 10:49:18 -0000	1.131
+++ rhythmbox.spec	20 Sep 2007 18:21:53 -0000	1.132
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -45,6 +45,7 @@
 
 ExcludeArch:    s390 s390x
 
+Patch1: rhythmbox-upnp-assert.patch
 Patch2: rhythmbox-enable-stores.patch
 
 %description
@@ -74,6 +75,7 @@
 %prep
 %setup -q
 
+%patch1 -p0 -b .upnp-assert
 pushd data/
 %patch2 -p0 -b .enable-stores
 popd
@@ -187,6 +189,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Thu Sep 20 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.2-6
+- Init pygobject threads early (GNOME #469852)
+
 * Tue Aug 24 2007 Todd Zullinger <tmz at pobox.com> - 0.11.2-5
 - Rebuild against new libgpod
 




More information about the scm-commits mailing list