OBS User unknown
2007-10-10 23:33:48 +00:00
committed by Git OBS Bridge
parent a03c8e1c21
commit c93b2270d6
4 changed files with 38 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0a1ce0be649499da90da2845daeb93f2f2ebc7784bacc8aec5042910b958604
size 57130

3
powertop-1.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7325ea46e5af59c12ea024e69622ac7753010c8de615d668e1f03b0fc05bad3a
size 66947

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Oct 10 13:08:05 CEST 2007 - thoenig@suse.de
- Update to PowerTOP 1.8
- Changes:
* add suggestion to increase VM writeback timeout
* add suggestion to enable INOTIFY in the kernel
* fix socket fd leak, found by Nikerabbit on #powertop
* Add support for deferrable timers (Scott Lamb)
* Add active hint to enable USB autosuspend on Fedora 7
* Show blue color if the cpu is 25% or more busy to indicate
that idle wakeups no longer is the nr 1 power causer
(Santiago Gala)
* merge the -d option from Bill Nottingham (Fedora) to allow
automated collection of data
-------------------------------------------------------------------
Mon Jun 18 11:04:56 CEST 2007 - thoenig@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package powertop (Version 1.7)
# spec file for package powertop (Version 1.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -10,16 +10,16 @@
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.7
Url: http://www.linuxpowertop.org
Summary: PowerTOP is a Linux Tool to Find out What is Using Power on a Laptop
Version: 1.8
Release: 1
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: System/Monitoring
Source0: %{name}-%{version}.tar.gz
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
AutoReqProv: on
%description
PowerTOP is a program that collects the various pieces of information
@@ -51,8 +51,20 @@ rm -rf %{_buildroot}
%doc COPYING
%{_bindir}/%{name}
%{_mandir}/man*/%{name}.1.gz
%changelog
* Wed Oct 10 2007 - thoenig@suse.de
- Update to PowerTOP 1.8
- Changes:
* add suggestion to increase VM writeback timeout
* add suggestion to enable INOTIFY in the kernel
* fix socket fd leak, found by Nikerabbit on #powertop
* Add support for deferrable timers (Scott Lamb)
* Add active hint to enable USB autosuspend on Fedora 7
* Show blue color if the cpu is 25%% or more busy to indicate
that idle wakeups no longer is the nr 1 power causer
(Santiago Gala)
* merge the -d option from Bill Nottingham (Fedora) to allow
automated collection of data
* Mon Jun 18 2007 - thoenig@suse.de
- Update to PowerTOP 1.7
- Changes: