diff options
author | David Woodhouse <dwmw2@fedoraproject.org> | 2007-02-21 17:44:08 +0000 |
---|---|---|
committer | David Woodhouse <dwmw2@fedoraproject.org> | 2007-02-21 17:44:08 +0000 |
commit | fa5aab63530fe9c7327f347d648e8017323235d8 (patch) | |
tree | f26227dbdcb7f043ad3ea026c37b92988be90f02 /firefox.spec | |
parent | - Start using the specified locale (diff) | |
download | librewolf-fedora-ff-fa5aab63530fe9c7327f347d648e8017323235d8.tar.gz librewolf-fedora-ff-fa5aab63530fe9c7327f347d648e8017323235d8.tar.bz2 librewolf-fedora-ff-fa5aab63530fe9c7327f347d648e8017323235d8.zip |
- Fix PPC64 runtime
- Fix firefox script to use 32-bit browser by default on PPC64 hardware
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index acdcfd3..d47221a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -11,7 +11,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 2.0.0.1 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -65,6 +65,7 @@ Patch100: firefox-1.5-gtk-key-theme-crash.patch Patch101: firefox-1.5-embedwindow-visibility.patch Patch102: firefox-1.5-theme-change.patch Patch103: firefox-1.5-dnd-nograb.patch +Patch104: firefox-1.5-ppc64.patch %if %{official_branding} # Required by Mozilla Corporation @@ -159,6 +160,7 @@ removed in favor of xulrunner-devel. %patch101 -p0 -b .embedwindow-visibility %patch102 -p0 -b .theme-change %patch103 -p1 -b .dnd-nograb +%patch104 -p1 -b .ppc64 # For branding specific patches. @@ -410,6 +412,10 @@ fi #--------------------------------------------------------------------- %changelog +* Wed Feb 21 2007 David Woodhouse <dwmw2@redhat.com> 2.0.0.1-6 +- Fix PPC64 runtime +- Fix firefox script to use 32-bit browser by default on PPC64 hardware + * Fri Feb 9 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.1-5 - Start using the specified locale |