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
This commit is contained in:
Richard Hughes 2012-06-25 11:23:05 +01:00
parent 7068e7d842
commit c1fe68a9e0
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
65030caf519b8a06856c12b6668a9f57 upower-0.9.16.tar.xz
9ef7fc8ec438542f014f3a34552822aa upower-0.9.17.tar.xz

View File

@ -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 <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.9.16-1
- New upstream release
- Install a systemd service file