summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.sh.in6
-rw-r--r--firefox.spec5
2 files changed, 7 insertions, 4 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 51213d3..3795280 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -86,9 +86,9 @@ export FONTCONFIG_PATH
## In order to better support certain scripts (such as Indic and some CJK
## scripts), Fedora builds its Firefox, with permission from the Mozilla
## Corporation, with the Pango system as its text renderer. This change
-## is known to break rendering of MathML, and may negatively impact
-## performance on some pages. To disable the use of Pango, set
-## MOZ_DISABLE_PANGO=1 in your environment before launching Firefox.
+## may negatively impact performance on some pages. To disable the use of
+## Pango, set MOZ_DISABLE_PANGO=1 in your environment before launching
+## Firefox.
##
#
# MOZ_DISABLE_PANGO=1
diff --git a/firefox.spec b/firefox.spec
index 0826f1f..e315f5c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,7 +11,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5.0.6
-Release: 8
+Release: 9
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -356,6 +356,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Aug 28 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.6-9
+- Remove "Pango breaks MathML" from firefox.sh.in
+
* Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-8
- Turn visibility back off again for now, as it still breaks the build.
bgstack15