rpms/gnome-power-manager/devel gnome-power-manager.spec, 1.122, 1.123 gpm-fix-percentage-types.patch, 1.1, 1.2

David Zeuthen (davidz) fedora-extras-commits at redhat.com
Thu Aug 14 21:27:46 UTC 2008


Author: davidz

Update of /cvs/pkgs/rpms/gnome-power-manager/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv659

Modified Files:
	gnome-power-manager.spec gpm-fix-percentage-types.patch 
Log Message:
* Thu Aug 14 2008 David Zeuthen <davidz at redhat.com> - 2.23.6-3
- Actually make the patch apply and rebuild




Index: gnome-power-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-power-manager/devel/gnome-power-manager.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- gnome-power-manager.spec	14 Aug 2008 19:36:50 -0000	1.122
+++ gnome-power-manager.spec	14 Aug 2008 21:27:16 -0000	1.123
@@ -5,7 +5,7 @@
 Summary: GNOME Power Manager
 Name: gnome-power-manager
 Version: 2.23.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and GFDL
 Group: Applications/System
 Source: http://download.gnome.org/sources/gnome-power-manager/2.23/gnome-power-manager-%{version}.tar.gz
@@ -132,7 +132,10 @@
 %{_datadir}/gnome-2.0/ui/GNOME_InhibitApplet.xml
 
 %changelog
-* Wed Aug 14 2008 Richard Hughes  <rhughes at redhat.com> - 2.23.6-2
+* Thu Aug 14 2008 David Zeuthen <davidz at redhat.com> - 2.23.6-3
+- Actually make the patch apply and rebuild
+
+* Thu Aug 14 2008 Richard Hughes  <rhughes at redhat.com> - 2.23.6-2
 - Apply a fix from upstream to fix crashing on percentage change.
 
 * Wed Aug 06 2008 Richard Hughes  <rhughes at redhat.com> - 2.23.6-1

gpm-fix-percentage-types.patch:

Index: gpm-fix-percentage-types.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-power-manager/devel/gpm-fix-percentage-types.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpm-fix-percentage-types.patch	14 Aug 2008 19:36:50 -0000	1.1
+++ gpm-fix-percentage-types.patch	14 Aug 2008 21:27:16 -0000	1.2
@@ -1,8 +1,6 @@
-Index: src/gpm-cell-array.c
-===================================================================
---- src/gpm-cell-array.c	(revision 2881)
-+++ src/gpm-cell-array.c	(working copy)
-@@ -592,10 +592,10 @@
+--- src/gpm-cell-array.c.orig	2008-08-14 16:38:43.000000000 -0400
++++ src/gpm-cell-array.c	2008-08-14 16:39:36.000000000 -0400
+@@ -583,10 +583,10 @@
   * gpm_cell_percent_changed_cb:
   */
  static void
@@ -13,5 +11,5 @@
 -	guint old_percent;
 +	gfloat old_percent;
  
- 	g_return_if_fail (GPM_IS_CELL_ARRAY (cell_array));
+ 	unit = &(cell_array->priv->unit);
  




More information about the fedora-extras-commits mailing list