[upower/f19] New upstream release

Richard Hughes rhughes at fedoraproject.org
Wed Mar 20 13:59:25 UTC 2013


commit 714c4e039aac03c244797e0336e1db7b436ac2b4
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Mar 18 16:32:58 2013 +0000

    New upstream release
    
    - 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 |   11 +++++++++--
 3 files changed, 11 insertions(+), 3 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..4e1e81d 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/
@@ -46,6 +46,7 @@ Headers and libraries for UPower.
 %configure \
         --enable-gtk-doc \
         --disable-static \
+        --enable-deprecated \
         --enable-introspection \
 %ifarch s390 s390x
 	--with-backend=dummy
@@ -101,6 +102,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_includedir}/libupower-glib/upower.h
 
 %changelog
+* Mon Mar 20 2013 Richard Hughes <rhughes at redhat.com> - 0.9.20-1
+- New upstream release
+- Factor out the Logitech Unifying support to support other devices
+- Fix batteries which report current energy but full charge
+- Fix several small memory leaks
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.19-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list