summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2018-06-11 11:17:05 +0200
committerJan Horak <jhorak@redhat.com>2018-06-11 11:17:05 +0200
commitbacad2f8e9314d73364180d042774799baa7b0b3 (patch)
treec54acc22387b53be0a9da05cdf06534bdc79e189
parentFixed mozbz#1466473, rhbz#1585300 - Fix GL detection, Fixed desktop file name... (diff)
downloadlibrewolf-fedora-ff-bacad2f8e9314d73364180d042774799baa7b0b3.tar.gz
librewolf-fedora-ff-bacad2f8e9314d73364180d042774799baa7b0b3.tar.bz2
librewolf-fedora-ff-bacad2f8e9314d73364180d042774799baa7b0b3.zip
Update to 60.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 53ce535..4769d25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -297,3 +297,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-60.0-20180507.tar.xz
/firefox-60.0.1.source.tar.xz
/firefox-langpacks-60.0.1-20180523.tar.xz
+/firefox-60.0.2.source.tar.xz
+/firefox-langpacks-60.0.2-20180611.tar.xz
diff --git a/firefox.spec b/firefox.spec
index f3291f3..c7f452b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -101,13 +101,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 60.0.1
-Release: 6%{?pre_tag}%{?dist}
+Version: 60.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}-20180523.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20180611.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -916,6 +916,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jun 11 2018 Jan Horak <jhorak@redhat.com> - 60.0.2-1
+- Update to 60.0.2
+
* Mon Jun 4 2018 Martin Stransky <stransky@redhat.com> - 60.0.1-6
- Fixed mozbz#1466473, rhbz#1585300 - Fix GL detection.
- Fixed desktop file names (rhbz#1585369).
diff --git a/sources b/sources
index acdbd32..ba41b1c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (firefox-60.0.1.source.tar.xz) = 160fe83fc9101930521bdefefa8e32458a7438f454114aa5b1206ab4f63ce89566d84d4b7aca4c2c8d4fda529b33e29aa8a5228a643961e4b3e09b18d0c13510
-SHA512 (firefox-langpacks-60.0.1-20180523.tar.xz) = a7c763e429fe7234ffa089be5a5c8dbc0be9a36eee1913f1e754841c887356d43dfea0620640e892615f28a2049cbb61177107bda4220802708b9e3333e89eca
+SHA512 (firefox-60.0.2.source.tar.xz) = 6fd6425660dad43aae15b97076347e33a0d830cf97545366ac2fd6922e06500a4001a31e6bf0e382733180d315ec2ae3698d09f9a2c665382ecef5a00a6de2ab
+SHA512 (firefox-langpacks-60.0.2-20180611.tar.xz) = c28cdcc84a2f13eb80ffc0fd0aa8e2d176a81fe06a7eabb47a618d35662642be47178ec291050685851741b7564e7c7e5cdbd8dac1358d7d1a23d459e8eaf798
bgstack15