# HG changeset patch # User Wolfgang Rosenauer # Date 1602071549 -7200 # Node ID e81381ea5f3d00a2dcb036fa39da6365bde39ce9 # Parent 1d5f5674df6caeb631f1e4d0763a11d82885aeb3 work towards ff82 diff -r 1d5f5674df6c -r e81381ea5f3d MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Wed Oct 07 13:48:57 2020 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Wed Oct 07 13:52:29 2020 +0200 @@ -1,7 +1,14 @@ ------------------------------------------------------------------- -Tue Sep 29 11:58:46 UTC 2020 - Wolfgang Rosenauer - -- try to remove python2 dependencies +Thu Oct 1 20:00:27 UTC 2020 - Wolfgang Rosenauer + +- Mozilla Firefox 81.0.1 + * https://www.mozilla.org/en-US/firefox/81.0.1/releasenotes/ +- remove obsolete python2 build requires + +------------------------------------------------------------------- +Wed Sep 30 18:49:10 UTC 2020 - Guillaume GARDET + +- Increase disk requirements in _constraints to match current needs ------------------------------------------------------------------- Fri Sep 18 06:22:40 UTC 2020 - Wolfgang Rosenauer diff -r 1d5f5674df6c -r e81381ea5f3d MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Oct 07 13:48:57 2020 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Oct 07 13:52:29 2020 +0200 @@ -30,10 +30,10 @@ # major 69 # mainver %major.99 %define major 81 -%define mainver %major.0 -%define orig_version 81.0 -%define orig_suffix %{nil} -%define update_channel release +%define mainver %major.99 +%define orig_version 82.0 +%define orig_suffix b6 +%define update_channel beta %define branding 1 %define devpkg 1 @@ -100,17 +100,17 @@ BuildRequires: libiw-devel BuildRequires: libproxy-devel BuildRequires: makeinfo -BuildRequires: mozilla-nspr-devel >= 4.28 -BuildRequires: mozilla-nss-devel >= 3.56 +BuildRequires: mozilla-nspr-devel >= 4.29 +BuildRequires: mozilla-nss-devel >= 3.57 BuildRequires: nasm >= 2.14 BuildRequires: nodejs10 >= 10.21.0 %if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000 BuildRequires: python-libxml2 BuildRequires: python36 %else -BuildRequires: python3-devel BuildRequires: python3 >= 3.5 BuildRequires: python3-curses +BuildRequires: python3-devel %endif BuildRequires: rust >= 1.43 BuildRequires: rust-cbindgen >= 0.14.3 diff -r 1d5f5674df6c -r e81381ea5f3d MozillaFirefox/_constraints --- a/MozillaFirefox/_constraints Wed Oct 07 13:48:57 2020 +0200 +++ b/MozillaFirefox/_constraints Wed Oct 07 13:52:29 2020 +0200 @@ -2,7 +2,7 @@ - 25 + 36 8 diff -r 1d5f5674df6c -r e81381ea5f3d MozillaFirefox/tar_stamps --- a/MozillaFirefox/tar_stamps Wed Oct 07 13:48:57 2020 +0200 +++ b/MozillaFirefox/tar_stamps Wed Oct 07 13:52:29 2020 +0200 @@ -1,11 +1,11 @@ PRODUCT="firefox" -CHANNEL="release" -VERSION="81.0" -VERSION_SUFFIX="" -PREV_VERSION="80.0.1" +CHANNEL="beta" +VERSION="82.0" +VERSION_SUFFIX="b6" +PREV_VERSION="81.0.1" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation -RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-release" -RELEASE_TAG="080f865dcb5a2427138f686afa8e72ba81936743" -RELEASE_TIMESTAMP="20200917005511" +RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-beta" +RELEASE_TAG="c26cb74e7bcb7d18bbd54b4bf2854be9ec47b03b" +RELEASE_TIMESTAMP="20201001171107"