Hello community, here is the log from the commit of package powertop checked in at Sat May 26 10:57:41 CEST 2007. -------- --- powertop/powertop.changes 2007-05-22 13:56:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/powertop/powertop.changes 2007-05-26 10:03:48.596460000 +0200 @@ -1,0 +2,27 @@ +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 + +------------------------------------------------------------------- Old: ---- powertop-1.3.tar.gz New: ---- powertop-1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powertop.spec ++++++ --- /var/tmp/diff_new_pack.g25231/_old 2007-05-26 10:57:09.000000000 +0200 +++ /var/tmp/diff_new_pack.g25231/_new 2007-05-26 10:57:09.000000000 +0200 @@ -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 @@ %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: ++++++ powertop-1.3.tar.gz -> powertop-1.4.tar.gz ++++++ ++++ 3425 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de