New upstream release

- Install a systemd service file
- Clamp the UPS percentage from 0 to 100 to fix syslog spam
- Correct the cap on the energy rate
- Fix crash in up_device_csr_finalize
- Never detect HID devices with batteries as power supplies
- Re-coldplug dock status when resuming from sleep
This commit is contained in:
Richard Hughes 2012-04-30 09:51:51 +01:00
parent f1c6458a5e
commit 7068e7d842
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ upower-0.9.5.tar.bz2
/upower-0.9.13.tar.xz
/upower-0.9.14.tar.xz
/upower-0.9.15.tar.xz
/upower-0.9.16.tar.xz

View File

@ -1 +1 @@
9503a853e894630e023ee244d295fd27 upower-0.9.15.tar.xz
65030caf519b8a06856c12b6668a9f57 upower-0.9.16.tar.xz

View File

@ -1,7 +1,7 @@
Summary: Power Management Service
Name: upower
Version: 0.9.15
Release: 3%{?dist}
Version: 0.9.16
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://hal.freedesktop.org/releases/
@ -82,6 +82,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_mandir}/man8/*
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/dbus-1/system-services/*.service
/usr/lib/systemd/system/*.service
%files devel
%defattr(-,root,root,-)
@ -97,6 +98,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_includedir}/libupower-glib/upower.h
%changelog
* Mon Apr 30 2012 Richard Hughes <rhughes@redhat.com> - 0.9.16-1
- New upstream release
- Install a systemd service file
- Clamp the UPS percentage from 0 to 100 to fix syslog spam
- Correct the cap on the energy rate
- Fix crash in up_device_csr_finalize
- Never detect HID devices with batteries as power supplies
- Re-coldplug dock status when resuming from sleep
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.9.15-3
- Rebuild for new libimobiledevice and usbmuxd