summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-02-20 17:26:30 +0100
committerMartin Stransky <stransky@redhat.com>2020-02-20 17:26:30 +0100
commit08889c394be832fc7646c848e30695906069471d (patch)
tree3c12ec8b46ee3f2f445ca2c901842e8a5f5f97e8 /firefox.spec
parenttemporary disable aarch64 (diff)
downloadlibrewolf-fedora-ff-08889c394be832fc7646c848e30695906069471d.tar.gz
librewolf-fedora-ff-08889c394be832fc7646c848e30695906069471d.tar.bz2
librewolf-fedora-ff-08889c394be832fc7646c848e30695906069471d.zip
Update to 73.0.1
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 7c67bc4..966f21b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -103,8 +103,8 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 73.0
-Release: 2%{?dist}
+Version: 73.0.1
+Release: 1%{?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
@@ -948,6 +948,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Feb 20 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-1
+- Update to 73.0.1
+
* Tue Feb 11 2020 Jan Horak <jhorak@redhat.com> - 73.0-1
- Update to 73.0 build3
bgstack15