summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-03-13 07:47:23 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-03-13 07:47:23 +0000
commitda97c6e2f39bb99fe4f877ecbb79fc8ba6f79255 (patch)
treeef0d880e67d9f71e50d47dd31b25b8efd828651c /firefox.spec
parent- Disable pango by default in non-indic locales per upstream request. Users (diff)
downloadlibrewolf-fedora-ff-da97c6e2f39bb99fe4f877ecbb79fc8ba6f79255.tar.gz
librewolf-fedora-ff-da97c6e2f39bb99fe4f877ecbb79fc8ba6f79255.tar.bz2
librewolf-fedora-ff-da97c6e2f39bb99fe4f877ecbb79fc8ba6f79255.zip
- Add a notice to the about dialog denoting this is a pango enabled build.
- Tweak the user agent denoting this is a pango enabled build.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index b656a39..e1101bc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -9,7 +9,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5.0.1
-Release: 8
+Release: 9
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -57,6 +57,8 @@ Patch81: firefox-nopangoxft.patch
# patches from upstream (Patch100+)
Patch100: firefox-1.5-pango-typo.patch
+Patch101: firefox-1.5-pango-ua.patch
+Patch102: firefox-1.5-pango-about.patch
# ---------------------------------------------------
@@ -119,7 +121,9 @@ compliance, performance and portability.
%patch42 -p0
%patch81 -p1
-%patch100 -p0
+%patch100 -p0 -b .pango-typo
+%patch101 -p0 -b .pango-ua
+%patch102 -p0 -b .pango-about
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
@@ -265,9 +269,9 @@ 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.
+* Sat Mar 11 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-9
+- Add a notice to the about dialog denoting this is a pango enabled build.
+- Tweak the user agent denoting this is a pango enabled build.
* Mon Mar 6 2006 Warren Togami <wtogami@redhat.com> - 1.5.0.1-7
- make links point to the correct release
bgstack15