[acpid/f15] updated to latest upstream 2.0.14 fixes #722325 - xfce4-power-manager does not seem to be supported

Jiri Skala jskala at fedoraproject.org
Mon Jan 2 14:07:48 UTC 2012


commit 758260fc7bdd20d2e77d63b7797bc550c50c65a9
Author: Jiri Skala <jskala at redhat.com>
Date:   Mon Jan 2 15:07:43 2012 +0100

    updated to latest upstream 2.0.14
    fixes #722325 - xfce4-power-manager does not seem to be supported

 .gitignore     |    1 +
 acpid.power.sh |    1 +
 acpid.spec     |    6 +++++-
 sources        |    2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad7643a..c5fe2d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ acpid-2.0.5.tar.gz
 /acpid-2.0.7.tar.gz
 /acpid-2.0.9.tar.gz
 /acpid-2.0.13.tar.gz
+/acpid-2.0.14.tar.gz
diff --git a/acpid.power.sh b/acpid.power.sh
index ebf0770..dfd2a6d 100644
--- a/acpid.power.sh
+++ b/acpid.power.sh
@@ -22,6 +22,7 @@ ps axo uid,cmd | \
 awk '
     $1 == '$uid_session' &&
 	($2 ~ /gnome-power-manager/ || $2 ~ /kpowersave/ ||
+	 $2 ~ /xfce4-power-manager/ || $2 ~ /\/usr\/libexec\/gnome-settings-daemon/ ||
 	 $2 ~ /kded4/ || $3 ~ /guidance-power-manager/) \
 		{ found = 1; exit }
     END { exit !found }
diff --git a/acpid.spec b/acpid.spec
index 3ead9a0..421d51f 100644
--- a/acpid.spec
+++ b/acpid.spec
@@ -1,6 +1,6 @@
 Summary: ACPI Event Daemon
 Name: acpid
-Version: 2.0.13
+Version: 2.0.14
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -121,6 +121,10 @@ if /sbin/chkconfig --level 3 acpid ; then
 fi
 
 %changelog
+* Mon Jan 02 2012 Jiri Skala <jskala at redhat.com> - 2.0.14-1
+- updated to latest upstream 2.0.14
+- fixes #722325 - xfce4-power-manager does not seem to be supported
+
 * Wed Nov 16 2011 Jiri Skala <jskala at redhat.com> - 2.0.13-1
 - update to latest upstream 2.0.13
 
diff --git a/sources b/sources
index c6cd3af..d2da350 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bbbb9a320192df1cdd8d0e9a0196379  acpid-2.0.13.tar.gz
+14fc1eabc3489f3ded9347fcd55f158a  acpid-2.0.14.tar.gz


More information about the scm-commits mailing list