[gnome-settings-daemon] Fix updates plugin

Matthias Clasen mclasen at fedoraproject.org
Thu Jul 19 21:50:09 UTC 2012


commit 17e20fc0e167d5820a56a5916f4927d97fbec020
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Jul 19 17:51:21 2012 -0400

    Fix updates plugin

 gnome-settings-daemon.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index 5de622e..e408346 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -1,6 +1,6 @@
 Name:           gnome-settings-daemon
 Version:        3.5.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -11,6 +11,9 @@ Source:         http://download.gnome.org/sources/%{name}/3.5/%{name}-%{version}
 # disable wacom for ppc/ppc64 (used on RHEL)
 Patch0:         %{name}-3.5.4-ppc-no-wacom.patch
 
+# upstream fix
+Patch1:         0001-Remove-an-unused-case-in-the-notification-action-cb.patch
+
 Requires: control-center-filesystem
 
 BuildRequires:  dbus-glib-devel
@@ -66,6 +69,7 @@ developing applications that use %{name}.
 %if 0%{?rhel}
 %patch0 -p1 -b .ppc-no-wacom
 %endif
+%patch1 -p1
 
 autoreconf -i -f
 
@@ -230,6 +234,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libexecdir}/gsd-test-xsettings
 
 %changelog
+* Thu Jul 19 2012 Matthias Clasen <mclasen at redhat.com> - 3.5.5-2
+- Fix the updates plugin to load
+
 * Thu Jul 19 2012 Matthias Clasen <mclasen at redhat.com> - 3.5.5-1
 - Update to 3.5.5
 


More information about the scm-commits mailing list