[upower/f17] New upstream release

Richard Hughes rhughes at fedoraproject.org
Wed Jan 2 10:34:15 UTC 2013


commit 83a9d05131448cc3760936db88b11bf1f4d25240
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Jan 2 09:48:29 2013 +0000

    New upstream release
    
    - Add a Documentation tag to the service file
    - Add support for Logitech Unifying devices
    - Do not continue to poll if /proc/timer_stats is not readable
    - Fix device matching for recent kernels
    - Resolves: #848521

 .gitignore  |    4 +++-
 sources     |    2 +-
 upower.spec |   11 ++++++++++-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82c1e96..6b71e19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-upower-0.9.5.tar.bz2
+/upower-0.9.5.tar.bz2
 /upower-0.9.6.tar.bz2
 /upower-0.9.7.tar.bz2
 /upower-0.9.8.tar.bz2
@@ -11,3 +11,5 @@ upower-0.9.5.tar.bz2
 /upower-0.9.15.tar.xz
 /upower-0.9.16.tar.xz
 /upower-0.9.17.tar.xz
+/upower-0.9.18.tar.xz
+/upower-0.9.19.tar.xz
diff --git a/sources b/sources
index d75649b..3347af4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ef7fc8ec438542f014f3a34552822aa  upower-0.9.17.tar.xz
+f96955ff1a2e4f006937d6b5ea95afb8  upower-0.9.19.tar.xz
diff --git a/upower.spec b/upower.spec
index 49d1e10..d544c9d 100644
--- a/upower.spec
+++ b/upower.spec
@@ -1,6 +1,6 @@
 Summary:        Power Management Service
 Name:           upower
-Version:        0.9.17
+Version:        0.9.19
 Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
@@ -83,6 +83,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_datadir}/polkit-1/actions/*.policy
 %{_datadir}/dbus-1/system-services/*.service
 /usr/lib/systemd/system/*.service
+/usr/lib/systemd/system-sleep/notify-upower.sh
 
 %files devel
 %defattr(-,root,root,-)
@@ -98,6 +99,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_includedir}/libupower-glib/upower.h
 
 %changelog
+* Wed Jan 02 2013 Richard Hughes <rhughes at redhat.com> - 0.9.19-1
+- New upstream release
+- Add a Documentation tag to the service file
+- Add support for Logitech Unifying devices
+- Do not continue to poll if /proc/timer_stats is not readable
+- Fix device matching for recent kernels
+- Resolves: #848521
+
 * Mon Jun 25 2012 Richard Hughes <rhughes at redhat.com> - 0.9.17-1
 - New upstream release
 - Don't allow non-power-supply devices to set the OnBattery property


More information about the scm-commits mailing list