# HG changeset patch # User Wolfgang Rosenauer # Date 1439224890 -7200 # Node ID 255a6c12c85f330ae173d457d878f80168b308b9 # Parent b8713c1e21560e24fd3a916aafb65cdd3c090a97 38.2.0 diff -r b8713c1e2156 -r 255a6c12c85f MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Mon Aug 10 18:36:20 2015 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Aug 10 18:41:30 2015 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Aug 10 16:40:17 UTC 2015 - wr@rosenauer.org + +- update to Firefox 38.2.0esr (bnc#940806) +- rebased mozilla-repo.patch + +------------------------------------------------------------------- Fri Aug 7 09:24:56 UTC 2015 - wr@rosenauer.org - security update to Firefox 38.1.1 (bnc#940918) diff -r b8713c1e2156 -r 255a6c12c85f MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Aug 10 18:36:20 2015 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Aug 10 18:41:30 2015 +0200 @@ -19,9 +19,9 @@ # changed with every update %define major 38 -%define mainver %major.1.1 +%define mainver %major.2.0 %define update_channel esr38 -%define releasedate 2015080600 +%define releasedate 2015080900 # general build definitions %if "%{update_channel}" != "aurora" diff -r b8713c1e2156 -r 255a6c12c85f MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Aug 10 18:36:20 2015 +0200 +++ b/MozillaFirefox/create-tar.sh Mon Aug 10 18:41:30 2015 +0200 @@ -2,8 +2,8 @@ CHANNEL="esr38" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_38_1_1esr_RELEASE" -VERSION="38.1.1" +RELEASE_TAG="FIREFOX_38_2_0esr_RELEASE" +VERSION="38.2.0" # mozilla if [ -d mozilla ]; then diff -r b8713c1e2156 -r 255a6c12c85f MozillaFirefox/firefox-esr.changes --- a/MozillaFirefox/firefox-esr.changes Mon Aug 10 18:36:20 2015 +0200 +++ b/MozillaFirefox/firefox-esr.changes Mon Aug 10 18:41:30 2015 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Aug 10 16:40:17 UTC 2015 - wr@rosenauer.org + +- update to Firefox 38.2.0esr (bnc#940806) +- rebased mozilla-repo.patch + +------------------------------------------------------------------- Fri Aug 7 09:24:56 UTC 2015 - wr@rosenauer.org - security update to Firefox 38.1.1 (bnc#940918) diff -r b8713c1e2156 -r 255a6c12c85f MozillaFirefox/firefox-esr.spec --- a/MozillaFirefox/firefox-esr.spec Mon Aug 10 18:36:20 2015 +0200 +++ b/MozillaFirefox/firefox-esr.spec Mon Aug 10 18:41:30 2015 +0200 @@ -19,9 +19,9 @@ # changed with every update %define major 38 -%define mainver %major.1.1 +%define mainver %major.2.0 %define update_channel esr38 -%define releasedate 2015080600 +%define releasedate 2015080900 # general build definitions %if "%{update_channel}" != "aurora" diff -r b8713c1e2156 -r 255a6c12c85f mozilla-repo.patch --- a/mozilla-repo.patch Mon Aug 10 18:36:20 2015 +0200 +++ b/mozilla-repo.patch Mon Aug 10 18:41:30 2015 +0200 @@ -1,11 +1,11 @@ # HG changeset patch # Parent 80b6464bd883864fce57e8748010869af1be69e9 -# Parent 7f246bc54e416716e50efe50c0edf154b26be658 +# Parent 09047118c6e38c5be50e391348eef3e993b266b5 diff --git a/toolkit/mozapps/installer/package-name.mk b/toolkit/mozapps/installer/package-name.mk --- a/toolkit/mozapps/installer/package-name.mk +++ b/toolkit/mozapps/installer/package-name.mk -@@ -137,24 +137,24 @@ else +@@ -142,24 +142,24 @@ else BUILDID = $(shell $(PYTHON) $(MOZILLA_DIR)/config/printconfigsetting.py $(DIST)/bin/platform.ini Build BuildID) endif @@ -29,6 +29,6 @@ MOZ_SOURCESTAMP_FILE = $(DIST)/$(PKG_PATH)/$(MOZ_INFO_BASENAME).txt MOZ_BUILDINFO_FILE = $(DIST)/$(PKG_PATH)/$(MOZ_INFO_BASENAME).json MOZ_MOZINFO_FILE = $(DIST)/$(PKG_PATH)/$(MOZ_INFO_BASENAME).mozinfo.json + MOZ_TEST_PACKAGES_FILE = $(DIST)/$(PKG_PATH)/test_packages.json # JavaScript Shell - PKG_JSSHELL = $(DIST)/jsshell-$(MOZ_PKG_PLATFORM).zip