summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-05-07 16:36:17 +0200
committerMartin Stransky <stransky@redhat.com>2018-05-07 16:36:17 +0200
commit9cd435563b48c470cb6791bff3e0969a2a5280ca (patch)
tree22577a749dfed17d9c7e9126ec46c90244c3011c /firefox.spec
parentAdded patch from mozbz#1375074 - fixes aarch64 baseline JIT crashes (diff)
downloadlibrewolf-fedora-ff-9cd435563b48c470cb6791bff3e0969a2a5280ca.tar.gz
librewolf-fedora-ff-9cd435563b48c470cb6791bff3e0969a2a5280ca.tar.bz2
librewolf-fedora-ff-9cd435563b48c470cb6791bff3e0969a2a5280ca.zip
Updated to Firefox 60 build 2
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 4c60a42..f11b886 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -102,12 +102,12 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 60.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?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}-20180502.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20180507.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -873,6 +873,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu May 3 2018 Martin Stransky <stransky@redhat.com> - 60.0-4
+- Updated to Firefox 60 build 2
+
* Thu May 3 2018 Martin Stransky <stransky@redhat.com> - 60.0-3
- Added patch from mozbz#1375074 - fixes aarch64 baseline JIT crashes
bgstack15