- New upstream release.

- Add support for controlling leds keyboard backlight
- Fix building with gobject-introspection 0.9.10
This commit is contained in:
Richard Hughes 2010-11-01 13:08:25 +00:00
parent ec0541ba06
commit 9f9a6934f2
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
upower-0.9.5.tar.bz2
/upower-0.9.6.tar.bz2
/upower-0.9.7.tar.bz2

View File

@ -1 +1 @@
9c41e4973fdd6e9b491d1b829a9a35db upower-0.9.6.tar.bz2
d300a4bb4131cb88c9e06abe888f379f upower-0.9.7.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Power Management Service
Name: upower
Version: 0.9.6
Version: 0.9.7
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -97,6 +97,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_includedir}/libupower-glib/upower.h
%changelog
* Mon Nov 01 2010 Richard Hughes <rhughes@redhat.com> - 0.9.7-1
- New upstream release.
- Add support for controlling leds keyboard backlight
- Fix building with gobject-introspection 0.9.10
* Mon Oct 04 2010 Richard Hughes <rhughes@redhat.com> - 0.9.6-1
- New upstream release.
- Fix compile with the latest PolicyKit release.