summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-03-19 15:34:29 +0100
committerMartin Stransky <stransky@redhat.com>2020-03-19 15:34:29 +0100
commit09430aa7fde1b2497ed17e5ea06be7bcdfa4be8d (patch)
treebf53826ad927c6153729da0aebff46804bc9f52e /firefox.spec
parentUpdated mozilla-1623106.patch (diff)
downloadlibrewolf-fedora-ff-09430aa7fde1b2497ed17e5ea06be7bcdfa4be8d.tar.gz
librewolf-fedora-ff-09430aa7fde1b2497ed17e5ea06be7bcdfa4be8d.tar.bz2
librewolf-fedora-ff-09430aa7fde1b2497ed17e5ea06be7bcdfa4be8d.zip
Added fix for rhbz#1814850 by Daniel Rusek
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 1c3383f..f61cb67 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 74.0
-Release: 11%{?nss_tag}%{?dist}
+Release: 12%{?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
@@ -964,6 +964,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Mar 19 2020 Martin Stransky <stransky@redhat.com> - 74.0-12
+- Added fix for rhbz#1814850 by Daniel Rusek
+
* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-11
- Added fix for mozbz#1623106
bgstack15