[gnome-settings-daemon] fix suspend

Matthias Clasen mclasen at fedoraproject.org
Fri Oct 19 03:05:11 UTC 2012


commit d4bea70d3a9ea753a282c55f36aceef33aaa8ccb
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Oct 18 23:05:42 2012 -0400

    fix suspend

 ...edia-keys-Use-logind-for-suspending-and-r.patch |    2 +-
 gnome-settings-daemon.spec                         |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch b/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
index d744eff..25c0ad0 100644
--- a/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
+++ b/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
@@ -1223,7 +1223,7 @@ index 0e06495..7c120c4 100644
 +        g_debug ("Removing suspend delay inhibitor");
 +        close (manager->priv->inhibit_suspend_fd);
 +        manager->priv->inhibit_suspend_fd = -1;
-+        manager->priv->inhibit_suspend_taken = TRUE;
++        manager->priv->inhibit_suspend_taken = FALSE;
 +}
 +
 +static gboolean
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index d951694..a7935f0 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -1,6 +1,6 @@
 Name:           gnome-settings-daemon
 Version:        3.6.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -258,6 +258,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/dbus-1/interfaces/org.gnome.SettingsDaemonUpdates.xml
 
 %changelog
+* Thu Oct 18 2012 Matthias Clasen <mclasen at redhat.com> - 3.6.1-3
+- Fix a typo in the suspend patch (#858259)
+
 * Tue Oct 08 2012 Dan HorĂ¡k <dan[at]danny.cz> - 3.6.1-2
 - fix build on s390(x)
 


More information about the scm-commits mailing list