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:
parent
f1c6458a5e
commit
7068e7d842
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
9503a853e894630e023ee244d295fd27 upower-0.9.15.tar.xz
|
||||
65030caf519b8a06856c12b6668a9f57 upower-0.9.16.tar.xz
|
||||
|
||||
14
upower.spec
14
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user