summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-06 04:17:37 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-06 04:17:37 +0000
commita2a20a97480dd3541943d4e4f79f33ca429b959b (patch)
treea08179460322013db74420793182000e2abca0b7 /firefox.spec
parent- Update to 0.10.1 (diff)
downloadlibrewolf-fedora-ff-a2a20a97480dd3541943d4e4f79f33ca429b959b.tar.gz
librewolf-fedora-ff-a2a20a97480dd3541943d4e4f79f33ca429b959b.tar.bz2
librewolf-fedora-ff-a2a20a97480dd3541943d4e4f79f33ca429b959b.zip
- Add patch to fix button focus issues (#133507)
- Add patch to fix tab focus stealing issue (b.m.o #124750)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 54fb798..749a7ea 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.8
+Release: 1.0PR1.9
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -23,7 +23,7 @@ Source7: firefox-xremote-client.sh.in
Source8: firefox.1
Source9: firefox-rebuild-databases.pl.in
Source10: firefox.xpm
-Source100: find-external-requires
+Source100: find-external-requires
Patch1: firefox-redhat-homepage.patch
Patch2: firefox-0.7.3-default-plugin-less-annoying.patch
Patch3: firefox-0.7.3-psfonts.patch
@@ -34,6 +34,8 @@ Patch100: firefox-PR1-js-64bit-math.patch
Patch101: firefox-PR1-pkgconfig.patch
Patch102: firefox-PR1-clipboard-access.patch
Patch103: firefox-PR1-alt-num-tab-switch.patch
+Patch104: firefox-PR1-button-focus.patch
+Patch105: firefox-PR1-tab-focus-stealing.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libpng-devel, libjpeg-devel
BuildRequires: zlib-devel, zip
@@ -71,6 +73,8 @@ compliance, performance and portability.
%patch101 -p0
%patch102 -p0
%patch103 -p0
+%patch104 -p0
+%patch105 -p0
%{__rm} -f .mozconfig
%{__cp} %{SOURCE2} .mozconfig
@@ -184,6 +188,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Oct 5 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1.1.0PR1.9
+- Add patch to fix button focus issues (#133507)
+- Add patch to fix tab focus stealing issue (b.m.o #124750)
+
* Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
- Update to 0.10.1
- Fix tab switching keybindings (#133504)
bgstack15