diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 1f5c86c..3baeba9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -118,7 +118,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 74.0.1 -Release: 2%{?nss_tag}%{?dist} +Release: 3%{?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 @@ -192,6 +192,7 @@ Patch574: firefox-pipewire.patch Patch575: mozilla-1609538.patch Patch576: mozilla-1623060.patch Patch577: mozilla-1624745.patch +Patch578: mozilla-1627469.patch # PGO/LTO patches Patch600: pgo.patch @@ -403,6 +404,7 @@ This package contains results of tests executed during build. %patch575 -p1 -b .mozilla-1609538 %patch576 -p1 -b .mozilla-1623060 %patch577 -p1 -b .mozilla-1624745 +%patch578 -p1 -b .mozilla-1627469 # PGO patches %patch600 -p1 -b .pgo @@ -969,6 +971,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Apr 06 2020 Martin Stransky <stransky@redhat.com> - 74.0.1-3 +- Added fix for mozbz#1627469 + * Mon Apr 06 2020 Jan Horak <jhorak@redhat.com> - 74.0.1-2 - Fixing pipewire patch |