rpms/olpc-powerd/F-11 .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 olpc-powerd.spec, 1.2, 1.3 sources, 1.3, 1.4

Paul Fox pgf at fedoraproject.org
Fri May 7 01:07:29 UTC 2010


Author: pgf

Update of /cvs/pkgs/rpms/olpc-powerd/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28568/F-11

Modified Files:
	.cvsignore import.log olpc-powerd.spec sources 
Log Message:
updated to version 21


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-powerd/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	13 Aug 2009 16:53:21 -0000	1.3
+++ .cvsignore	7 May 2010 01:07:29 -0000	1.4
@@ -1 +1 @@
-olpc-powerd-10-git34fc8ac.tar.gz
+olpc-powerd-21-gitb0b03d2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-powerd/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	13 Aug 2009 16:53:21 -0000	1.2
+++ import.log	7 May 2010 01:07:29 -0000	1.3
@@ -1,2 +1,3 @@
 olpc-powerd-9-1:F-11:olpc-powerd-9-1.src.rpm:1248989675
 olpc-powerd-10-1:F-11:olpc-powerd-10-1.src.rpm:1250182361
+olpc-powerd-21-1:F-11:olpc-powerd-21-1.src.rpm:1273194436


Index: olpc-powerd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-powerd/F-11/olpc-powerd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- olpc-powerd.spec	13 Aug 2009 16:53:21 -0000	1.2
+++ olpc-powerd.spec	7 May 2010 01:07:29 -0000	1.3
@@ -1,13 +1,13 @@
 Summary: OLPC XO power management
 Name: olpc-powerd
-Version: 10
+Version: 21
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://dev.laptop.org/git/users/pgf/powerd/tree/powerd
 # Source0: the source tarball is created by "make tarball" from within
 # a clone of this git tree: git://dev.laptop.org/users/pgf/powerd
-Source0: olpc-powerd-10-git34fc8ac.tar.gz
+Source0: olpc-powerd-21-gitb0b03d2.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: kernel-headers
 Requires: olpc-kbdshim, upstart
@@ -39,16 +39,20 @@ mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/event.d
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/powerd
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/powerd/postresume.d
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/powerd/flags
 
 %{__install} -p -m 755 olpc-switchd $RPM_BUILD_ROOT/%{_sbindir}/olpc-switchd
 %{__install} -p -m 755 powerd $RPM_BUILD_ROOT/%{_sbindir}/powerd
 %{__install} -p -m 755 pnmto565fb $RPM_BUILD_ROOT/%{_bindir}/pnmto565fb
 %{__install} -p -m 755 powerd-config $RPM_BUILD_ROOT/%{_bindir}/powerd-config
+%{__install} -p -m 755 olpc-nosleep $RPM_BUILD_ROOT/%{_bindir}/olpc-nosleep
 %{__install} -p -m 644 olpc-switchd.upstart $RPM_BUILD_ROOT%{_sysconfdir}/event.d/olpc-switchd
 %{__install} -p -m 644 powerd.upstart $RPM_BUILD_ROOT%{_sysconfdir}/event.d/powerd
 %{__install} -p -m 644 pleaseconfirm.pgm $RPM_BUILD_ROOT%{_sysconfdir}/powerd/pleaseconfirm.pgm
 %{__install} -p -m 644 shuttingdown.pgm $RPM_BUILD_ROOT%{_sysconfdir}/powerd/shuttingdown.pgm
 %{__install} -p -m 644 powerd.conf.dist $RPM_BUILD_ROOT%{_sysconfdir}/powerd/powerd.conf
+%{__install} -p -m 644 version $RPM_BUILD_ROOT%{_sysconfdir}/powerd/version
+%{__install} -p -m 644 olpc-pwr-log.sh $RPM_BUILD_ROOT%{_sysconfdir}/powerd/olpc-pwr-log.sh 
 
 
 %clean
@@ -62,11 +66,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/powerd
 %{_bindir}/pnmto565fb
 %{_bindir}/powerd-config
+%{_bindir}/olpc-nosleep
+%{_sysconfdir}/powerd/olpc-pwr-log.sh
 %config(noreplace) %{_sysconfdir}/event.d/olpc-switchd
 %config(noreplace) %{_sysconfdir}/event.d/powerd
 %config(noreplace) %{_sysconfdir}/powerd/pleaseconfirm.pgm
 %config(noreplace) %{_sysconfdir}/powerd/shuttingdown.pgm
 %config(noreplace) %{_sysconfdir}/powerd/powerd.conf
+%{_sysconfdir}/powerd/version
 
 %post
 # Only on install
@@ -104,16 +111,86 @@ fi
 exit 0
 
 %changelog
-* Thu Aug 13 2009 Paul Fox <pgf at laptop.org>
+* Mon May  3 2010 Paul Fox <pgf at laptop.org>
+- 21-1
+- close hole where creation of inhibit file won't always inhibit suspend.
+- close hole where net traffic won't inhibit suspend after a lot of traffic
+
+* Fri Apr 30 2010 Paul Fox <pgf at laptop.org>
+- 20-1
+- add preemptive sync on power button, or when idle suspend is imminent.
+- fix bug causing power button splash menu to not appear sometimes.
+- bring documentation up to date.
+
+* Thu Apr 15 2010 Paul Fox <pgf at laptop.org>
+- 19-1
+- improve olpc-pwr-log.sh logging
+- modify handling of battery dis/charge wakeups which were preventing
+  eventual shutdown.
+
+* Tue Apr  6 2010 Paul Fox <pgf at laptop.org>
+- 18-1
+- ensure dcon is awake and unfrozen if powerd exits.
+- enable network activity checks:  pings, inbound traffic for
+  established tcp connections, as well as any non-mdns outbound
+  traffic, within 5 seconds of the target time, will all keep the
+  inhibit suspend.
+- bug fixes for recently introduced problems.
+
+* Mon Apr  5 2010 Paul Fox <pgf at laptop.org>
+- 17-1
+- reorder the background "xxx_is_busy" checks for better useability.
+
+* Tue Mar 30 2010 Paul Fox <pgf at laptop.org>
+- 16-1
+- inhibit suspend when camera is active
+- lower the cpu busy-ness threshold required to inhibit suspend --
+  audio apps now inhibit.
+- make trace file easier to summarize.  (grep for ": @")
+- suppress wake-on-wlan when screen is blanked, by default.
+
+* Wed Mar 24 2010 Paul Fox <pgf at laptop.org>
+- 15-1
+- ensure battery and AC events are always reported correctly
+
+* Wed Mar 24 2010 Paul Fox <pgf at laptop.org>
+- 14-1
+- allow keypress to wake from a blanked idle-suspend state
+- properly keep wireless working during idle suspends
+- check for closed lid on startup, so we sleep right away
+- workaround issues with AC jack reporting
+- capture stdout to the trace file, to prevent console spew
+- force a date stamp into the trace file on startup
+- lengthen dim/blank/shutdown timeouts
+
+* Fri Mar 12 2010 Paul Fox <pgf at laptop.org>
+- 13-1
+- early enhancements/fixes to olpc-pwr-log functionality
+
+* Tue Mar  9 2010 Paul Fox <pgf at laptop.org>
+- 12-1
+- integrate the functionality of olpc-pwr-log
+- setting most timer values to 0 now does something interesting
+- catch events that might be lost during brief action wakeups
+
+* Fri Feb 19 2010 Paul Fox <pgf at laptop.org>
+- 11-1
+- adjust default dim/suspend times (suspend long before dim)
+- new olpc-nosleep wrapper command for inhibiting suspend
+- support for XO-1.5
+- new persistent inhibit file
+- unfreeze delay is configurable
+
+* Mon Jan 25 2010 Paul Fox <pgf at laptop.org>
 - 10-1
-- prevent running on non-XO hardware
-- workaround rtcwake bug
-- prevent console spew, by redirecting stderr weven when not logging.
+- speedups in splash image drawing
+- remove some bash-isms so powerd will run with dash on debian
+- improvements to make input switch device detection more robust.
+- powerd.wip is work-in-progress for supporting XO-1.5.
 
 * Thu Jul 30 2009 Paul Fox <pgf at laptop.org>
 - 9-1
-- disable tracing, by default.  use "powerd-control =tracing-on"
-    to enable at runtime.
+- disable tracing, by default.  use "powerd-control =tracing-on" to enable at runtime.
 - create the inhibit file so that root owns it and can make it writeable.
 - don't brighten the screen on wlan wakeups.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-powerd/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	13 Aug 2009 16:53:21 -0000	1.3
+++ sources	7 May 2010 01:07:29 -0000	1.4
@@ -1 +1 @@
-6cdb70a4e754b3dac45090ca98b143d9  olpc-powerd-10-git34fc8ac.tar.gz
+0407791345362a04b1c4421cb3af8eb7  olpc-powerd-21-gitb0b03d2.tar.gz



More information about the scm-commits mailing list