[acpid] - update to latest upstream 2.0.8

Jiri Skala jskala at fedoraproject.org
Wed Feb 16 08:44:59 UTC 2011


commit f38a65b545c526da8d8d0828564d78f32c762eaa
Author: Jiri Skala <jskala at skalniknb.(none)>
Date:   Wed Feb 16 09:45:07 2011 +0100

    - update to latest upstream 2.0.8

 .gitignore               |    1 +
 acpid-2.0.7-unused.patch |   29 -----------------------------
 acpid.spec               |    9 +++++----
 sources                  |    2 +-
 4 files changed, 7 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ffbf49..a6a8051 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 acpid-2.0.5.tar.gz
 /acpid-2.0.7.tar.gz
+/acpid-2.0.8.tar.gz
diff --git a/acpid.spec b/acpid.spec
index 7e981e7..cafd8ca 100644
--- a/acpid.spec
+++ b/acpid.spec
@@ -1,7 +1,7 @@
 Summary: ACPI Event Daemon
 Name: acpid
-Version: 2.0.7
-Release: 3%{?dist}
+Version: 2.0.8
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Source: http://tedfelix.com/linux/acpid-%{version}.tar.gz
@@ -13,7 +13,6 @@ Source5: acpid.service
 Source6: acpid.sysconfig
 
 Patch1: acpid-2.0.2-makefile.patch
-Patch2: acpid-2.0.7-unused.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: ia64 x86_64 %{ix86}
@@ -32,7 +31,6 @@ acpid is a daemon that dispatches ACPI events to user-space programs.
 %setup -q
 
 %patch1 -p1 -b .makefile
-%patch2 -p1 -b .unused
 
 %build
 make %{?_smp_mflags}
@@ -118,6 +116,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Wed Feb 16 2011 Jiri Skala <jskala at redhat.com> - 2.0.8-1
+- update to latest upstream 2.0.8
+
 * Wed Feb 09 2011 Jiri Skala <jskala at redhat.com> - 2.0.7-3
 - fixes unused varable and coparison of different var types
 
diff --git a/sources b/sources
index e9810f3..4806bad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84832448304e0b19c8cf566fe5b64be0  acpid-2.0.7.tar.gz
+7e5ede75e37ccaaf75536bc44cf214fc  acpid-2.0.8.tar.gz


More information about the scm-commits mailing list