summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-03-17 22:10:33 +0100
committerMartin Stransky <stransky@redhat.com>2020-03-17 22:10:33 +0100
commitcd20e6c285a4631911b91290d5f158dfaf43dfb6 (patch)
tree62eb45f48eeb44b5dc71547b7651bed7bd82bb11 /firefox.spec
parentmerged with master (diff)
downloadlibrewolf-fedora-ff-cd20e6c285a4631911b91290d5f158dfaf43dfb6.tar.gz
librewolf-fedora-ff-cd20e6c285a4631911b91290d5f158dfaf43dfb6.tar.bz2
librewolf-fedora-ff-cd20e6c285a4631911b91290d5f158dfaf43dfb6.zip
Added fix for mozbz#1623106
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 589f24c..aedf653 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -184,6 +184,7 @@ Patch417: bug1375074-save-restore-x28.patch
Patch422: mozilla-1580174-webrtc-popup.patch
Patch423: mozilla-1620973.patch
Patch424: mozilla-1615098.patch
+Patch425: mozilla-1623106.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
@@ -386,6 +387,7 @@ This package contains results of tests executed during build.
#%patch241 -p1 -b .kiosk-workaround
%patch423 -p1 -b .1620973
%patch424 -p1 -b .1615098
+%patch425 -p1 -b .1623106
%patch402 -p1 -b .1196777
%ifarch %{arm}
@@ -964,6 +966,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-9
- Added fix for mozbz#1623060
+- Added fix for mozbz#1623106
* Tue Mar 17 2020 Jan Grulich <jgrulich@redhat.com> - 74-0-8
- Add support for window sharing
bgstack15