rpms/olpc-hardware-manager/OLPC-2 hardwaremanager.py, 1.1, 1.2 olpc-hardware-manager.spec, 1.1, 1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Jul 24 16:12:48 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/olpc-hardware-manager/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3304

Modified Files:
	hardwaremanager.py olpc-hardware-manager.spec 
Log Message:
* Tue Jul 24 2007 Dan Williams <dcbw at redhat.com> - 0.4.1-7
- 'm' -> 'mem' for suspend




Index: hardwaremanager.py
===================================================================
RCS file: /cvs/extras/rpms/olpc-hardware-manager/OLPC-2/hardwaremanager.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hardwaremanager.py	19 Jun 2007 23:07:02 -0000	1.1
+++ hardwaremanager.py	24 Jul 2007 16:12:16 -0000	1.2
@@ -144,7 +144,7 @@
         try:
             f = open(_POWER_STATE_KEY, 'w')
             # 'm' == suspend to memory (RAM)
-            f.write('m')
+            f.write('mem')
             f.close()
         except IOError:
             logging.error('Cannot write to kernel power state.')


Index: olpc-hardware-manager.spec
===================================================================
RCS file: /cvs/extras/rpms/olpc-hardware-manager/OLPC-2/olpc-hardware-manager.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- olpc-hardware-manager.spec	19 Jun 2007 23:07:02 -0000	1.1
+++ olpc-hardware-manager.spec	24 Jul 2007 16:12:16 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           olpc-hardware-manager
 Version:        0.4.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        OLPC hardware manager
 
 License:        GPL
@@ -66,6 +66,9 @@
 %{_bindir}/olpc-hardware-manager
 
 %changelog
+* Tue Jul 24 2007 Dan Williams <dcbw at redhat.com> - 0.4.1-7
+- 'm' -> 'mem' for suspend
+
 * Tue Jun 19 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4.1-6
 - Update comments on how to download/verify code.
 




More information about the scm-commits mailing list