From b1f76adf56dbade92b25348ec312634b58008318 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jun 17 2007 06:15:17 +0000 Subject: Fix #237058 --- diff --git a/gnome-applets-2.18.0-wrong-gconf-keys.patch b/gnome-applets-2.18.0-wrong-gconf-keys.patch new file mode 100644 index 0000000..55d4de6 --- /dev/null +++ b/gnome-applets-2.18.0-wrong-gconf-keys.patch @@ -0,0 +1,35 @@ +--- gnome-applets-2.18.0/gswitchit/gswitchit.schemas.in.gkbd-gconf-prefix 2007-04-19 15:53:07.000000000 -0400 ++++ gnome-applets-2.18.0/gswitchit/gswitchit.schemas.in 2007-04-19 15:55:43.000000000 -0400 +@@ -2,8 +2,8 @@ + + + +- /schemas/apps/gswitchit/Applet/secondary +- /apps/gswitchit/Applet/secondary ++ /schemas/desktop/gnome/peripherals/keyboard/indicator/secondary ++ /desktop/gnome/peripherals/keyboard/indicator/secondary + gnome + int + 0 +@@ -14,8 +14,8 @@ + + + +- /schemas/apps/gswitchit/Applet/showFlags +- /apps/gswitchit/Applet/showFlags ++ /schemas/desktop/gnome/peripherals/keyboard/indicator/showFlags ++ /desktop/gnome/peripherals/keyboard/indicator/showFlags + gnome + bool + false +@@ -26,8 +26,8 @@ + + + +- /schemas/apps/gswitchit/Applet/enabledPlugins +- /apps/gswitchit/Applet/enabledPlugins ++ /schemas/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins ++ /schemas/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins + gnome + list + string diff --git a/gnome-applets.spec b/gnome-applets.spec index 8ae3d35..fa4fe7d 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -33,7 +33,7 @@ Summary: Small applications for the GNOME panel Name: gnome-applets Version: 2.18.0 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 License: GPL Group: User Interface/Desktops @@ -61,6 +61,9 @@ Patch32: gnome-applets-2.18.0-bug-buddy.patch # http://bugzilla.gnome.org/show_bug.cgi?id=428072 Patch33: gnome-applets-2.18.0-node-leak.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=431452 +Patch34: gnome-applets-2.18.0-wrong-gconf-keys.patch + BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libgnomeui-devel >= %{libgnomeui_version} @@ -158,6 +161,7 @@ libraries contained in the gnome-applets package. %patch31 -p1 -b .fix-find %patch32 -p1 -b .bug-buddy %patch33 -p1 -b .node-leak +%patch34 -p1 -b .wrong-gconf-keys cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png @@ -344,6 +348,9 @@ fi %{_libdir}/libgweather.so %changelog +* Sun Jun 17 2007 Matthias Clasen - 1:2.18.0-11 +- Fix #237058 + * Tue Jun 5 2007 Matthias Clasen - 1:2.18.0-10 - Rebuild again