This commit is contained in:
committed by
Git OBS Bridge
parent
89f6efd59b
commit
00b7eaa235
3
powertop-1.10.tar.gz
Normal file
3
powertop-1.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc60000bbe5f4d7b9beae8a84e1cd1ba69339a489a7d1a7365a3d8fe8fd73d6b
|
||||||
|
size 72842
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41899a12c3436a3e623744f41b459d4a7a7aa96da32b22a3b301037b54062594
|
|
||||||
size 69395
|
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 16 10:55:10 CEST 2008 - thoenig@suse.de
|
||||||
|
|
||||||
|
- Update to PowerTOP 1.10
|
||||||
|
- Changes:
|
||||||
|
* USB suspend statistics
|
||||||
|
* support for iwl4965 power saving
|
||||||
|
* Powertop now reports which C-states are supported by CPU/BIOS
|
||||||
|
* Updated translations: ja, pt_BR, hu, id, zh (thanks!)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 7 11:14:44 CET 2007 - thoenig@suse.de
|
Wed Nov 7 11:14:44 CET 2007 - thoenig@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package powertop (Version 1.9)
|
# spec file for package powertop (Version 1.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@@ -9,10 +9,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: powertop
|
Name: powertop
|
||||||
Url: http://www.linuxpowertop.org
|
Url: http://www.linuxpowertop.org
|
||||||
Summary: PowerTOP is a Linux Tool to Find out What is Using Power on a Laptop
|
Summary: PowerTOP is a Linux Tool to Find out What is Using Power on a Laptop
|
||||||
Version: 1.9
|
Version: 1.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
@@ -51,15 +52,23 @@ rm -rf %{_buildroot}
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man*/%{name}.1.gz
|
%{_mandir}/man*/%{name}.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 07 2007 - thoenig@suse.de
|
* Mon Jun 16 2008 thoenig@suse.de
|
||||||
|
- Update to PowerTOP 1.10
|
||||||
|
- Changes:
|
||||||
|
* USB suspend statistics
|
||||||
|
* support for iwl4965 power saving
|
||||||
|
* Powertop now reports which C-states are supported by CPU/BIOS
|
||||||
|
* Updated translations: ja, pt_BR, hu, id, zh (thanks!)
|
||||||
|
* Wed Nov 07 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.9
|
- Update to PowerTOP 1.9
|
||||||
- Changes:
|
- Changes:
|
||||||
* add support for mac80211 based wireless power saving
|
* add support for mac80211 based wireless power saving
|
||||||
* improve bluetooth inactivity detection
|
* improve bluetooth inactivity detection
|
||||||
* report USB activity (needs 2.6.24-rc kernel)
|
* report USB activity (needs 2.6.24-rc kernel)
|
||||||
* support the newly reported interrupt events in 2.6.24-rc
|
* support the newly reported interrupt events in 2.6.24-rc
|
||||||
* Wed Oct 10 2007 - thoenig@suse.de
|
* Wed Oct 10 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.8
|
- Update to PowerTOP 1.8
|
||||||
- Changes:
|
- Changes:
|
||||||
* add suggestion to increase VM writeback timeout
|
* add suggestion to increase VM writeback timeout
|
||||||
@@ -72,13 +81,13 @@ rm -rf %{_buildroot}
|
|||||||
(Santiago Gala)
|
(Santiago Gala)
|
||||||
* merge the -d option from Bill Nottingham (Fedora) to allow
|
* merge the -d option from Bill Nottingham (Fedora) to allow
|
||||||
automated collection of data
|
automated collection of data
|
||||||
* Mon Jun 18 2007 - thoenig@suse.de
|
* Mon Jun 18 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.7
|
- Update to PowerTOP 1.7
|
||||||
- Changes:
|
- Changes:
|
||||||
* add suggestion to disable TV out
|
* add suggestion to disable TV out
|
||||||
* add suggestion to disable Wake-On-Lan for unused ethernet
|
* add suggestion to disable Wake-On-Lan for unused ethernet
|
||||||
* show P-states (frequencies)
|
* show P-states (frequencies)
|
||||||
* Sun Jun 10 2007 - thoenig@suse.de
|
* Sun Jun 10 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.6
|
- Update to PowerTOP 1.6
|
||||||
- Changes:
|
- Changes:
|
||||||
* Add suggestion to rf_kill unused wireless interfaces
|
* Add suggestion to rf_kill unused wireless interfaces
|
||||||
@@ -88,7 +97,7 @@ rm -rf %{_buildroot}
|
|||||||
* suggest enabling noatime to save disk IO's
|
* suggest enabling noatime to save disk IO's
|
||||||
* suggest enabling SATA AHCI Link powermanagement
|
* suggest enabling SATA AHCI Link powermanagement
|
||||||
* suggest enabling the SMP Power Aware Scheduler
|
* suggest enabling the SMP Power Aware Scheduler
|
||||||
* Mon May 28 2007 - thoenig@suse.de
|
* Mon May 28 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.5
|
- Update to PowerTOP 1.5
|
||||||
- Changes:
|
- Changes:
|
||||||
* fix resize-corrupts-screen-content bug
|
* fix resize-corrupts-screen-content bug
|
||||||
@@ -105,9 +114,9 @@ rm -rf %{_buildroot}
|
|||||||
- gnome-power-manager
|
- gnome-power-manager
|
||||||
These only show if these actually wake up the cpu 'a lot';
|
These only show if these actually wake up the cpu 'a lot';
|
||||||
so if these get fixed then the suggestion will not display.
|
so if these get fixed then the suggestion will not display.
|
||||||
* Sat May 26 2007 - schwab@suse.de
|
* Sat May 26 2007 schwab@suse.de
|
||||||
- Don't strip binaries.
|
- Don't strip binaries.
|
||||||
* Sat May 26 2007 - thoenig@suse.de
|
* Sat May 26 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.4
|
- Update to PowerTOP 1.4
|
||||||
- Strip binary
|
- Strip binary
|
||||||
- Add man page and localisation for powertop
|
- Add man page and localisation for powertop
|
||||||
@@ -131,7 +140,7 @@ rm -rf %{_buildroot}
|
|||||||
* Add active suggestion to enable wireless powersave mode at
|
* Add active suggestion to enable wireless powersave mode at
|
||||||
runtime
|
runtime
|
||||||
* Add active suggestion to enable ondemand
|
* Add active suggestion to enable ondemand
|
||||||
* Tue May 22 2007 - thoenig@suse.de
|
* Tue May 22 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.3
|
- Update to PowerTOP 1.3
|
||||||
- Remove patch powertop-fix-compiler-warnings-thoenig-02.patch:
|
- Remove patch powertop-fix-compiler-warnings-thoenig-02.patch:
|
||||||
merged upstream
|
merged upstream
|
||||||
@@ -143,18 +152,18 @@ rm -rf %{_buildroot}
|
|||||||
* Check fgets() return values (Timom Hoenig @ SuSE)
|
* Check fgets() return values (Timom Hoenig @ SuSE)
|
||||||
* add suggestion to enable laptop mode (when disabled)
|
* add suggestion to enable laptop mode (when disabled)
|
||||||
* add suggestion to disable bluetooth when unused
|
* add suggestion to disable bluetooth when unused
|
||||||
* Tue May 15 2007 - thoenig@suse.de
|
* Tue May 15 2007 thoenig@suse.de
|
||||||
- Update to PowerTOP 1.2 (skipped 1.1)
|
- Update to PowerTOP 1.2 (skipped 1.1)
|
||||||
- Fix battery code to work with both, mA and mW
|
- Fix battery code to work with both, mA and mW
|
||||||
- Clean up spec file
|
- Clean up spec file
|
||||||
- Update patch powertop-fix-compiler-warnings-thoenig-02.patch
|
- Update patch powertop-fix-compiler-warnings-thoenig-02.patch
|
||||||
- Drop patch powertop-respect-rpm-opt-flags-thoenig-01.patch
|
- Drop patch powertop-respect-rpm-opt-flags-thoenig-01.patch
|
||||||
* Sun May 13 2007 - thoenig@suse.de
|
* Sun May 13 2007 thoenig@suse.de
|
||||||
- Add patch powertop-fix-compiler-warnings-thoenig-01.patch: Make
|
- Add patch powertop-fix-compiler-warnings-thoenig-01.patch: Make
|
||||||
compiler warnings about unsued parameters and return values not
|
compiler warnings about unsued parameters and return values not
|
||||||
being repected go away.
|
being repected go away.
|
||||||
- Fix whitespaces for %%description
|
- Fix whitespaces for %%description
|
||||||
* Sun May 13 2007 - thoenig@suse.de
|
* Sun May 13 2007 thoenig@suse.de
|
||||||
- Initial package submission (PowerTOP 1.0)
|
- Initial package submission (PowerTOP 1.0)
|
||||||
- Add patch powertop-respect-rpm-opt-flags-thoenig-01.patch: Fix
|
- Add patch powertop-respect-rpm-opt-flags-thoenig-01.patch: Fix
|
||||||
Makefile to respect RPM_OPT_FLAGS
|
Makefile to respect RPM_OPT_FLAGS
|
||||||
|
Reference in New Issue
Block a user