diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-23 10:30:49 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-23 10:30:49 +0200 |
commit | 899bfb43c6d5382bbd5a11432fe645edc697b5a2 (patch) | |
tree | c4c5178a941f499ffa8edbede71ef504f4b7cd72 /firefox.spec | |
parent | Added missing patch (diff) | |
download | librewolf-fedora-ff-899bfb43c6d5382bbd5a11432fe645edc697b5a2.tar.gz librewolf-fedora-ff-899bfb43c6d5382bbd5a11432fe645edc697b5a2.tar.bz2 librewolf-fedora-ff-899bfb43c6d5382bbd5a11432fe645edc697b5a2.zip |
Added fix for mozbz#1580595 - mouse pointer lock.
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 2cbe553..eeb0ec3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -234,6 +234,7 @@ Patch417: mozilla-1702606.patch Patch418: mozilla-1703657.patch Patch419: mozilla-1703763.patch Patch420: mochitest-wayland-workaround.patch +Patch421: mozilla-1580595.patch # PGO/LTO patches Patch600: pgo.patch @@ -471,6 +472,7 @@ This package contains results of tests executed during build. %patch418 -p1 -b .1703657 %patch419 -p1 -b .1703763 %patch420 -p1 -b .mochitest-wayland-workaround +%patch421 -p1 -b .1580595 # PGO patches %if %{build_with_pgo} @@ -1023,6 +1025,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Thu Apr 22 2021 Martin Stransky <stransky@redhat.com> - 88.0-4 - Run with mochitest test suite. +- Added fix for mozbz#1580595 - mouse pointer lock. * Thu Apr 22 2021 Martin Stransky <stransky@redhat.com> - 88.0-3 - Build with crashreporter enabled. |