update to 28.0b3
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 17 Feb 2014 14:00:37 +0100
changeset 705 6482e73722b6
parent 703 c4aab80e472f (current diff)
parent 704 72225e57f863 (diff)
child 707 bfa2e0576454
update to 28.0b3 merge Google api key from firefox27 branch
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Feb 07 22:10:42 2014 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Feb 17 14:00:37 2014 +0100
@@ -1,12 +1,22 @@
 -------------------------------------------------------------------
-Fri Feb  7 13:34:20 UTC 2014 - wr@rosenauer.org
-
-- update to Firefox 28.0b1
+Mon Feb 17 12:57:51 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 28.0b3
 - requires NSPR 4.10.3
 - new build dependency:
   * libpulse
 
 -------------------------------------------------------------------
+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	Fri Feb 07 22:10:42 2014 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Feb 17 14:00:37 2014 +0100
@@ -64,7 +64,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2014020500
+%define         releasedate 2014021700
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
@@ -142,6 +142,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	Fri Feb 07 22:10:42 2014 +0100
+++ b/MozillaFirefox/create-tar.sh	Mon Feb 17 14:00:37 2014 +0100
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_28_01_RELEASE"
+RELEASE_TAG="FIREFOX_28_0b3_RELEASE"
 VERSION="27.99"
 
 # mozilla