summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec21
1 files changed, 7 insertions, 14 deletions
diff --git a/firefox.spec b/firefox.spec
index e97739c..a081828 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -115,7 +115,7 @@ ExcludeArch: armv7hl
%if %{?system_nss}
%global nspr_version 4.26
%global nspr_build_version %{nspr_version}
-%global nss_version 3.66
+%global nss_version 3.68
%global nss_build_version %{nss_version}
%endif
@@ -151,13 +151,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 90.0.2
-Release: 2%{?pre_tag}%{?dist}
+Version: 91.0
+Release: 1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20210722.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20210810.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -206,9 +206,6 @@ Patch53: firefox-gcc-build.patch
Patch54: mozilla-1669639.patch
Patch55: firefox-testing.patch
Patch57: firefox-disable-ffvpx-with-vapi.patch
-Patch58: firefox-crashreporter-build.patch
-Patch59: build-python-1.patch
-Patch60: build-python-2.patch
Patch61: firefox-glibc-dynstack.patch
# Test patches
@@ -235,8 +232,6 @@ Patch407: mozilla-1667096.patch
Patch408: mozilla-1663844.patch
Patch415: mozilla-1670333.patch
Patch420: mochitest-wayland-workaround.patch
-Patch423: mozilla-1646135.patch
-Patch424: mozilla-1715254.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -450,9 +445,6 @@ This package contains results of tests executed during build.
%patch54 -p1 -b .1669639
%patch55 -p1 -b .testing
%patch57 -p1 -b .ffvpx-with-vapi
-%patch58 -p1 -b .firefox-crashreporter-build
-%patch59 -p1 -b .build-python-1
-%patch60 -p1 -b .build-python-2
%patch61 -p1 -b .glibc-dynstack
# Test patches
@@ -477,8 +469,6 @@ This package contains results of tests executed during build.
%patch408 -p1 -b .1663844
%patch415 -p1 -b .1670333
%patch420 -p1 -b .mochitest-wayland-workaround
-%patch423 -p1 -b .1646135
-%patch424 -p1 -b .1715254
# PGO patches
%if %{build_with_pgo}
@@ -1049,6 +1039,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Aug 10 2021 Martin Stransky <stransky@redhat.com> - 91.0-1
+- Updated to 91.0
+
* Wed Aug 04 2021 Martin Stransky <stransky@redhat.com> - 90.0.2-2
- Added fix for rhbz#1988841 - Allow unsigned extensions when installed
under non-user-writable dirs.
bgstack15