summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2018-09-24 14:29:35 +0200
committerJan Horak <jhorak@redhat.com>2018-09-24 14:29:35 +0200
commit17dcd75cdaec7cda656676017c0d8da941a74739 (patch)
treed89996e03526901ac2fe4c22e96576bbf0a5f7f5 /firefox.spec
parentAdded spellchecker.dictionary_path pref pointer to /usr/share/myspell. Thanks... (diff)
downloadlibrewolf-fedora-ff-17dcd75cdaec7cda656676017c0d8da941a74739.tar.gz
librewolf-fedora-ff-17dcd75cdaec7cda656676017c0d8da941a74739.tar.bz2
librewolf-fedora-ff-17dcd75cdaec7cda656676017c0d8da941a74739.zip
Update to 62.0.2
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 7a992ae..ffb9608 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -87,13 +87,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 62.0
-Release: 3%{?pre_tag}%{?dist}
+Version: 62.0.2
+Release: 1%{?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
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20180828.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20180924.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -868,6 +868,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Sep 24 2018 Jan Horak <jhorak@redhat.com> - 62.0.2-1
+- Update to 62.0.2
+
* Mon Sep 17 2018 Martin Stransky <stransky@redhat.com> - 62.0-3
- Added spellchecker.dictionary_path pref pointer to /usr/share/myspell.
Thanks to Peter Oliver (rhbz#1627837)
bgstack15