summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-19 07:59:31 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-19 07:59:31 +0000
commit53fc3fc29058bd180fd5296006a1a53be3675324 (patch)
tree2078ee7cb4e1cedc13cc702f48bb8d5cbfff6a24 /firefox.spec
parentupdate pango patch to one that defaults to off (diff)
downloadlibrewolf-fedora-ff-53fc3fc29058bd180fd5296006a1a53be3675324.tar.gz
librewolf-fedora-ff-53fc3fc29058bd180fd5296006a1a53be3675324.tar.bz2
librewolf-fedora-ff-53fc3fc29058bd180fd5296006a1a53be3675324.zip
- Fix for upstream 262689.
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 868e43a..ba68558 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.1
-Release: 1.0PR1.16
+Release: 1.0PR1.17
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -54,6 +54,8 @@ Patch105: firefox-PR1-tab-focus-stealing.patch
Patch106: firefox-PR1-tab-focus-stealing2.patch
Patch107: firefox-PR1-access-64bit-crash.patch
Patch108: firefox-PR1-defaultHeight.patch
+Patch109: firefox-PR1-bug262689.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libpng-devel, libjpeg-devel
@@ -103,6 +105,7 @@ compliance, performance and portability.
%patch106 -p0
%patch107 -p0
%patch108 -p1
+%patch109 -p0
%{__rm} -f .mozconfig
%{__cp} %{SOURCE2} .mozconfig
@@ -219,6 +222,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.17
+- Fix for upstream 262689.
+
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
- Update pango patch to one that defaults to off
bgstack15