update to 27.0.1 firefox27
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 17 Feb 2014 13:49:31 +0100
branchfirefox27
changeset 704 72225e57f863
parent 700 52284fd63667
child 705 6482e73722b6
update to 27.0.1 added google api key for geolocation support
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- 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)
--- 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 / }"
--- 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