summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-09-04 11:30:43 +0200
committerMartin Stransky <stransky@redhat.com>2018-09-04 11:30:43 +0200
commitacded2a2c67ceb3516572792517e2e58f005bc6e (patch)
tree5ef22e0d8074c58b476026ccd30e854b480cedf8 /firefox.spec
parentBuild fix - big endian (diff)
downloadlibrewolf-fedora-ff-acded2a2c67ceb3516572792517e2e58f005bc6e.tar.gz
librewolf-fedora-ff-acded2a2c67ceb3516572792517e2e58f005bc6e.tar.bz2
librewolf-fedora-ff-acded2a2c67ceb3516572792517e2e58f005bc6e.zip
Update to 62.0 (Build 2)
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 2d08457..2a155fb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -88,7 +88,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 62.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://hg.mozilla.org/releases/mozilla-release/archive/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -868,6 +868,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Sep 4 2018 Martin Stransky <stransky@redhat.com> - 62.0-2
+- Update to 62.0 (Build 2)
+
* Tue Aug 28 2018 Martin Stransky <stransky@redhat.com> - 62.0-1
- Update to 62.0
bgstack15