From c1fe68a9e039b8f852817d7bdc408882bdc92495 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 25 Jun 2012 11:23:05 +0100 Subject: [PATCH] New upstream release - Don't allow non-power-supply devices to set the OnBattery property - Fix the LatencyChanged signal - Fix wrong PowerSupply property for devices without a scope sysfs attribute - Treat the battery state 'not charging' as PENDING_CHARGE --- .gitignore | 1 + sources | 2 +- upower.spec | 9 ++++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 202ed47..82c1e96 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ upower-0.9.5.tar.bz2 /upower-0.9.14.tar.xz /upower-0.9.15.tar.xz /upower-0.9.16.tar.xz +/upower-0.9.17.tar.xz diff --git a/sources b/sources index b02e20d..d75649b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65030caf519b8a06856c12b6668a9f57 upower-0.9.16.tar.xz +9ef7fc8ec438542f014f3a34552822aa upower-0.9.17.tar.xz diff --git a/upower.spec b/upower.spec index e0c59ea..19e4d6d 100644 --- a/upower.spec +++ b/upower.spec @@ -1,6 +1,6 @@ Summary: Power Management Service Name: upower -Version: 0.9.16 +Version: 0.9.17 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -98,6 +98,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* Mon Jun 25 2012 Richard Hughes - 0.9.17-1 +- New upstream release +- Don't allow non-power-supply devices to set the OnBattery property +- Fix the LatencyChanged signal +- Fix wrong PowerSupply property for devices without a scope sysfs attribute +- Treat the battery state 'not charging' as PENDING_CHARGE + * Mon Apr 30 2012 Richard Hughes - 0.9.16-1 - New upstream release - Install a systemd service file