powertop 1.11

This commit is contained in:
Adam Jackson 2009-01-06 14:46:50 +00:00
parent 224589d76f
commit 33c121d30f
5 changed files with 7 additions and 15 deletions

View File

@ -1 +1 @@
powertop-1.10.tar.gz
powertop-1.11.tar.gz

1
import.log Normal file
View File

@ -0,0 +1 @@
powertop-1_11-1_fc11:HEAD:powertop-1.11-1.fc11.src.rpm:1231253193

View File

@ -1,12 +0,0 @@
diff -up powertop-1.9/bluetooth.c~ powertop-1.9/bluetooth.c
--- powertop-1.9/bluetooth.c~ 2007-09-29 21:58:57.000000000 +0300
+++ powertop-1.9/bluetooth.c 2007-12-25 02:57:00.000000000 +0200
@@ -90,7 +90,7 @@ static int previous_bytes = -1;
void turn_bluetooth_off(void)
{
- system("hciconfig hci0 down &> /dev/null");
+ system("/usr/sbin/hciconfig hci0 down &> /dev/null");
system("/sbin/rmmod hci_usb &> /dev/null");
}

View File

@ -1,5 +1,5 @@
Name: powertop
Version: 1.10
Version: 1.11
Release: 1%{?dist}
Summary: Power consumption monitor
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/powertop.1*
%changelog
* Tue Jan 06 2009 Adam Jackson <ajax@redhat.com> 1.11-1
- powertop 1.11
* Thu Nov 20 2008 Adam Jackson <ajax@redhat.com>
- Spec only change, fix URL.

View File

@ -1 +1 @@
e09f631f60d50299d8885193e6fd3756 powertop-1.10.tar.gz
3498f5983c683c3a57dce7379a722082 powertop-1.11.tar.gz