summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-03-10 06:57:11 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-03-10 06:57:11 +0000
commitf381d84d80f67bb80fe539832d312f17a0540e1f (patch)
tree3ae60e04b04357d2ef2336213072da21fb7d9fd3 /firefox.spec
parentmake links point at the correct release (diff)
downloadlibrewolf-fedora-ff-f381d84d80f67bb80fe539832d312f17a0540e1f.tar.gz
librewolf-fedora-ff-f381d84d80f67bb80fe539832d312f17a0540e1f.tar.bz2
librewolf-fedora-ff-f381d84d80f67bb80fe539832d312f17a0540e1f.zip
- Disable pango by default in non-indic locales per upstream request. Users
can export MOZ_ENABLE_PANGO=1 to force pango support.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 26f8d6c..b656a39 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -9,7 +9,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5.0.1
-Release: 7
+Release: 8
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -265,6 +265,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Mar 10 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-8
+- Disable pango by default in non-indic locales per upstream request.
+ Users can export MOZ_ENABLE_PANGO=1 to force pango support.
+
* Mon Mar 6 2006 Warren Togami <wtogami@redhat.com> - 1.5.0.1-7
- make links point to the correct release
bgstack15