From 2b6e6676de649780537e3beb0dd64304304ff8a5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 18 Mar 2013 16:32:58 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + sources | 2 +- upower.spec | 14 +++++++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1b9c9fe..d1118ec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 3347af4..debc339 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f96955ff1a2e4f006937d6b5ea95afb8 upower-0.9.19.tar.xz +f175984d142dc8d2353a7da609836b69 upower-0.9.20.tar.xz diff --git a/upower.spec b/upower.spec index 4629d1a..7c60ea7 100644 --- a/upower.spec +++ b/upower.spec @@ -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 - 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 - 0.9.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild