# HG changeset patch # User Wolfgang Rosenauer # Date 1283524720 -7200 # Node ID 1406d686ec0485cc16b2a1cb853f2261ffa48c81 # Parent 37947cc02392efd95f193a8cefad4ec7c7234767 manually port latest patch from default branch diff -r 37947cc02392 -r 1406d686ec04 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Fri Sep 03 09:02:21 2010 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Fri Sep 03 16:38:40 2010 +0200 @@ -268,6 +268,7 @@ %if 0%{?use_xulrunner} cat << EOF >> $MOZCONFIG ac_add_options --with-libxul-sdk=$SDKDIR +ac_add_options --enable-chrome-format=jar EOF %endif %if %branding @@ -306,7 +307,7 @@ %if %localize rm -f %{_tmppath}/translations.* touch %{_tmppath}/translations.{common,other} -for locale in $(awk '{ print $1; }' browser/locales/shipped-locales); do +for locale in $(awk '{ print $1; }' ../mozilla/browser/locales/shipped-locales); do case $locale in ja-JP-mac|en-US) ;;