# HG changeset patch # User Wolfgang Rosenauer # Date 1392641371 -3600 # Node ID 72225e57f8634609d3dd60f7e010f2ed6af37063 # Parent 52284fd63667f15c6c0650e243195f2fc7f3d884 update to 27.0.1 added google api key for geolocation support diff -r 52284fd63667 -r 72225e57f863 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Wed Feb 05 07:13:27 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Feb 17 13:49:31 2014 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Mon Feb 17 11:59:28 UTC 2014 - wr@rosenauer.org + +- update to Firefox 27.0.1 + * Fixed stability issues with Greasemonkey and other JS that used + ClearTimeoutOrInterval + * JS math correctness issue (bnc#941381) +- incorporate Google API key for geolocation (bnc#864170) +- updated list of "other" locales in RPM requirements + +------------------------------------------------------------------- Tue Jan 28 15:45:41 UTC 2014 - wr@rosenauer.org - update to Firefox 27.0 (bnc#861847) diff -r 52284fd63667 -r 72225e57f863 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Feb 05 07:13:27 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Feb 17 13:49:31 2014 +0100 @@ -18,7 +18,7 @@ %define major 27 -%define mainver %major.0 +%define mainver %major.0.1 %define update_channel release %if %suse_version > 1220 @@ -63,7 +63,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014012800 +%define releasedate 2014021500 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -140,6 +140,10 @@ %define desktop_file_name %{name} %endif ### build options +# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys +# Note: these are for the openSUSE Firefox builds ONLY. For your own distribution, +# please get your own set of keys. +%define _google_api_key AIzaSyD1hTe85_a14kr1Ks8T3Ce75rvbR1_Dx7Q %define branding 1 %define localize 1 %ifarch ppc ppc64 ppc64le s390 s390x ia64 %arm @@ -275,6 +279,7 @@ export MOZILLA_OFFICIAL=1 export BUILD_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 +export MOZ_GOOGLE_API_KEY=%{_google_api_key} export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing" %ifarch %arm export CFLAGS="${CFLAGS/-g / }" diff -r 52284fd63667 -r 72225e57f863 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Wed Feb 05 07:13:27 2014 +0100 +++ b/MozillaFirefox/create-tar.sh Mon Feb 17 13:49:31 2014 +0100 @@ -2,8 +2,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_27_0_RELEASE" -VERSION="27.0" +RELEASE_TAG="FIREFOX_27_0_1_RELEASE" +VERSION="27.0.1" # mozilla if [ -d mozilla ]; then