summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2018-02-14 09:51:24 +0100
committerJan Horak <jhorak@redhat.com>2018-02-14 09:51:24 +0100
commit7fa1e538603c0301fe46ae7dd2c218a3fb241ba1 (patch)
tree764a7e8ed9a3b05200f69260156a215975d021f0
parentMerged with latest changes (diff)
downloadlibrewolf-fedora-ff-7fa1e538603c0301fe46ae7dd2c218a3fb241ba1.tar.gz
librewolf-fedora-ff-7fa1e538603c0301fe46ae7dd2c218a3fb241ba1.tar.bz2
librewolf-fedora-ff-7fa1e538603c0301fe46ae7dd2c218a3fb241ba1.zip
Update to 58.0.2
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 5beb98c..9e8b681 100644
--- a/.gitignore
+++ b/.gitignore
@@ -278,3 +278,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-58.0-20180123.tar.xz
/firefox-58.0.1.source.tar.xz
/firefox-langpacks-58.0.1-20180130.tar.xz
+/firefox-58.0.2.source.tar.xz
+/firefox-langpacks-58.0.2-20180214.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 14c5ac0..483c77a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -94,13 +94,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 58.0.1
-Release: 3%{?pre_tag}%{?dist}
+Version: 58.0.2
+Release: 1%{?pre_tag}%{?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
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20180130.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20180214.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -875,6 +875,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Feb 14 2018 Jan Horak <jhorak@redhat.com> - 58.0.2-1
+- Update to 58.0.2
+
* Tue Feb 13 2018 Martin Stransky <stransky@redhat.com> - 58.0.1-3
- Added build fix for gcc8 by Tom Callaway
diff --git a/sources b/sources
index 1702bba..645390a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (firefox-58.0.1.source.tar.xz) = 65a6a68f95dac93fc68c4e240742b172a6417e7fafca2671ab13f398329ba0ef3195bbaaecea2d9f8b2992217cfaa7912af6c0351a1efe4cf2d2bba838ecd711
-SHA512 (firefox-langpacks-58.0.1-20180130.tar.xz) = 8f2dd980ce26dc9c18283b6e7200064804862a206082aea14772dc95f2a232b701679b7bff2d665f81ee96bbfa8b561ab51ab87ce3e82313e6e6197fcc804ed6
+SHA512 (firefox-58.0.2.source.tar.xz) = ff748780492fc66b3e44c7e7641f16206e4c09514224c62d37efac2c59877bdf428a3670bfb50407166d7b505d4e2ea020626fd776b87f6abb6bc5d2e54c773f
+SHA512 (firefox-langpacks-58.0.2-20180214.tar.xz) = 9c972daaab84915dce22257b99ba1210e97862f6ba7cc71a30de837e6701b2039022e98e3c9d452d16003986066d62ad2ce3392e33554dc85c195dccbe471ad0
bgstack15