forked from pool/powertop
This commit is contained in:
parent
329c24ddb0
commit
8c979b6efa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b39eeac7c7290553da1d061ab0e2055c85fa5d0329af827369149fc692001e49
|
||||
size 34550
|
3
powertop-1.5.tar.gz
Normal file
3
powertop-1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c5743b70453db4082dc6bca1cc23b5e48540ae3b5084b9b013b1a7c08061c4d
|
||||
size 35660
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 28 13:02:15 CEST 2007 - thoenig@suse.de
|
||||
|
||||
- Update to PowerTOP 1.5
|
||||
- Changes:
|
||||
* fix resize-corrupts-screen-content bug
|
||||
* add interrupts to the wakeups/second data in the emulated
|
||||
(non-mobile) case
|
||||
* calculate a long term power usage from battery charge deltas;
|
||||
this should help people whos battery doesn't report discharge
|
||||
rates, and also will provide a less noisy datapoint
|
||||
* Add option to use `kill` on some known power hogs if they are
|
||||
actually waking up a lot:
|
||||
- beagle (even latest wakes up 10 times/second when not
|
||||
indexing)
|
||||
- hal (suggest to stop cdrom polling)
|
||||
- gnome-power-manager
|
||||
These only show if these actually wake up the cpu 'a lot';
|
||||
so if these get fixed then the suggestion will not display.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 11:17:29 CEST 2007 - schwab@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package powertop (Version 1.4)
|
||||
# spec file for package powertop (Version 1.5)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,8 +12,8 @@
|
||||
Name: powertop
|
||||
URL: http://www.linuxpowertop.org
|
||||
Summary: PowerTOP is a Linux tool to find out what is using power on a laptop
|
||||
Version: 1.4
|
||||
Release: 2
|
||||
Version: 1.5
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Monitoring
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
@ -53,6 +53,23 @@ rm -rf %{_buildroot}
|
||||
%{_mandir}/man*/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon May 28 2007 - thoenig@suse.de
|
||||
- Update to PowerTOP 1.5
|
||||
- Changes:
|
||||
* fix resize-corrupts-screen-content bug
|
||||
* add interrupts to the wakeups/second data in the emulated
|
||||
(non-mobile) case
|
||||
* calculate a long term power usage from battery charge deltas;
|
||||
this should help people whos battery doesn't report discharge
|
||||
rates, and also will provide a less noisy datapoint
|
||||
* Add option to use `kill` on some known power hogs if they are
|
||||
actually waking up a lot:
|
||||
- beagle (even latest wakes up 10 times/second when not
|
||||
indexing)
|
||||
- hal (suggest to stop cdrom polling)
|
||||
- gnome-power-manager
|
||||
These only show if these actually wake up the cpu 'a lot';
|
||||
so if these get fixed then the suggestion will not display.
|
||||
* Sat May 26 2007 - schwab@suse.de
|
||||
- Don't strip binaries.
|
||||
* Sat May 26 2007 - thoenig@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user