summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@fedoraproject.org>2004-10-07 17:46:25 +0000
committerMark McLoughlin <markmc@fedoraproject.org>2004-10-07 17:46:25 +0000
commit8b8c121ab7f18e58dc47256760fb410eb1d1dbb2 (patch)
tree3611a286c1563bc20bc501e3935e494886360174
parent5f2a1c5f259a60f3051a77753c3974fbfcb4e3c4 (diff)
downloadgnome-applets-8b8c121ab7f18e58dc47256760fb410eb1d1dbb2.tar.gz
gnome-applets-8b8c121ab7f18e58dc47256760fb410eb1d1dbb2.tar.xz
gnome-applets-8b8c121ab7f18e58dc47256760fb410eb1d1dbb2.zip
- Add patch to fix crash with gweather preferences (#134572)gnome-applets-2_8_0-5RHEL-4-splitFC-3-split
-rw-r--r--gnome-applets.spec8
1 files changed, 7 insertions, 1 deletions
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 <markmc@redhat.com> - 2.8.0-5
+- Add patch to fix crash with gweather preferences (#134572)
+
* Thu Oct 7 2004 Mark McLoughlin <markmc@redhat.com> - 2.8.0-4
- Fix mixer icons bugs - #134224 and #134773