summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-03-04 12:30:27 +0100
committerMartin Stransky <stransky@redhat.com>2020-03-04 12:30:27 +0100
commit536fbf71958681e33a701351bbe62760b494830f (patch)
tree1655be462741499268fabc906f0505f99e122b48 /firefox.spec
parentMerge branch 'master' into f32 (diff)
downloadlibrewolf-fedora-ff-536fbf71958681e33a701351bbe62760b494830f.tar.gz
librewolf-fedora-ff-536fbf71958681e33a701351bbe62760b494830f.tar.bz2
librewolf-fedora-ff-536fbf71958681e33a701351bbe62760b494830f.zip
added mozbz#1609538
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 0a1602d..418de36 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -184,6 +184,7 @@ Patch422: mozilla-1580174-webrtc-popup.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
+Patch575: mozilla-1609538.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -388,6 +389,7 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%patch574 -p1 -b .firefox-pipewire
+%patch575 -p1 -b .mozilla-1609538
# PGO patches
%patch600 -p1 -b .pgo
@@ -965,6 +967,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Mar 03 2020 Martin Stransky <stransky@redhat.com> - 74.0-1
- Update to 74.0 Build 1
+- Added mozbz#1609538
* Mon Feb 24 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-4
- Using pipewire-0.2 as buildrequire
bgstack15