# HG changeset patch # User Wolfgang Rosenauer # Date 1282124502 -7200 # Node ID d04c09ee4ce483807fd2c62e2da9505d210dccfa # Parent 5bf88897596ff53cfe24f77c2e0b51dd4a17cd8e Update for 2.0/4.0b4 diff -r 5bf88897596f -r d04c09ee4ce4 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Fri Aug 13 11:24:05 2010 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Aug 18 11:41:42 2010 +0200 @@ -36,7 +36,7 @@ Provides: firefox Version: 4.0b Release: 1 -%define releasedate 2010081000 +%define releasedate 2010081700 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers @@ -226,7 +226,7 @@ touch %{_tmppath}/translations.{common,other} for locale in $(awk '{ print $1; }' browser/locales/shipped-locales); do case $locale in - ja-JP-mac|en-US|pt-PT|tr) + ja-JP-mac|en-US|pt-PT|tr|lt|zh-CN) ;; *) make -C browser/locales libs-$locale diff -r 5bf88897596f -r d04c09ee4ce4 mozilla-xulrunner20/create-tar.sh --- a/mozilla-xulrunner20/create-tar.sh Fri Aug 13 11:24:05 2010 +0200 +++ b/mozilla-xulrunner20/create-tar.sh Wed Aug 18 11:41:42 2010 +0200 @@ -1,7 +1,7 @@ #!/bin/bash BRANCH="mozilla-central" -RELEASE_TAG="FIREFOX_4_0b3_RELEASE" +RELEASE_TAG="FIREFOX_4_0b4_RELEASE" VERSION="2.0b" # mozilla diff -r 5bf88897596f -r d04c09ee4ce4 mozilla-xulrunner20/mozilla-xulrunner20.spec --- a/mozilla-xulrunner20/mozilla-xulrunner20.spec Fri Aug 13 11:24:05 2010 +0200 +++ b/mozilla-xulrunner20/mozilla-xulrunner20.spec Wed Aug 18 11:41:42 2010 +0200 @@ -35,8 +35,8 @@ License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ Version: 2.0b Release: 1 -%define releasedate 2010081000 -%define version_internal 2.0b4pre +%define releasedate 2010081700 +%define version_internal 2.0b4 %define apiversion 2.0 %define uaweight 199900 Summary: Mozilla Runtime Environment 2.0 @@ -268,6 +268,7 @@ ac_add_options --enable-startup-notification ac_add_options --enable-url-classifier ac_add_options --enable-system-hunspell +ac_add_options --enable-shared-js #ac_add_options --enable-debug EOF %if %has_system_nspr