summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-08-09 10:48:00 +0200
committerMartin Stransky <stransky@redhat.com>2018-08-09 10:48:00 +0200
commitb43c4e03c81c991cedab48f11df9b2c04f6df477 (patch)
tree23eccc961d9b6d6e18c73a17452a8cbfa758c55d
parentBump release (diff)
downloadlibrewolf-fedora-ff-b43c4e03c81c991cedab48f11df9b2c04f6df477.tar.gz
librewolf-fedora-ff-b43c4e03c81c991cedab48f11df9b2c04f6df477.tar.bz2
librewolf-fedora-ff-b43c4e03c81c991cedab48f11df9b2c04f6df477.zip
Update to 61.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 eb0cdba..fe02370 100644
--- a/.gitignore
+++ b/.gitignore
@@ -304,3 +304,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-61.0-20180622.tar.xz
/firefox-61.0.1.source.tar.xz
/firefox-langpacks-61.0.1-20180710.tar.xz
+/firefox-langpacks-61.0.2-20180809.tar.xz
+/firefox-61.0.2.source.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 42628ee..295522a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -102,13 +102,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 61.0.1
-Release: 4%{?pre_tag}%{?dist}
+Version: 61.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}-20180710.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20180809.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -930,6 +930,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Aug 9 2018 Martin Stransky <stransky@redhat.com> - 61.0.2-1
+- Update to 61.0.2
+
* Wed Aug 1 2018 Ondrej Zoder <ozoder@redhat.com> - 61.0.1-4
- Fixed rhbz#1610428
diff --git a/sources b/sources
index ab33704..4820453 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (firefox-61.0.1.source.tar.xz) = 0395ac164450b394852aa8370c1c99538e12c43a9fa13d386831477379bf0498f0a68b08fac6ea01c044245247f53b8dd323c94ccd8e3dc7182f084be8c74915
-SHA512 (firefox-langpacks-61.0.1-20180710.tar.xz) = 239404a245611876accc8c88c86123e75ab9364a3d2b28d146876d504966d8c85cfe804dc8330681fc73fae1f3c8a7c2acb26d2cd3ae33fe35f00f2c0e771820
+SHA512 (firefox-langpacks-61.0.2-20180809.tar.xz) = 1123bea1967e8795f8a2a5999244bf99c7fb947fca30d0469c27e9e9b4b182d5fa913150bd16f243898eaf4c14c7645721b0d4c78dfc769a622015410567b93e
+SHA512 (firefox-61.0.2.source.tar.xz) = a20b127726cf0a082604efcbc9b91ea3c653ac639edb4b26e1fadef51410ccdae9b5d3a534563528945d2425382346858af307e79e8da1e4972aacbe1277f6ff
bgstack15