# HG changeset patch # User Wolfgang Rosenauer # Date 1540822102 -3600 # Node ID 0831123bc28a30ae75942fa20fe59758ce395f90 # Parent 4b99400f6d170380f89f46ee48cc56c446049b23 final 63.0 release preparations diff -r 4b99400f6d17 -r 0831123bc28a MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Mon Oct 22 11:26:41 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Oct 29 15:08:22 2018 +0100 @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Sun Oct 21 07:24:17 UTC 2018 - wr@rosenauer.org - -- update to Firefox 63.0b14 +Mon Oct 29 14:07:51 UTC 2018 - wr@rosenauer.org + +- update to Firefox 63.0 * WebExtensions now run in their own process on Linux * The Ctrl+Tab shortcut now displays thumbnail previews of your tabs and cycles through tabs in recently used order. This new diff -r 4b99400f6d17 -r 0831123bc28a MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Oct 22 11:26:41 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Oct 29 15:08:22 2018 +0100 @@ -18,13 +18,13 @@ # changed with every update -%define major 62 -%define mainver %major.99 +%define major 63 +%define mainver %major.0 %define orig_version 63.0 -%define orig_suffix b14 -%define update_channel beta +%define orig_suffix %{nil} +%define update_channel release %define branding 1 -%define releasedate 20181011200118 +%define releasedate 20181018182531 %define source_prefix firefox-%{orig_version} # PIE, full relro (x86_64 for now) diff -r 4b99400f6d17 -r 0831123bc28a MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Oct 22 11:26:41 2018 +0200 +++ b/MozillaFirefox/create-tar.sh Mon Oct 29 15:08:22 2018 +0100 @@ -5,11 +5,11 @@ # "moz_source_stamp": "c1de04f39fa956cfce83f6065b0e709369215ed5" # http://ftp.mozilla.org/pub/firefox/candidates/48.0-candidates/build2/l10n_changesets.txt -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_63_0b14_RELEASE" +RELEASE_TAG="FIREFOX_63_0_RELEASE" VERSION="63.0" -VERSION_SUFFIX="b14" +VERSION_SUFFIX="" LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json" # check required tools diff -r 4b99400f6d17 -r 0831123bc28a MozillaFirefox/source-stamp.txt --- a/MozillaFirefox/source-stamp.txt Mon Oct 22 11:26:41 2018 +0200 +++ b/MozillaFirefox/source-stamp.txt Mon Oct 29 15:08:22 2018 +0100 @@ -1,2 +1,2 @@ -REV=91955baf362b -REPO=http://hg.mozilla.org/releases/mozilla-beta +REV=84219fbf133c +REPO=http://hg.mozilla.org/releases/mozilla-release