summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-23 09:49:57 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-23 09:49:57 +0200
commitc8a56b17a2cb928e86bf4faf74938a64b25b302e (patch)
tree24cd0005cf411c6dacc7303af63fc9ec2b358848 /firefox.spec
parentRe-enable builds for armv7hl and aarch64 architectures (diff)
downloadlibrewolf-fedora-ff-c8a56b17a2cb928e86bf4faf74938a64b25b302e.tar.gz
librewolf-fedora-ff-c8a56b17a2cb928e86bf4faf74938a64b25b302e.tar.bz2
librewolf-fedora-ff-c8a56b17a2cb928e86bf4faf74938a64b25b302e.zip
Added fix for rhbz#1731371
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index a76ce91..3000bd1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -116,7 +116,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 81.0
-Release: 5%{?dist}
+Release: 6%{?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
@@ -974,6 +974,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Sep 23 2020 Martin Stransky <stransky@redhat.com> - 81.0-6
+- Added fix for rhbz#1731371
+
* Tue Sep 22 2020 Kalev Lember <klember@redhat.com> - 81.0-5
- Re-enable builds for armv7hl and aarch64 architectures
bgstack15