From a2a20a97480dd3541943d4e4f79f33ca429b959b Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Oct 06 2004 04:17:37 +0000 Subject: - Add patch to fix button focus issues (#133507) - Add patch to fix tab focus stealing issue (b.m.o #124750) --- 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 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 0:0.10.1-1.0PR1.8 - Update to 0.10.1 - Fix tab switching keybindings (#133504)