diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-15 10:23:50 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-15 10:23:50 +0100 |
commit | 8d06c8b3e1b581623d756e524ead56d0a427725c (patch) | |
tree | 0d4f1f6215f87455801dfcc588d99c8ee07a1807 /firefox.spec | |
parent | firefox test package name fix (diff) | |
download | librewolf-fedora-ff-8d06c8b3e1b581623d756e524ead56d0a427725c.tar.gz librewolf-fedora-ff-8d06c8b3e1b581623d756e524ead56d0a427725c.tar.bz2 librewolf-fedora-ff-8d06c8b3e1b581623d756e524ead56d0a427725c.zip |
Added WebRender fix (mozbz#1681107).
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 8993c6c..238b9df 100644 --- a/firefox.spec +++ b/firefox.spec @@ -147,7 +147,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 84.0.2 -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 @@ -223,6 +223,7 @@ Patch418: mozilla-1556931-s390x-hidden-syms.patch Patch420: mozilla-1678680.patch Patch421: mozilla-1680505.patch Patch422: mozilla-1631061.patch +Patch423: mozilla-1681107.patch # Upstream patches from mozbz#1672944 Patch450: pw1.patch @@ -451,6 +452,7 @@ This package contains results of tests executed during build. %patch420 -p1 -b .1678680 %patch421 -p1 -b .1680505 #%patch422 -p1 -b .1631061 +%patch423 -p1 -b .1681107 %patch500 -p1 -b .ffvpx @@ -1033,6 +1035,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Jan 15 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-6 +- Added WebRender fix (mozbz#1681107). + * Thu Jan 14 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-5 - Removed some failing tests. - Spec file tweaks. |