From f1dc5c2051146b7e09755e823df5e83a3c413087401d1a950c07ef6a51526dac Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 28 Dec 2010 22:52:30 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/MozillaFirefox revision 96.0 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=af982447a8056ee3377a0e1348bb9521 --- MozillaFirefox.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 2b68c13..06ca86a 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -22,7 +22,7 @@ Name: MozillaFirefox %define use_xulrunner 1 %define xulrunner mozilla-xulrunner20 -BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip fdupes Mesa-devel yasm +BuildRequires: Mesa-devel autoconf213 fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files yasm zip %if %suse_version > 1110 BuildRequires: libiw-devel %else @@ -33,9 +33,9 @@ BuildRequires: %{xulrunner}-devel = 2.0b %endif License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ Version: 4.0b +Release: 2 Provides: web_browser Provides: firefox = %{version} -Release: 1 %define releasedate 2010121400 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ @@ -100,6 +100,7 @@ plethora of extensions. %if %localize + %package translations-common Summary: Common translations for MozillaFirefox License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ From 3576abca6ed48b6f254950b86a1b4cf60306ab2bec0906b25b36c74cde69f60f Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 3 Jan 2011 16:59:30 +0000 Subject: [PATCH 2/2] Accepting request 57034 from home:msmeissn:branches:mozilla:Factory http://www.rosenauer.org/hg/mozilla/rev/2c6c3d0a8b61 OBS-URL: https://build.opensuse.org/request/show/57034 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=177 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index cab8041..2114596 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 3 17:35:46 CET 2011 - meissner@suse.de + +- Mirror ac_add_options --disable-ipc from xulrunner for PowerPC. + ------------------------------------------------------------------- Wed Dec 15 07:49:45 UTC 2010 - wr@rosenauer.org diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 06ca86a..4eeeb15 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -212,6 +212,11 @@ cat << EOF >> $MOZCONFIG ac_add_options --enable-official-branding EOF %endif +%ifarch ppc ppc64 s390 s390x +cat << EOF >> $MOZCONFIG +ac_add_options --disable-ipc +EOF +%endif make -f client.mk build %install