[upower/f15] New upstream release. Fix how we estimate the device rate for batteries that do not provide this dat

Richard Hughes rhughes at fedoraproject.org
Mon Jul 4 16:18:07 UTC 2011


commit 756eff0c84b42537c38a7a865d253fba2cd7107a
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jul 4 16:58:48 2011 +0100

    New upstream release.
    Fix how we estimate the device rate for batteries that do not provide
    this data.

 .gitignore  |    1 +
 sources     |    2 +-
 upower.spec |    9 +++++++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1726ee0..3a2a0ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ upower-0.9.5.tar.bz2
 /upower-0.9.9.tar.bz2
 /upower-0.9.10.tar.bz2
 /upower-0.9.11.tar.bz2
+/upower-0.9.12.tar.xz
diff --git a/sources b/sources
index b016942..5d9a06b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7782a4c5a53021cdfb0703b7ba96edf5  upower-0.9.11.tar.bz2
+d52a13c00f06a88cc7c654161007646a  upower-0.9.12.tar.xz
diff --git a/upower.spec b/upower.spec
index 2c2a6c3..c83afcc 100644
--- a/upower.spec
+++ b/upower.spec
@@ -1,11 +1,11 @@
 Summary:        Power Management Service
 Name:           upower
-Version:        0.9.11
+Version:        0.9.12
 Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://hal.freedesktop.org/releases/
-Source0:        http://hal.freedesktop.org/releases/upower-%{version}.tar.bz2
+Source0:        http://hal.freedesktop.org/releases/upower-%{version}.tar.xz
 BuildRequires:  sqlite-devel
 BuildRequires:  libtool
 BuildRequires:  intltool
@@ -100,6 +100,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_includedir}/libupower-glib/upower.h
 
 %changelog
+* Mon Jul 04 2011 Richard Hughes <rhughes at redhat.com> - 0.9.12-1
+- New upstream release.
+- Fix how we estimate the device rate for batteries that do not provide
+  this data.
+
 * Wed May 25 2011 Richard Hughes <rhughes at redhat.com> - 0.9.11-1
 - New upstream release.
 - Only include glib-unix.h if the GLib version is >= 2.29.4


More information about the scm-commits mailing list