rpms/gnome-applets/devel gnome-applets-2.11.1-cpufreq.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 gnome-applets.spec, 1.72, 1.73 sources, 1.25, 1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 9 04:10:48 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/gnome-applets/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20531

Modified Files:
	.cvsignore gnome-applets.spec sources 
Added Files:
	gnome-applets-2.11.1-cpufreq.patch 
Log Message:
2.11.1


gnome-applets-2.11.1-cpufreq.patch:
 cpufreq-applet.c |    2 ++
 cpufreq-popup.c  |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE gnome-applets-2.11.1-cpufreq.patch ---
--- gnome-applets-2.11.1/cpufreq/src/cpufreq-applet.c.cpufreq	2005-04-14 12:11:06.000000000 -0400
+++ gnome-applets-2.11.1/cpufreq/src/cpufreq-applet.c	2005-07-09 00:06:18.345171000 -0400
@@ -272,6 +272,8 @@
         if (!path)
                 return FALSE;
 
+	return TRUE;
+
         if (geteuid () == 0)
                 return TRUE;
 
--- gnome-applets-2.11.1/cpufreq/src/cpufreq-popup.c.cpufreq	2005-04-14 12:11:07.000000000 -0400
+++ gnome-applets-2.11.1/cpufreq/src/cpufreq-popup.c	2005-07-09 00:05:07.507077000 -0400
@@ -122,7 +122,7 @@
         if (!path)
                 return;
            
-        command = g_strdup_printf ("%s -f %d", path, freq);
+        command = g_strdup_printf ("/usr/bin/cpufreq-selector -f %d", path, freq);
 
         g_spawn_command_line_async (command, NULL); /* TODO: error */
 


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	7 Apr 2005 21:37:16 -0000	1.24
+++ .cvsignore	9 Jul 2005 04:10:42 -0000	1.25
@@ -3,3 +3,4 @@
 gnome-applets-2.10.0.tar.bz2
 gnome-applets-2.9.3.1-modemlights.tar.bz2
 gnome-applets-2.10.1.tar.bz2
+gnome-applets-2.11.1.tar.bz2


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- gnome-applets.spec	1 Jul 2005 12:44:07 -0000	1.72
+++ gnome-applets.spec	9 Jul 2005 04:10:42 -0000	1.73
@@ -14,8 +14,8 @@
 
 Summary:        Small applications for the GNOME panel.
 Name:     	gnome-applets
-Version: 	2.10.1
-Release:        10
+Version: 	2.11.1
+Release:        1
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -24,9 +24,7 @@
 Patch0:		gnome-applets-2.10.1-use-old-modemlights.patch
 Patch1:		gnome-applets-2.10.1-fix-docs-error.patch
 Patch2:		gnome-applets-2.10.1-use-builtin-apm.patch
-Patch3:		gnome-applets-2.3.6-ppp-command.patch
-Patch4:		gnome-applets-2.10.1-cpufreq.patch
-Patch5:         gnome-applets-2.10.1-no-mixer-warning-on-startup.patch
+Patch4:		gnome-applets-2.11.1-cpufreq.patch
 URL:		http://www.gnome.org/
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -74,7 +72,6 @@
 %patch1 -p1 -b .fix-docs-error
 %patch2 -p1 -b .use-builtin-apm
 %patch4 -p1 -b .cpufreq
-%patch5 -p1 -b .no-mixer-warning-on-startup
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -162,6 +159,9 @@
 %{_libdir}/pkgconfig/gswitchit.pc
 
 %changelog
+* Fri Jul  8 2005 Matthias Clasen <mclasen at redhat.com> 1:2.11.1-1
+- Update to 2.11.1
+
 * Fri Jul  1 2005 Mark McLoughlin <markmc at redhat.com> 1:2.10.1-10
 - Backport from HEAD patch to remove lame warning dialog when the
   mixer applet can't find a mixer device


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	7 Apr 2005 21:42:29 -0000	1.25
+++ sources	9 Jul 2005 04:10:42 -0000	1.26
@@ -1,2 +1,2 @@
-da9cd75f77972c96eec9551d41878a7f  gnome-applets-2.10.1.tar.bz2
 ccd89d3a58076214e2f34216388c9621  gnome-applets-2.9.3.1-modemlights.tar.bz2
+e8ce3499fe74d471c3fdfeff3ed5637a  gnome-applets-2.11.1.tar.bz2




More information about the fedora-cvs-commits mailing list