From 71228261858d1d718dc2cdf4e71a6e514c2a1003 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 29 Nov 2005 03:50:23 +0000 Subject: - Fix issue with popup dialogs and other actions causing lockups --- firefox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index ee1c358..5a650b7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -11,7 +11,7 @@ ExcludeArch: ppc64 Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.5 -Release: 0.5.0.rc3 +Release: 0.5.1.rc3 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -59,6 +59,8 @@ Patch42: firefox-1.1-uriloader.patch Patch81: firefox-nopangoxft.patch # patches from upstream (Patch100+) +Patch100: firefox-bug305970.patch + # --------------------------------------------------- @@ -118,6 +120,7 @@ compliance, performance and portability. %patch42 -p0 %patch81 -p1 +%patch100 -p0 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig @@ -251,6 +254,9 @@ fi #--------------------------------------------------------------------- %changelog +* Mon Nov 28 2005 Christopher Aillon - 1.5-0.5.1.rc3 +- Fix issue with popup dialogs and other actions causing lockups + * Fri Nov 18 2005 Christopher Aillon - 1.5-0.5.0.rc3 - Update to 1.5 rc3 -- cgit