summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-11-30 11:32:06 +0100
committerJan Horak <jhorak@redhat.com>2017-11-30 11:32:06 +0100
commitbc3093fa1b332fc52083a33d98acf3d028d69e11 (patch)
tree7d106fef13d3d46a074013ceffe4427eb3e7edb6
parentEnabled titlebar drawing for MATE, Fix for rhbz#1513968 - added missing u2f-h... (diff)
downloadlibrewolf-fedora-ff-bc3093fa1b332fc52083a33d98acf3d028d69e11.tar.gz
librewolf-fedora-ff-bc3093fa1b332fc52083a33d98acf3d028d69e11.tar.bz2
librewolf-fedora-ff-bc3093fa1b332fc52083a33d98acf3d028d69e11.zip
Update to 57.0.1
-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 95ac778..6fcac63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -268,3 +268,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-57.0.source.tar.xz
/firefox-langpacks-57.0-20171109.tar.xz
/firefox-langpacks-57.0-20171113.tar.xz
+/firefox-57.0.1.source.tar.xz
+/firefox-langpacks-57.0.1-20171130.tar.xz
diff --git a/firefox.spec b/firefox.spec
index a5cd346..903e580 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -100,13 +100,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 57.0
-Release: 3%{?pre_tag}%{?dist}
+Version: 57.0.1
+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}-20171113.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20171130.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -860,6 +860,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Nov 30 2017 Jan Horak <jhorak@redhat.com> - 57.0.1-1
+- Update to 57.0.1
+
* Wed Nov 22 2017 Martin Stransky <stransky@redhat.com> - 57.0-3
- Enabled titlebar drawing for MATE
- Fix for rhbz#1513968 - added missing u2f-hidraw-policy require
diff --git a/sources b/sources
index 2480f87..03c28aa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (firefox-57.0.source.tar.xz) = bd99ff97a2a6f824e6fbd36fd00193903159e309506b1e6945dcbc43a17a95aaa54a05f32131c56872e8860878ba6063008667955550f03aa8c7084f834d14fc
-SHA512 (firefox-langpacks-57.0-20171113.tar.xz) = 1ffecefd0372d289745aac2648be6791cae297980a28e86199ae5e07571595bd95bd08325f7da7efd8b0ad9290b362314bdb5b954f471bc7bd07f09c31cd80a3
+SHA512 (firefox-57.0.1.source.tar.xz) = 8cbfe0ad2c0f935dbc3a0ac4e855c489c83bf8c4506815dbae6e27f5d6a262ecf19ac82b6e81d52782559834fa14403116ecbf3acc8e3bc56b6c319e68316edd
+SHA512 (firefox-langpacks-57.0.1-20171130.tar.xz) = c91536fecb56686f8976e611e43129585927b35cd55360722aa9db5d13f16fd8474be256b751b66f36160046029671702da60a66c39d083d9c28b37571c74ad0
bgstack15