diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 3964ab5..1c3383f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -118,7 +118,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 74.0 -Release: 8%{?nss_tag}%{?dist} +Release: 11%{?nss_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 @@ -184,10 +184,12 @@ 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 Patch575: mozilla-1609538.patch +Patch576: mozilla-1623060.patch # PGO/LTO patches Patch600: pgo.patch @@ -385,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} @@ -394,6 +397,7 @@ This package contains results of tests executed during build. # Wayland specific upstream patches %patch574 -p1 -b .firefox-pipewire %patch575 -p1 -b .mozilla-1609538 +%patch576 -p1 -b .mozilla-1623060 # PGO patches %patch600 -p1 -b .pgo @@ -960,6 +964,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-11 +- Added fix for mozbz#1623106 + +* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-9 +- Added fix for mozbz#1623060 + * Tue Mar 17 2020 Jan Grulich <jgrulich@redhat.com> - 74-0-8 - Add support for window sharing |