From e4b98f659c270bb564bdd768d1cbd81789c2c4f2a8c4998e1875894aac2cfc15 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 23 Jan 2009 01:27:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=49 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 6 ++++-- mozilla.sh.in | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index d32b8ae..3225a1d 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 22 11:09:42 EST 2009 - hfiguiere@suse.de + +- Fix the wrapper script for PowerPC 64-bits (bnc#464753) + ------------------------------------------------------------------- Wed Dec 17 13:13:25 EST 2008 - hfiguiere@suse.de diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index dd83d9c..77f1e3d 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -1,7 +1,7 @@ # # spec file for package MozillaFirefox (Version 3.0.5) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL Provides: web_browser Provides: firefox Version: 3.0.5 -Release: 1 +Release: 2 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers @@ -339,6 +339,8 @@ fi %{progdir}/defaults/profile/bookmarks.html %changelog +* Thu Jan 22 2009 hfiguiere@suse.de +- Fix the wrapper script for PowerPC 64-bits (bnc#464753) * Wed Dec 17 2008 hfiguiere@suse.de - Review and approve changes. * Mon Dec 15 2008 wr@rosenauer.org diff --git a/mozilla.sh.in b/mozilla.sh.in index 44e7616..36f12a8 100644 --- a/mozilla.sh.in +++ b/mozilla.sh.in @@ -61,7 +61,7 @@ MOZ_PROGRAM="$MOZ_DIST_LIB/$MOZ_APPNAME" mozilla_lib=`file $MOZ_PROGRAM` LIB=lib -echo $mozilla_lib | grep -q -E 'x86-64|s390x|ppc64' && LIB=lib64 +echo $mozilla_lib | grep -q -E 'x86-64|s390x|64-bit.PowerPC' && LIB=lib64 BROWSER_PLUGIN_DIR=/usr/$LIB/browser-plugins if [ ! -d $BROWSER_PLUGIN_DIR ]; then