New upstream release

- Add a --enable-deprecated configure argument to remove pm-utils support
- Deprecate running the powersave scripts
- Factor out the Logitech Unifying support to support other devices
- Require unfixed applications to define UPOWER_ENABLE_DEPRECATED
- Fix batteries which report current energy but full charge
- Fix several small memory leaks
This commit is contained in:
Richard Hughes 2013-03-18 16:32:58 +00:00
parent 9ef9bf887f
commit 2b6e6676de
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ upower-0.9.5.tar.bz2
/upower-0.9.17.tar.xz
/upower-0.9.18.tar.xz
/upower-0.9.19.tar.xz
/upower-0.9.20.tar.xz

View File

@ -1 +1 @@
f96955ff1a2e4f006937d6b5ea95afb8 upower-0.9.19.tar.xz
f175984d142dc8d2353a7da609836b69 upower-0.9.20.tar.xz

View File

@ -1,7 +1,7 @@
Summary: Power Management Service
Name: upower
Version: 0.9.19
Release: 2%{?dist}
Version: 0.9.20
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://upower.freedesktop.org/
@ -23,7 +23,6 @@ BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
Requires: polkit >= 0.92
Requires: udev
Requires: pm-utils >= 1.2.2.1
Requires: gobject-introspection
%description
@ -101,6 +100,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_includedir}/libupower-glib/upower.h
%changelog
* Mon Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 0.9.20-1
- New upstream release
- Add a --enable-deprecated configure argument to remove pm-utils support
- Deprecate running the powersave scripts
- Factor out the Logitech Unifying support to support other devices
- Require unfixed applications to define UPOWER_ENABLE_DEPRECATED
- Fix batteries which report current energy but full charge
- Fix several small memory leaks
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild