diff options
author | Martin Stransky <stransky@redhat.com> | 2021-09-07 10:47:32 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-09-07 10:47:32 +0200 |
commit | 02021e6135afef779e2a8f901ea95c5fcc9dab98 (patch) | |
tree | 2e523df122eb495425d796058f37d40498ca080e /firefox.spec | |
parent | Updated to 92.0 (diff) | |
download | librewolf-fedora-ff-02021e6135afef779e2a8f901ea95c5fcc9dab98.tar.gz librewolf-fedora-ff-02021e6135afef779e2a8f901ea95c5fcc9dab98.tar.bz2 librewolf-fedora-ff-02021e6135afef779e2a8f901ea95c5fcc9dab98.zip |
Added fix for mozbz#1708709
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 ac58af1..079c16b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -238,6 +238,7 @@ Patch408: mozilla-1663844.patch Patch415: mozilla-1670333.patch Patch420: mochitest-wayland-workaround.patch Patch422: mozilla-1728749.patch +Patch423: mozilla-1708709.patch # PGO/LTO patches Patch600: pgo.patch @@ -476,6 +477,7 @@ This package contains results of tests executed during build. %patch415 -p1 -b .1670333 %patch420 -p1 -b .mochitest-wayland-workaround %patch422 -p1 -b .1728749 +%patch423 -p1 -b .1708709 # PGO patches %if %{build_with_pgo} @@ -1049,6 +1051,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Fri Sep 3 2021 Martin Stransky <stransky@redhat.com> - 92.0 - Updated to 92.0 - Added fix for mozbz#1728749 +- Added fix for mozbz#1708709 * Thu Aug 26 2021 Martin Stransky <stransky@redhat.com> - 91.0.2-1 - Updated to 91.0.2 |