From 2e55657fde0ad36a57cfc72250c3a9555632d98356ac5ec22501121e9414487c Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 23 Feb 2014 10:04:06 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=366 --- MozillaFirefox.changes | 10 ++++++++++ MozillaFirefox.spec | 11 ++++++++--- compare-locales.tar.xz | 4 ++-- create-tar.sh | 4 ++-- firefox-27.0-source.tar.xz | 3 --- firefox-27.0.1-source.tar.xz | 3 +++ l10n-27.0.1.tar.xz | 3 +++ l10n-27.0.tar.xz | 3 --- source-stamp.txt | 2 +- 9 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 firefox-27.0-source.tar.xz create mode 100644 firefox-27.0.1-source.tar.xz create mode 100644 l10n-27.0.1.tar.xz delete mode 100644 l10n-27.0.tar.xz diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 38f6fd7..3d18a45 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 2fd5f15..767e645 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -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 @@ Recommends: gstreamer-0_10-plugins-ffmpeg %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 @@ Obsoletes: libproxy1-pacrunner-mozjs <= 0.4.7 %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 @@ -181,7 +185,7 @@ of Firefox. %package translations-other Summary: Extra translations for Firefox Group: System/Localization -Provides: locale(%{name}:ach;af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;cy;en_ZA;eo;es_MX;et;eu;fa;ff;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;km;kn;ku;lg;lij;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;vi;zu) +Provides: locale(%{name}:ach;af;an;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;cy;en_ZA;eo;es_MX;et;eu;fa;ff;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;km;kn;ku;lij;lt;lv;mai;mk;ml;mr;nn_NO;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;te;th;tr;uk;vi;xh;zu Requires: %{name} = %{version} Obsoletes: %{name}-translations < %{version}-%{release} @@ -275,6 +279,7 @@ export MOZ_BUILD_DATE=%{releasedate} 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 --git a/compare-locales.tar.xz b/compare-locales.tar.xz index ab34b63..e67cf28 100644 --- a/compare-locales.tar.xz +++ b/compare-locales.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:925045a93d7b70e312ce410d09582e98c04d6ddcd9183e7a93d24d799b716690 -size 28536 +oid sha256:fce50becd6e1179c7c5b5f230465ba32e94e5351dd8d7fbc1abf3b8e860360a9 +size 28504 diff --git a/create-tar.sh b/create-tar.sh index 2d5f7a0..2715024 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -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 diff --git a/firefox-27.0-source.tar.xz b/firefox-27.0-source.tar.xz deleted file mode 100644 index 9b4490b..0000000 --- a/firefox-27.0-source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f922d2681282c9aad357c75ce4ee4444d1ba3e51605fac6b74b83233fdbdfe55 -size 109193288 diff --git a/firefox-27.0.1-source.tar.xz b/firefox-27.0.1-source.tar.xz new file mode 100644 index 0000000..2f3849e --- /dev/null +++ b/firefox-27.0.1-source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebf7ed7703fe0ca6ad7a4a2b3fb5e2d09fb23c17415eb98b2302b099d024bb0 +size 109073252 diff --git a/l10n-27.0.1.tar.xz b/l10n-27.0.1.tar.xz new file mode 100644 index 0000000..b60635e --- /dev/null +++ b/l10n-27.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10917d32a8d3390de5e28ae85bb2b59e5345b18911b99363bfe0386071072b88 +size 39217108 diff --git a/l10n-27.0.tar.xz b/l10n-27.0.tar.xz deleted file mode 100644 index e1e338f..0000000 --- a/l10n-27.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:867742195ba16ca16fdd6b694af55e41b22f6870790866f254f6d7978c7b8d61 -size 38668932 diff --git a/source-stamp.txt b/source-stamp.txt index 519fad0..3838911 100644 --- a/source-stamp.txt +++ b/source-stamp.txt @@ -1,2 +1,2 @@ -REV=b8896fee530d +REV=0414e679f2ab REPO=http://hg.mozilla.org/releases/mozilla-release