From 55e2493c2cc95e90f9d19057c6345229535a0ee4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Apr 21 2009 11:42:36 +0000 Subject: - Update to 2.26.1 - Fix the low capacity warning to fix rh#489832 - Backport DPMS and IDLETIME fixes from master to fix multiple bugs - Connect to gnome-session and exit on logout - Remove upstreamed patches --- diff --git a/.cvsignore b/.cvsignore index 906a40d..5e05125 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-power-manager-2.26.0.tar.gz +gnome-power-manager-2.26.1.tar.gz diff --git a/gnome-power-manager-2.26.0-cast.patch b/gnome-power-manager-2.26.0-cast.patch deleted file mode 100644 index 4e1c8ea..0000000 --- a/gnome-power-manager-2.26.0-cast.patch +++ /dev/null @@ -1,16 +0,0 @@ -My 34% battery looked like 1460578104% w/o this. - -Lubomir Rintel - -diff -up gnome-power-manager-2.26.0/src/gpm-engine.c.cast gnome-power-manager-2.26.0/src/gpm-engine.c ---- gnome-power-manager-2.26.0/src/gpm-engine.c.cast 2009-04-12 10:55:11.065927796 +0200 -+++ gnome-power-manager-2.26.0/src/gpm-engine.c 2009-04-12 10:55:34.424928595 +0200 -@@ -484,7 +484,7 @@ gpm_engine_device_check_capacity (GpmEng - ret = gconf_client_get_bool (engine->priv->conf, GPM_CONF_NOTIFY_LOW_CAPACITY, NULL); - if (ret) { - egg_debug ("** EMIT: low-capacity"); -- g_signal_emit (engine, signals [LOW_CAPACITY], 0, obj->type, obj->capacity); -+ g_signal_emit (engine, signals [LOW_CAPACITY], 0, obj->type, (guint)obj->capacity); - } - return TRUE; - } diff --git a/gnome-power-manager.spec b/gnome-power-manager.spec index a994543..c360d6c 100644 --- a/gnome-power-manager.spec +++ b/gnome-power-manager.spec @@ -3,12 +3,11 @@ Summary: GNOME Power Manager Name: gnome-power-manager -Version: 2.26.0 -Release: 2%{?dist} +Version: 2.26.1 +Release: 1%{?dist} License: GPLv2+ and GFDL Group: Applications/System Source: http://download.gnome.org/sources/gnome-power-manager/2.25/gnome-power-manager-%{version}.tar.gz -Patch0: gnome-power-manager-2.26.0-cast.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://projects.gnome.org/gnome-power-manager/ @@ -56,7 +55,6 @@ change preferences. %prep %setup -q -%patch0 -p1 -b .cast %build %configure \ @@ -164,6 +162,13 @@ fi %{_datadir}/gnome-2.0/ui/GNOME_InhibitApplet.xml %changelog +* Tue Apr 21 2009 Richard Hughes - 2.26.1-1 +- Update to 2.26.1 +- Fix the low capacity warning to fix rh#489832 +- Backport DPMS and IDLETIME fixes from master to fix multiple bugs +- Connect to gnome-session and exit on logout +- Remove upstreamed patches + * Sat Apr 18 2009 Lubomir Rintel - 2.26.0-2 - Fix broken battery capacity percentage reporting diff --git a/sources b/sources index 210b80e..249d997 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a5382f2e14ac8dfa0b582d9e089ac3d gnome-power-manager-2.26.0.tar.gz +445cfc891efbd41ac47da286a4f909d0 gnome-power-manager-2.26.1.tar.gz