summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-05-02 13:37:20 +0200
committerMartin Stransky <stransky@redhat.com>2022-05-02 13:37:20 +0200
commite4c24fcfb33af407441f9377647a5fc1cf4efcb7 (patch)
treebe8171ff167600cd45a9a340472ff7d5f82a8ffa /firefox.spec
parentFixing bookmark install location - rhbz#2054953 (diff)
downloadlibrewolf-fedora-ff-e4c24fcfb33af407441f9377647a5fc1cf4efcb7.tar.gz
librewolf-fedora-ff-e4c24fcfb33af407441f9377647a5fc1cf4efcb7.tar.bz2
librewolf-fedora-ff-e4c24fcfb33af407441f9377647a5fc1cf4efcb7.zip
Updated to 100.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/firefox.spec b/firefox.spec
index 5462cd5..d87dfd1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -162,13 +162,13 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 99.0.1
-Release: 2%{?pre_tag}%{?dist}
+Version: 100.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}-20220413.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20220502.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -217,6 +217,7 @@ Patch55: firefox-testing.patch
Patch61: firefox-glibc-dynstack.patch
Patch62: build-python.patch
Patch71: 0001-GLIBCXX-fix-for-GCC-12.patch
+Patch72: D142373.diff
# Test patches
# Generate without context by
@@ -241,8 +242,6 @@ Patch402: mozilla-1196777.patch
Patch407: mozilla-1667096.patch
Patch408: mozilla-1663844.patch
Patch415: mozilla-1670333.patch
-Patch416: D141827.diff
-Patch417: D141828.diff
# PGO/LTO patches
Patch600: pgo.patch
@@ -460,6 +459,7 @@ This package contains results of tests executed during build.
%patch53 -p1 -b .firefox-gcc-build
%patch54 -p1 -b .1669639
%patch71 -p1 -b .0001-GLIBCXX-fix-for-GCC-12
+%patch72 -p1 -b .D142373
# Test patches
#%patch100 -p1 -b .firefox-tests-xpcshell
@@ -482,8 +482,6 @@ This package contains results of tests executed during build.
%patch407 -p1 -b .1667096
%patch408 -p1 -b .1663844
%patch415 -p1 -b .1670333
-%patch416 -p1 -b .D141827
-%patch417 -p1 -b .D141828
# PGO patches
%if %{build_with_pgo}
@@ -1050,6 +1048,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon May 2 2022 Martin Stransky <stransky@redhat.com>- 100.0-1
+- Updated to 100.0
+
* Thu Apr 28 2022 Jan Horak <jhorak@redhat.com> - 99.0.1-2
- Fixing bookmark install location - rhbz#2054953
bgstack15