summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-09-11 18:55:30 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-09-11 18:55:30 +0000
commite7f0eeea85f1edc841175c041b45078d0a6987df (patch)
tree5fb9a23e3597d6391a52b493c71b1543194d78dc /firefox.spec
parent- added fix for #246248 - firefox crashes when searching for word "do" (diff)
downloadlibrewolf-fedora-ff-e7f0eeea85f1edc841175c041b45078d0a6987df.tar.gz
librewolf-fedora-ff-e7f0eeea85f1edc841175c041b45078d0a6987df.tar.bz2
librewolf-fedora-ff-e7f0eeea85f1edc841175c041b45078d0a6987df.zip
- Fix crashes when using GTK+ themes containing a gtkrc which specify
GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index cf1e07f..de65c8d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,7 +12,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 2.0.0.6
-Release: 7%{?dist}
+Release: 8%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -71,6 +71,7 @@ Patch89: firefox-1.5-xft-rangewidth.patch
Patch102: firefox-1.5-theme-change.patch
Patch104: firefox-1.5-ppc64.patch
Patch105: firefox-2.0-dnd.patch
+Patch106: firefox-2.0-indicator-crash.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -172,6 +173,7 @@ removed in favor of xulrunner-devel.
%patch102 -p0 -b .theme-change
%patch104 -p1 -b .ppc64
%patch105 -p0 -b .dnd
+%patch106 -p1 -b .indicator-crash
# For branding specific patches.
@@ -438,6 +440,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Sep 11 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-8
+- Fix crashes when using GTK+ themes containing a gtkrc which specify
+ GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing
+
* Mon Sep 10 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-7
- added fix for #246248 - firefox crashes when searching for word "do"
bgstack15