summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-03-01 12:33:16 +0100
committerMartin Stransky <stransky@redhat.com>2022-03-01 12:33:16 +0100
commite07951b09b0838bb0ae8531c7c7419e04c711cf0 (patch)
tree5320a0338b9fcafdd86e299f73292e35b2b49017 /firefox.spec
parentUpdated to 97.0.1 / GCC 12 build fixes (diff)
downloadlibrewolf-fedora-ff-e07951b09b0838bb0ae8531c7c7419e04c711cf0.tar.gz
librewolf-fedora-ff-e07951b09b0838bb0ae8531c7c7419e04c711cf0.tar.bz2
librewolf-fedora-ff-e07951b09b0838bb0ae8531c7c7419e04c711cf0.zip
Updated to 98.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 37bc621..bbfc8a3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -162,13 +162,13 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 97.0.1
+Version: 98.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}-20220218.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20220301.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -459,7 +459,7 @@ This package contains results of tests executed during build.
%patch49 -p1 -b .build-arm-libaom
%patch53 -p1 -b .firefox-gcc-build
%patch54 -p1 -b .1669639
-%patch55 -p1 -b .testing
+#%patch55 -p1 -b .testing
%patch57 -p1 -b .ffvpx-with-vapi
#%patch64 -p1 -b .1753402
%patch65 -p1 -b .D139022
@@ -467,7 +467,7 @@ This package contains results of tests executed during build.
%patch67 -p1 -b .D139088
# Test patches
-%patch100 -p1 -b .firefox-tests-xpcshell
+#%patch100 -p1 -b .firefox-tests-xpcshell
#%patch101 -p1 -b .firefox-tests-reftest
%patch102 -p1 -b .firefox-tests-xpcshell-freeze
@@ -1051,6 +1051,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 1 2022 Martin Stransky <stransky@redhat.com> - 98.0-1
+- Updated to 98.0
+
* Fri Feb 18 2022 Martin Stransky <stransky@redhat.com> - 97.0.1-1
- Updated to 97.0.1
- GCC 12 build fixes
bgstack15