From 8b8c121ab7f18e58dc47256760fb410eb1d1dbb2 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Oct 07 2004 17:46:25 +0000 Subject: - Add patch to fix crash with gweather preferences (#134572) --- diff --git a/gnome-applets.spec b/gnome-applets.spec index bab180d..3e86991 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -18,7 +18,7 @@ Summary: Small applications for the GNOME panel. Name: gnome-applets Version: 2.8.0 -Release: 4 +Release: 5 Epoch: 1 License: GPL Group: User Interface/Desktops @@ -68,6 +68,8 @@ Patch2: gnome-applets-2.3.6-uniquecd.patch Patch3: gnome-applets-2.8.0-themed-mixer-icons.patch # Activate netstatus for wireless-applet backwards compat (#131652) Patch4: gnome-applets-2.8.0-use-netstatus-for-wireless.patch +# Fix crash in #134572 - will go upstream +Patch5: gnome-applet-2.8.0-gweather-crash-with-prefs.patch %description @@ -92,6 +94,7 @@ cp %{SOURCE2} . %patch2 -p1 -b .uniquecd %patch3 -p1 -b .themed-mixer-icons %patch4 -p1 -b .use-netstatus-for-wireless +%patch5 -p1 -b .gweather-crash-with-prefs cp %{SOURCE3} charpick/ cp %{SOURCE4} geyes/ @@ -188,6 +191,9 @@ done %changelog +* Thu Oct 7 2004 Mark McLoughlin - 2.8.0-5 +- Add patch to fix crash with gweather preferences (#134572) + * Thu Oct 7 2004 Mark McLoughlin - 2.8.0-4 - Fix mixer icons bugs - #134224 and #134773