summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-12-23 11:57:55 +0100
committerMartin Stransky <stransky@redhat.com>2021-12-23 11:57:55 +0100
commit951280922dcb144f6ecf59d79f66ff4bbe88b421 (patch)
tree2d909bf2a1f09847795706dab6d226f734c45ac9 /firefox.spec
parentAdded Fedora 36 build fix (mzbz#1745560) (diff)
downloadlibrewolf-fedora-ff-951280922dcb144f6ecf59d79f66ff4bbe88b421.tar.gz
librewolf-fedora-ff-951280922dcb144f6ecf59d79f66ff4bbe88b421.tar.bz2
librewolf-fedora-ff-951280922dcb144f6ecf59d79f66ff4bbe88b421.zip
Added fix fox mozbz#1744896 (VSync)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 42b28a7..1646bbc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -163,7 +163,7 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 95.0.2
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?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
@@ -245,6 +245,7 @@ Patch407: mozilla-1667096.patch
Patch408: mozilla-1663844.patch
Patch415: mozilla-1670333.patch
Patch420: mochitest-wayland-workaround.patch
+Patch421: mozilla-1744896.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -487,6 +488,7 @@ This package contains results of tests executed during build.
%patch408 -p1 -b .1663844
%patch415 -p1 -b .1670333
#%patch420 -p1 -b .mochitest-wayland-workaround
+%patch421 -p1 -b .1744896
# PGO patches
%if %{build_with_pgo}
@@ -1056,6 +1058,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Dec 23 2021 Martin Stransky <stransky@redhat.com> - 95.0.2-4
+- Added fix fox mozbz#1744896 (VSync)
+
* Wed Dec 22 2021 Martin Stransky <stransky@redhat.com> - 95.0.2-3
- Added Fedora 36 build fix (mzbz#1745560)
bgstack15