forked from pool/powertop
This commit is contained in:
parent
00b7eaa235
commit
430c7a4e2c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc60000bbe5f4d7b9beae8a84e1cd1ba69339a489a7d1a7365a3d8fe8fd73d6b
|
||||
size 72842
|
3
powertop-1.11.tar.gz
Normal file
3
powertop-1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e7cc53e5fbade5e447bda9f0ca12f2153bf426e074dbac3a2e97adf46180f2
|
||||
size 73136
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 00:44:47 CET 2009 - ro@suse.de
|
||||
|
||||
- Update to PowerTOP 1.11
|
||||
- Changes:
|
||||
* Fix compilation with PIC
|
||||
* polling hint now refers to /dev/cdrom instead of /dev/scd0
|
||||
* fix calculations for systems that vary in power draw proc info
|
||||
* Display mwait usage
|
||||
* fix EOF at input
|
||||
* add --version|-v option
|
||||
* spelling error in tips.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 10:55:10 CEST 2008 - thoenig@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package powertop (Version 1.10)
|
||||
# spec file for package powertop (Version 1.11)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,7 +20,7 @@
|
||||
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.10
|
||||
Version: 1.11
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/Monitoring
|
||||
@ -54,6 +61,16 @@ rm -rf %{_buildroot}
|
||||
%{_mandir}/man*/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed Mar 04 2009 ro@suse.de
|
||||
- Update to PowerTOP 1.11
|
||||
- Changes:
|
||||
* Fix compilation with PIC
|
||||
* polling hint now refers to /dev/cdrom instead of /dev/scd0
|
||||
* fix calculations for systems that vary in power draw proc info
|
||||
* Display mwait usage
|
||||
* fix EOF at input
|
||||
* add --version|-v option
|
||||
* spelling error in tips.
|
||||
* Mon Jun 16 2008 thoenig@suse.de
|
||||
- Update to PowerTOP 1.10
|
||||
- Changes:
|
||||
|
Loading…
Reference in New Issue
Block a user