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 6b07f56..458e799 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 @@ -97,6 +97,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* Mon Jul 04 2011 Richard Hughes - 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 - 0.9.11-1 - New upstream release. - Only include glib-unix.h if the GLib version is >= 2.29.4