From 32b8f12f2533679679969264227f9dd3239971d1201c3b45c679d1b99805c6ad Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 26 May 2007 08:57:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=4 --- powertop-1.3.tar.gz | 3 --- powertop-1.4.tar.gz | 3 +++ powertop.changes | 27 +++++++++++++++++++++++++++ powertop.spec | 34 +++++++++++++++++++++++++++++++--- 4 files changed, 61 insertions(+), 6 deletions(-) delete mode 100644 powertop-1.3.tar.gz create mode 100644 powertop-1.4.tar.gz diff --git a/powertop-1.3.tar.gz b/powertop-1.3.tar.gz deleted file mode 100644 index 840392d..0000000 --- a/powertop-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ca6fb041e6b2a78c249c074099f09dc2366665fbc06cf0d75dc0104feb7f0e -size 15743 diff --git a/powertop-1.4.tar.gz b/powertop-1.4.tar.gz new file mode 100644 index 0000000..1e3214d --- /dev/null +++ b/powertop-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39eeac7c7290553da1d061ab0e2055c85fa5d0329af827369149fc692001e49 +size 34550 diff --git a/powertop.changes b/powertop.changes index 3ed147b..48a633f 100644 --- a/powertop.changes +++ b/powertop.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat May 26 09:23:09 CEST 2007 - thoenig@suse.de + +- Update to PowerTOP 1.4 +- Strip binary +- Add man page and localisation for powertop +- Changes: + * use gettext to allow translation + (with lots of thanks to the various translators, especially + to Benjamin Pineau who showed me how to use gettext tools) + * fix bluethooth-checks-cause-autload-of-bluetooth bug + * use ncurses (Sebastian Kuzminsky) + * rotate through the suggestions randomly, so that all of them + will show over time + * Fix the CONFIG_SND_AC97_POWER_SAVE check to only report on ac97 + hw + * report "hidden but suprious" timer ticks (due to missing hpet + or lack of NO_HZ) + * check for HPET being present; if not suggest user to toggle in + BIOS or apply the patch + * Some suggestions have become "active", you can press a key to + tune it right away. + * Add active suggestion to enable AC97 powersave mode at runtime + * Add active suggestion to enable wireless powersave mode at + runtime + * Add active suggestion to enable ondemand + ------------------------------------------------------------------- Tue May 22 13:41:56 CEST 2007 - thoenig@suse.de diff --git a/powertop.spec b/powertop.spec index 1363b72..50ef4ae 100644 --- a/powertop.spec +++ b/powertop.spec @@ -1,5 +1,5 @@ # -# spec file for package powertop (Version 1.3) +# spec file for package powertop (Version 1.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,11 +13,12 @@ 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.3 +Version: 1.4 Release: 1 License: GNU General Public License (GPL) Group: System/Monitoring Source0: %{name}-%{version}.tar.gz +BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on @@ -37,20 +38,47 @@ Authors: %build CFLAGS="$RPM_OPT_FLAGS" make +strip %{name} %install mkdir -p %{buildroot}/%{_bindir} make install DESTDIR=%{buildroot} +%find_lang %{name} %clean rm -rf %{_buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root) %doc COPYING %{_bindir}/%{name} +%{_mandir}/man*/%{name}.1.gz %changelog +* Sat May 26 2007 - thoenig@suse.de +- Update to PowerTOP 1.4 +- Strip binary +- Add man page and localisation for powertop +- Changes: + * use gettext to allow translation + (with lots of thanks to the various translators, especially + to Benjamin Pineau who showed me how to use gettext tools) + * fix bluethooth-checks-cause-autload-of-bluetooth bug + * use ncurses (Sebastian Kuzminsky) + * rotate through the suggestions randomly, so that all of them + will show over time + * Fix the CONFIG_SND_AC97_POWER_SAVE check to only report on ac97 + hw + * report "hidden but suprious" timer ticks (due to missing hpet + or lack of NO_HZ) + * check for HPET being present; if not suggest user to toggle in + BIOS or apply the patch + * Some suggestions have become "active", you can press a key to + tune it right away. + * Add active suggestion to enable AC97 powersave mode at runtime + * Add active suggestion to enable wireless powersave mode at + runtime + * Add active suggestion to enable ondemand * Tue May 22 2007 - thoenig@suse.de - Update to PowerTOP 1.3 - Remove patch powertop-fix-compiler-warnings-thoenig-02.patch: