From fa5aab63530fe9c7327f347d648e8017323235d8 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 21 Feb 2007 17:44:08 +0000 Subject: - Fix PPC64 runtime - Fix firefox script to use 32-bit browser by default on PPC64 hardware --- firefox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'firefox.spec') 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 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 2.0.0.1-5 - Start using the specified locale -- cgit