diff --git a/.gitignore b/.gitignore index a33ef0f..2776d68 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ acpid-2.0.5.tar.gz /acpid-2.0.7.tar.gz /acpid-2.0.8.tar.gz /acpid-2.0.9.tar.gz +/acpid-2.0.10.tar.gz diff --git a/acpid.spec b/acpid.spec index c6cf6b3..1feb724 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,7 +1,7 @@ Summary: ACPI Event Daemon Name: acpid -Version: 2.0.9 -Release: 4%{?dist} +Version: 2.0.10 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons Source: http://tedfelix.com/linux/acpid-%{version}.tar.gz @@ -121,6 +121,9 @@ if /sbin/chkconfig --level 3 acpid ; then fi %changelog +* Wed May 18 2011 Jiri Skala - 2.0.10-1 +- update to latest upstream 2.0.10 + * Fri May 06 2011 Bill Nottingham - 2.0.9-4 - fix systemd scriptlets to properly handle upgrade diff --git a/sources b/sources index 7597217..95be861 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b30aa1b31f607161745a4ac7a19699b acpid-2.0.9.tar.gz +d5dd88bcfaa4a0bf51905e95115da6df acpid-2.0.10.tar.gz