From 7068e7d842dbf2a2326bf53fcc9393737786ce41 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 30 Apr 2012 09:51:51 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + sources | 2 +- upower.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3bce3ec..202ed47 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 9058536..b02e20d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9503a853e894630e023ee244d295fd27 upower-0.9.15.tar.xz +65030caf519b8a06856c12b6668a9f57 upower-0.9.16.tar.xz diff --git a/upower.spec b/upower.spec index 4fe2f3e..e0c59ea 100644 --- a/upower.spec +++ b/upower.spec @@ -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 - 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 - 0.9.15-3 - Rebuild for new libimobiledevice and usbmuxd