diff options
author | Martin Stransky <stransky@redhat.com> | 2022-06-17 12:54:46 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2022-06-17 12:54:46 +0200 |
commit | 5128ca8e5f4dd6b3d38216891efc0d43189a2205 (patch) | |
tree | 526c4c0d838f59eb62fc94a4ef9517aa7d019cb5 /firefox.spec | |
parent | Added fix for mozbz#1758948 (AV1 VA-API playback shuttering) (diff) | |
download | librewolf-fedora-ff-5128ca8e5f4dd6b3d38216891efc0d43189a2205.tar.gz librewolf-fedora-ff-5128ca8e5f4dd6b3d38216891efc0d43189a2205.tar.bz2 librewolf-fedora-ff-5128ca8e5f4dd6b3d38216891efc0d43189a2205.zip |
Added fix for mozilla#1774271
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 1e7b348..83ad16f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -163,7 +163,7 @@ ExcludeArch: aarch64 Summary: Mozilla Firefox Web browser Name: firefox Version: 101.0.1 -Release: 5%{?pre_tag}%{?dist} +Release: 6%{?pre_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 @@ -273,6 +273,7 @@ Patch443: D149135.diff Patch444: D148946.diff Patch445: D149238.diff Patch446: mozilla-1758948.patch +Patch447: mozilla-1774271.patch # PGO/LTO patches Patch600: pgo.patch @@ -545,6 +546,7 @@ This package contains results of tests executed during build. %patch444 -p1 -b .D148946.diff %patch445 -p1 -b .D149238.diff %patch446 -p1 -b .mozbz#1758948 +%patch447 -p1 -b .mozbz#1774271 # PGO patches %if %{build_with_pgo} @@ -1118,6 +1120,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Jun 17 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-6 +- Added fix for mozbz#1774271 - Intel/dmabuf export issues. + * Wed Jun 15 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-5 - Added fix for mozbz#1758948 (AV1 VA-API playback shuttering) |