diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-02-23 20:28:12 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-02-23 20:28:12 +0000 |
commit | e8c6797612c79463e88ca4861a432b43bf4981c7 (patch) | |
tree | d820e35e5894a8d09b34d75bb4c0c9d359e032c6 | |
parent | - Improve the langpack install stuff (diff) | |
download | librewolf-fedora-ff-e8c6797612c79463e88ca4861a432b43bf4981c7.tar.gz librewolf-fedora-ff-e8c6797612c79463e88ca4861a432b43bf4981c7.tar.bz2 librewolf-fedora-ff-e8c6797612c79463e88ca4861a432b43bf4981c7.zip |
- Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)
- Fix a pango typo
-rw-r--r-- | firefox.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 9947bef..8dce32b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,7 +9,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.5.0.1 -Release: 3 +Release: 4 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -34,7 +34,6 @@ Source50: firefox-xremote-client.sh.in Source100: find-external-requires # build patches -Patch1: firefox-1.0-prdtoa.patch Patch3: firefox-1.1-nss-system-nspr.patch Patch4: firefox-1.5-with-system-nss.patch Patch5: firefox-1.1-visibility.patch @@ -57,6 +56,7 @@ Patch42: firefox-1.1-uriloader.patch Patch81: firefox-nopangoxft.patch # patches from upstream (Patch100+) +Patch100: firefox-1.5-pango-typo.patch # --------------------------------------------------- @@ -118,6 +118,8 @@ compliance, performance and portability. %patch42 -p0 %patch81 -p1 +%patch100 -p0 + %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig %if %{official_branding} @@ -262,6 +264,10 @@ fi #--------------------------------------------------------------------- %changelog +* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-4 +- Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov) +- Fix a pango typo + * Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-3 - Improve the langpack install stuff - Fix up dumpstack.patch to match the finalized change |