summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-25 22:40:31 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-25 22:40:31 +0200
commit41962ee4b477db9ae5eefa51e293938ef28fbe97 (patch)
treeba6ac58322df76f18e8d6345d4ee72c03f57333f /firefox.spec
parentAdded fix for mozbz#1634213 (diff)
downloadlibrewolf-fedora-ff-41962ee4b477db9ae5eefa51e293938ef28fbe97.tar.gz
librewolf-fedora-ff-41962ee4b477db9ae5eefa51e293938ef28fbe97.tar.bz2
librewolf-fedora-ff-41962ee4b477db9ae5eefa51e293938ef28fbe97.zip
Added fix for mozbz#1632456
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 c7b330e..94dff39 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: 6%{?nss_tag}%{?dist}
+Release: 7%{?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
@@ -200,6 +200,7 @@ Patch586: mozilla-1619882-1.patch
Patch587: mozilla-1619882-2.patch
Patch588: mozilla-1619882-3.patch
Patch589: mozilla-1634213.patch
+Patch590: mozilla-1632456.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -417,6 +418,7 @@ This package contains results of tests executed during build.
%patch587 -p1 -b .mozilla-1619882-2
%patch588 -p1 -b .mozilla-1619882-3
%patch589 -p1 -b .mozilla-1634213
+%patch590 -p1 -b .mozilla-1632456
# PGO patches
%patch600 -p1 -b .pgo
@@ -991,6 +993,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-7
+- Added fix for mozbz#1632456
+
* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-6
- Added fix for mozbz#1634213
bgstack15