rpms/powertop/F-8 powertop-1.9-hciconfig.patch, NONE, 1.1 powertop.spec, 1.12, 1.13 sources, 1.9, 1.10 powertop-1.7-less-gpm-slander-plz.patch, 1.2, NONE

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Feb 12 15:37:52 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/powertop/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23892

Modified Files:
	powertop.spec sources 
Added Files:
	powertop-1.9-hciconfig.patch 
Removed Files:
	powertop-1.7-less-gpm-slander-plz.patch 
Log Message:
sync with rawhide

powertop-1.9-hciconfig.patch:

--- NEW FILE powertop-1.9-hciconfig.patch ---
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");
 }
 


Index: powertop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/powertop/F-8/powertop.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- powertop.spec	21 Aug 2007 12:21:04 -0000	1.12
+++ powertop.spec	12 Feb 2008 15:37:19 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           powertop
-Version:        1.8
-Release:        1%{?dist}
+Version:        1.9
+Release:        2%{?dist}
 Summary:        Power consumption monitor
 
 Group:          Applications/System
@@ -12,8 +12,8 @@
 BuildRequires: gettext
 BuildRequires: ncurses-devel
 
-Patch0: powertop-1.7-less-gpm-slander-plz.patch
 Patch1: powertop-1.7-strncpy.patch
+Patch2: powertop-1.9-hciconfig.patch
 
 %description
 PowerTOP is a tool that finds the software component(s) that make your
@@ -21,8 +21,8 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .g-p-m
 %patch1 -p1 -b .strncpy
+%patch2 -p1 -b .hciconfig
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -43,6 +43,12 @@
 %{_mandir}/man1/powertop.1*
 
 %changelog
+* Tue Jan 22 2008 Adam Jackson <ajax at redhat.com> 1.9-2
+- Use full path when invoking hciconfig. (Ville Skyttä, #426721)
+
+* Mon Dec 10 2007 Josh Boyer <jwboyer at gmail.com> 1.9-1
+- Update to latest release
+
 * Mon Aug 20 2007 Josh Boyer <jwboyer at jdub.homelinux.org> 1.8-1
 - Update to latest release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/powertop/F-8/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	21 Aug 2007 12:21:04 -0000	1.9
+++ sources	12 Feb 2008 15:37:19 -0000	1.10
@@ -1 +1 @@
-38fd8a6825cd62b6c22df8a44b4e27d0  powertop-1.8.tar.gz
+7e2cd799941350a45586edac43760ac9  powertop-1.9.tar.gz


--- powertop-1.7-less-gpm-slander-plz.patch DELETED ---




More information about the fedora-extras-commits mailing list