New upstream release.

Fix how we estimate the device rate for batteries that do not provide
this data.
This commit is contained in:
Richard Hughes 2011-07-04 16:58:48 +01:00
parent cad73e0d03
commit ea6d031231
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
7782a4c5a53021cdfb0703b7ba96edf5 upower-0.9.11.tar.bz2
d52a13c00f06a88cc7c654161007646a upower-0.9.12.tar.xz

View File

@ -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 <rhughes@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@redhat.com> - 0.9.11-1
- New upstream release.
- Only include glib-unix.h if the GLib version is >= 2.29.4