summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-25 15:20:03 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-25 15:20:03 +0200
commitfac8607f9311b7e6c3948750b2f0a43e8725c094 (patch)
treeba4c898454b7d2e6a9286eb6b882edea88fdffe0 /firefox.spec
parentAdded fix for mozbz#1619882 - video flickering when va-api is used. (diff)
downloadlibrewolf-fedora-ff-fac8607f9311b7e6c3948750b2f0a43e8725c094.tar.gz
librewolf-fedora-ff-fac8607f9311b7e6c3948750b2f0a43e8725c094.tar.bz2
librewolf-fedora-ff-fac8607f9311b7e6c3948750b2f0a43e8725c094.zip
Added fix for mozbz#1634213
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index be43f2d..c7b330e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 76.0.1
-Release: 5%{?nss_tag}%{?dist}
+Release: 6%{?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
@@ -199,6 +199,7 @@ Patch585: firefox-vaapi-extra-frames.patch
Patch586: mozilla-1619882-1.patch
Patch587: mozilla-1619882-2.patch
Patch588: mozilla-1619882-3.patch
+Patch589: mozilla-1634213.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -415,6 +416,7 @@ This package contains results of tests executed during build.
%patch586 -p1 -b .mozilla-1619882-1
%patch587 -p1 -b .mozilla-1619882-2
%patch588 -p1 -b .mozilla-1619882-3
+%patch589 -p1 -b .mozilla-1634213
# PGO patches
%patch600 -p1 -b .pgo
@@ -989,6 +991,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-6
+- Added fix for mozbz#1634213
+
* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-5
- Added fix for mozbz#1619882 - video flickering when va-api is used.
bgstack15