rpms/acpid/devel acpid.power.sh,1.1,1.2 acpid.spec,1.32,1.33

Zdenek Prikryl zprikryl at fedoraproject.org
Wed Feb 4 08:02:31 UTC 2009


Author: zprikryl

Update of /cvs/extras/rpms/acpid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18357

Modified Files:
	acpid.power.sh acpid.spec 
Log Message:
power.sh works with KDE 4.* (#483417)



Index: acpid.power.sh
===================================================================
RCS file: /cvs/extras/rpms/acpid/devel/acpid.power.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acpid.power.sh	11 Nov 2008 14:36:30 -0000	1.1
+++ acpid.power.sh	4 Feb 2009 08:02:01 -0000	1.2
@@ -21,7 +21,8 @@
 ps axo uid,cmd | \
 awk '
     $1 == '$uid_session' &&
-	($2 ~ /gnome-power-manager/ || $2 ~ /kpowersave/) \
+	($2 ~ /gnome-power-manager/ || $2 ~ /kpowersave/ ||
+	 $2 ~ /kded4/ || $3 ~ /guidance-power-manager/) \
 		{ found = 1; exit }
     END { exit !found }
 ' ||


Index: acpid.spec
===================================================================
RCS file: /cvs/extras/rpms/acpid/devel/acpid.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- acpid.spec	11 Nov 2008 14:36:30 -0000	1.32
+++ acpid.spec	4 Feb 2009 08:02:01 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: ACPI Event Daemon
 Name: acpid
 Version: 1.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Source: http://prdownloads.sourceforge.net/acpid/acpid-%{version}.tar.gz
@@ -81,6 +81,9 @@
 fi
 
 %changelog
+* Wed Feb 04 2009 Zdenek Prikryl <zprikryl at redhat.com> - 1.0.8-2
+- power.sh works with KDE 4.* (#483417)
+
 * Tue Nov 11 2008 Zdenek Prikryl <zprikryl at redhat.com> - 1.0.8-1
 - Updated to version 1.0.8
 - power.sh works with ConsoleKit >= 0.3.0 (#470752)




More information about the fedora-extras-commits mailing list