From cad73e0d031f4873cfc470fd80827167c32b6e79 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 25 May 2011 12:55:20 +0100 Subject: [PATCH] New upstream release. Only include glib-unix.h if the GLib version is >= 2.29.4 --- .gitignore | 1 + sources | 2 +- upower.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc12f58..1726ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ upower-0.9.5.tar.bz2 /upower-0.9.8.tar.bz2 /upower-0.9.9.tar.bz2 /upower-0.9.10.tar.bz2 +/upower-0.9.11.tar.bz2 diff --git a/sources b/sources index a3d082b..b016942 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f1fb798f2ae754f25f00da7bc9e2ba3 upower-0.9.10.tar.bz2 +7782a4c5a53021cdfb0703b7ba96edf5 upower-0.9.11.tar.bz2 diff --git a/upower.spec b/upower.spec index e2fbde1..6b07f56 100644 --- a/upower.spec +++ b/upower.spec @@ -1,6 +1,6 @@ Summary: Power Management Service Name: upower -Version: 0.9.10 +Version: 0.9.11 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -97,6 +97,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* 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 + * Tue May 03 2011 Richard Hughes - 0.9.10-1 - New upstream release. - Add a config option 'IgnoreLid' for users with broken lid switches