rpms/rhythmbox/devel rb-disable-power-plugin-by-default.patch, NONE, 1.1 rhythmbox.spec, 1.157, 1.158

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


Author: hadess

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

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.4-2
- 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/devel/rhythmbox.spec,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- rhythmbox.spec	21 Dec 2007 18:55:02 -0000	1.157
+++ rhythmbox.spec	9 Jan 2008 12:38:25 -0000	1.158
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -51,6 +51,8 @@
 
 ExcludeArch:    s390 s390x
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=428034
+Patch0: rb-disable-power-plugin-by-default.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=499208
 Patch5: rhythmbox-0.11.3-force-python-thread-init.patch
 
@@ -81,6 +83,7 @@
 %prep
 %setup -q
 
+%patch0 -p0 -b .dont-disable-suspend
 %patch5 -p1 -b .python-threading
 
 %build
@@ -195,6 +198,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Wed Jan 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.4-2
+- Add patch to make the power manager plugin disablable (#428034)
+
 * Fri Dec 21 2007 Matthias Clasen <mclasen at redhat.com> - 0.11.4-1
 - Update to 0.11.4
 




More information about the fedora-extras-commits mailing list