summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-12 18:21:34 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-12 18:21:34 +0200
commitc8daf71be4963daab37d810024e0a6e7f04cf2dd (patch)
treea1caf673a926b069856cb576f8f22a4a3e1a1011 /firefox.spec
parentUpdated to 81.0.2 (diff)
downloadlibrewolf-fedora-ff-c8daf71be4963daab37d810024e0a6e7f04cf2dd.tar.gz
librewolf-fedora-ff-c8daf71be4963daab37d810024e0a6e7f04cf2dd.tar.bz2
librewolf-fedora-ff-c8daf71be4963daab37d810024e0a6e7f04cf2dd.zip
Added a partial fox for rhbz#1886722
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 3da43a3..e1a7750 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 81.0.2
-Release: 1%{?dist}
+Release: 2%{?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
@@ -981,6 +981,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Oct 12 2020 Martin Stransky <stransky@redhat.com> - 81.0.2-2
+- Added a partial fox for rhbz#1886722
+
* Mon Oct 12 2020 Martin Stransky <stransky@redhat.com> - 81.0.2-1
- Updated to latest upstream - 81.0.2
bgstack15