From e8c6797612c79463e88ca4861a432b43bf4981c7 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 23 Feb 2006 20:28:12 +0000 Subject: - Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov) - Fix a pango typo --- firefox.spec | 10 ++++++++-- 1 file 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 - 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 - 1.5.0.1-3 - Improve the langpack install stuff - Fix up dumpstack.patch to match the finalized change -- cgit