work towards ff82
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 07 Oct 2020 13:52:29 +0200
changeset 1147 e81381ea5f3d
parent 1146 1d5f5674df6c
child 1148 7ffbf55add92
work towards ff82
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/_constraints
MozillaFirefox/tar_stamps
--- 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 <wr@rosenauer.org>
-
-- try to remove python2 dependencies
+Thu Oct  1 20:00:27 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
+
+- 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 <guillaume.gardet@opensuse.org>
+
+- Increase disk requirements in _constraints to match current needs
 
 -------------------------------------------------------------------
 Fri Sep 18 06:22:40 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
--- 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
--- 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 @@
 <constraints>
   <hardware>
     <disk>
-      <size unit="G">25</size>
+      <size unit="G">36</size>
     </disk>
     <memory>
       <size unit="G">8</size>
--- 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"