- Fix problem where default apps aren't showing up in the download dialog

(#136261)
- Fix default height being larger than the available area, cherry picked
    from upstream
This commit is contained in:
blizzard 2004-10-18 23:18:22 +00:00
parent 0d576e5054
commit 5be8580164

View File

@ -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.14 Release: 1.0PR1.15
Epoch: 0 Epoch: 0
URL: http://www.mozilla.org/projects/firefox/ URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL License: MPL/LGPL
@ -37,6 +37,9 @@ Patch23: mozilla-1.7.3-pango-render.patch
Patch24: firefox-PR1-default-applications.patch Patch24: firefox-PR1-default-applications.patch
Patch25: firefox-PR1-software-update.patch Patch25: firefox-PR1-software-update.patch
# local bugfixes
Patch40: firefox-PR1-gnome-vfs-default-app.patch
# backported patches # backported patches
Patch90: firefox-PR1-gtk-file-chooser-trunk.patch Patch90: firefox-PR1-gtk-file-chooser-trunk.patch
Patch91: firefox-PR1-gtk-file-chooser-updates.patch Patch91: firefox-PR1-gtk-file-chooser-updates.patch
@ -50,6 +53,7 @@ Patch104: firefox-PR1-button-focus.patch
Patch105: firefox-PR1-tab-focus-stealing.patch Patch105: firefox-PR1-tab-focus-stealing.patch
Patch106: firefox-PR1-tab-focus-stealing2.patch Patch106: firefox-PR1-tab-focus-stealing2.patch
Patch107: firefox-PR1-access-64bit-crash.patch Patch107: firefox-PR1-access-64bit-crash.patch
Patch108: firefox-PR1-defaultHeight.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
@ -87,6 +91,7 @@ compliance, performance and portability.
%patch23 -p1 %patch23 -p1
%patch24 -p0 %patch24 -p0
%patch25 -p0 %patch25 -p0
%patch40 -p1
%patch90 -p0 %patch90 -p0
%patch91 -p1 %patch91 -p1
%patch100 -p0 %patch100 -p0
@ -97,6 +102,7 @@ compliance, performance and portability.
%patch105 -p0 %patch105 -p0
%patch106 -p0 %patch106 -p0
%patch107 -p0 %patch107 -p0
%patch108 -p1
%{__rm} -f .mozconfig %{__rm} -f .mozconfig
%{__cp} %{SOURCE2} .mozconfig %{__cp} %{SOURCE2} .mozconfig
@ -223,6 +229,12 @@ fi
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %changelog
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
- Fix problem where default apps aren't showing up in the download
dialog (#136261)
- Fix default height being larger than the available area, cherry picked
from upstream
* Mon Oct 18 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.14 * Mon Oct 18 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.14
- Fix RPM file ownership (#136015) - Fix RPM file ownership (#136015)