- 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:
parent
4509d404d6
commit
a2a20a9748
10
firefox.spec
10
firefox.spec
@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 1.0PR1.8
|
Release: 1.0PR1.9
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPL/LGPL
|
License: MPL/LGPL
|
||||||
@ -34,6 +34,8 @@ Patch100: firefox-PR1-js-64bit-math.patch
|
|||||||
Patch101: firefox-PR1-pkgconfig.patch
|
Patch101: firefox-PR1-pkgconfig.patch
|
||||||
Patch102: firefox-PR1-clipboard-access.patch
|
Patch102: firefox-PR1-clipboard-access.patch
|
||||||
Patch103: firefox-PR1-alt-num-tab-switch.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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libpng-devel, libjpeg-devel
|
BuildRequires: libpng-devel, libjpeg-devel
|
||||||
BuildRequires: zlib-devel, zip
|
BuildRequires: zlib-devel, zip
|
||||||
@ -71,6 +73,8 @@ compliance, performance and portability.
|
|||||||
%patch101 -p0
|
%patch101 -p0
|
||||||
%patch102 -p0
|
%patch102 -p0
|
||||||
%patch103 -p0
|
%patch103 -p0
|
||||||
|
%patch104 -p0
|
||||||
|
%patch105 -p0
|
||||||
|
|
||||||
%{__rm} -f .mozconfig
|
%{__rm} -f .mozconfig
|
||||||
%{__cp} %{SOURCE2} .mozconfig
|
%{__cp} %{SOURCE2} .mozconfig
|
||||||
@ -184,6 +188,10 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
|
||||||
- Update to 0.10.1
|
- Update to 0.10.1
|
||||||
- Fix tab switching keybindings (#133504)
|
- Fix tab switching keybindings (#133504)
|
||||||
|
Loading…
Reference in New Issue
Block a user