- Update to latest release
This commit is contained in:
parent
e95cb0d58e
commit
e59fcf7fc0
@ -1 +1 @@
|
||||
powertop-1.8.tar.gz
|
||||
powertop-1.9.tar.gz
|
||||
|
||||
@ -1,19 +0,0 @@
|
||||
---
|
||||
powertop.c | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
--- powertop-1.8.orig/powertop.c
|
||||
+++ powertop-1.8/powertop.c
|
||||
@@ -700,12 +700,6 @@ int main(int argc, char **argv)
|
||||
"Beagle is the program that indexes for easy desktop search, however it's \n"
|
||||
"not very efficient and costs a significant amount of battery life."), 30);
|
||||
|
||||
- /* suggest to stop gnome-power-manager only if it shows up in the top 10 and wakes up more than 10 times in the measurement */
|
||||
- suggest_process_death("gnome-power-man : schedule_timeout (process_timeout)", "gnome-power-manager", lines, min(linehead,10), 10.0,
|
||||
- _("Suggestion: Disable or remove 'gnome-power-manager' from your system. \n"
|
||||
- "Older versions of gnome-power-manager wake up far more often than \n"
|
||||
- "needed costing you some power."), 5);
|
||||
-
|
||||
/* suggest to stop pcscd if it shows up in the top 50 and wakes up at all*/
|
||||
suggest_process_death("pcscd : ", "pcscd", lines, min(linehead,50), 1.0,
|
||||
_("Suggestion: Disable or remove 'pcscd' from your system. \n"
|
||||
@ -1,5 +1,5 @@
|
||||
Name: powertop
|
||||
Version: 1.8
|
||||
Version: 1.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Power consumption monitor
|
||||
|
||||
@ -12,7 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gettext
|
||||
BuildRequires: ncurses-devel
|
||||
|
||||
Patch0: powertop-1.7-less-gpm-slander-plz.patch
|
||||
Patch1: powertop-1.7-strncpy.patch
|
||||
|
||||
%description
|
||||
@ -21,7 +20,6 @@ computer use more power than necessary while it is idle.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .g-p-m
|
||||
%patch1 -p1 -b .strncpy
|
||||
|
||||
%build
|
||||
@ -43,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/powertop.1*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2007 Josh Boyer <jwboyer@gmail.com> 1.9-1
|
||||
- Update to latest release
|
||||
|
||||
* Mon Aug 20 2007 Josh Boyer <jwboyer@jdub.homelinux.org> 1.8-1
|
||||
- Update to latest release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user