From 8c979b6efaeb7065410251721e093da0b0206cd8f01d19317199feaf127f624e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 28 May 2007 13:04:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=6 --- powertop-1.4.tar.gz | 3 --- powertop-1.5.tar.gz | 3 +++ powertop.changes | 20 ++++++++++++++++++++ powertop.spec | 23 ++++++++++++++++++++--- 4 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 powertop-1.4.tar.gz create mode 100644 powertop-1.5.tar.gz diff --git a/powertop-1.4.tar.gz b/powertop-1.4.tar.gz deleted file mode 100644 index 1e3214d..0000000 --- a/powertop-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b39eeac7c7290553da1d061ab0e2055c85fa5d0329af827369149fc692001e49 -size 34550 diff --git a/powertop-1.5.tar.gz b/powertop-1.5.tar.gz new file mode 100644 index 0000000..8b049ec --- /dev/null +++ b/powertop-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5743b70453db4082dc6bca1cc23b5e48540ae3b5084b9b013b1a7c08061c4d +size 35660 diff --git a/powertop.changes b/powertop.changes index b14df10..591ec06 100644 --- a/powertop.changes +++ b/powertop.changes @@ -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 diff --git a/powertop.spec b/powertop.spec index e98eb40..2298c60 100644 --- a/powertop.spec +++ b/powertop.spec @@ -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