summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-11-29 03:50:23 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-11-29 03:50:23 +0000
commit71228261858d1d718dc2cdf4e71a6e514c2a1003 (patch)
tree2e7fe4c5be7e5e9a9b76b0ae1141c2a9ba6cbc4f /firefox.spec
parent- Update to 1.5 rc3 (diff)
downloadlibrewolf-fedora-ff-71228261858d1d718dc2cdf4e71a6e514c2a1003.tar.gz
librewolf-fedora-ff-71228261858d1d718dc2cdf4e71a6e514c2a1003.tar.bz2
librewolf-fedora-ff-71228261858d1d718dc2cdf4e71a6e514c2a1003.zip
- Fix issue with popup dialogs and other actions causing lockups
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 7 insertions, 1 deletions
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 <caillon@redhat.com> - 1.5-0.5.1.rc3
+- Fix issue with popup dialogs and other actions causing lockups
+
* Fri Nov 18 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.rc3
- Update to 1.5 rc3
bgstack15