rpms/rhythmbox/F-8 rb-disable-power-plugin-by-default.patch, NONE, 1.1 rhythmbox.spec, 1.151, 1.152

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Jan 9 12:34:31 UTC 2008


Author: hadess

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rb-disable-power-plugin-by-default.patch 
Log Message:
* Wed Jan 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-8
- Add patch to make the power manager plugin disablable (#428034)


rb-disable-power-plugin-by-default.patch:

--- NEW FILE rb-disable-power-plugin-by-default.patch ---
Index: data/rhythmbox.schemas
===================================================================
--- data/rhythmbox.schemas	(revision 5535)
+++ data/rhythmbox.schemas	(working copy)
@@ -837,7 +871,7 @@
 	<applyto>/apps/rhythmbox/plugins/power-manager/active</applyto>
 	<owner>rhythmbox</owner>
 	<type>bool</type>
-	<default>TRUE</default>
+	<default>FALSE</default>
 	<locale name="C">
 	<short>True if the power-manager plugin is enabled.</short>
 	<long>True if the power-manager plugin is enabled.</long>
@@ -936,7 +970,7 @@
 	<applyto>/apps/rhythmbox/plugins/power-manager/hidden</applyto>
 	<owner>rhythmbox</owner>
 	<type>bool</type>
-	<default>TRUE</default>
+	<default>FALSE</default>
 	<locale name="C">
 	<short>True if the power-manager plugin is hidden.</short>
 	<long>True if the power-manager plugin is hidden.</long>


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/F-8/rhythmbox.spec,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- rhythmbox.spec	7 Jan 2008 10:04:35 -0000	1.151
+++ rhythmbox.spec	9 Jan 2008 12:33:42 -0000	1.152
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.3
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -53,10 +53,12 @@
 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
+# https://bugzilla.redhat.com/show_bug.cgi?id=428034
+Patch4: rb-disable-power-plugin-by-default.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=427612
 # http://bugzilla.gnome.org/show_bug.cgi?id=507450
 # http://svn.gnome.org/viewvc/rhythmbox?view=revision&revision=5455
-Patch4: rhythmbox-0.11.3-xfade-pause-deadlock.patch
+Patch5: rhythmbox-0.11.3-xfade-pause-deadlock.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -90,7 +92,8 @@
 popd
 %patch2 -p0 -b .broken-daap
 %patch3 -p1 -b .python-threading
-%patch4 -p1 -b .xfade-pause-deadlocks
+%patch4 -p0 -b .dont-disable-suspend
+%patch5 -p1 -b .xfade-pause-deadlocks
 
 %build
 
@@ -201,6 +204,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Wed Jan 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-8
+- Add patch to make the power manager plugin disablable (#428034)
+
 * Mon Jan 07 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-7
 - Add upstream patch to avoid the cross-fade backend hanging when
   skipping and paused (#427612)




More information about the fedora-extras-commits mailing list