- Add patch to fix button focus issues (#133507)

- Add patch to fix tab focus stealing issue (b.m.o #124750)
This commit is contained in:
Christopher Aillon 2004-10-06 04:17:37 +00:00
parent 4509d404d6
commit a2a20a9748
1 changed files with 10 additions and 2 deletions

View File

@ -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)