From 1fae320d5218c2c342be9c166bc08d1cb1028741 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 3 Oct 2011 11:22:56 +0100 Subject: [PATCH] New upstream release. Fix a bug when detecting if suspend and hibernate are supported. --- .gitignore | 1 + sources | 2 +- upower.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dcca731..323a38d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ upower-0.9.5.tar.bz2 /upower-0.9.11.tar.bz2 /upower-0.9.12.tar.xz /upower-0.9.13.tar.xz +/upower-0.9.14.tar.xz diff --git a/sources b/sources index 64ddb1d..fcc5998 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26d2dc53fc632c1f62234cc21715c3e1 upower-0.9.13.tar.xz +18803f82102d56aac90949d1e4251645 upower-0.9.14.tar.xz diff --git a/upower.spec b/upower.spec index 3be5dc6..e7a80f4 100644 --- a/upower.spec +++ b/upower.spec @@ -1,6 +1,6 @@ Summary: Power Management Service Name: upower -Version: 0.9.13 +Version: 0.9.14 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -97,6 +97,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* Mon Oct 03 2011 Richard Hughes - 0.9.14-1 +- New upstream release. +- Fix a bug when detecting if suspend and hibernate are supported. + * Mon Sep 05 2011 Richard Hughes - 0.9.13-1 - New upstream release. - Blacklist wacom battery devices as not power-supply devices.