diff --git a/.gitignore b/.gitignore index b9db971..ad7643a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,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 diff --git a/acpid.spec b/acpid.spec index d66bbdd..3ead9a0 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.13 +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 Nov 16 2011 Jiri Skala - 2.0.13-1 +- update to latest upstream 2.0.13 + * 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..c6cd3af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b30aa1b31f607161745a4ac7a19699b acpid-2.0.9.tar.gz +5bbbb9a320192df1cdd8d0e9a0196379 acpid-2.0.13.tar.gz