summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-09-01 08:55:39 +0200
committerJan Horak <jhorak@redhat.com>2017-09-01 08:55:39 +0200
commitb83dccde558e21f4d051361ff83c0b695ec2b2dc (patch)
tree0d5ed9c57d4a2c3970e07174919d4811001feda0
parentUpdate google api key (diff)
downloadlibrewolf-fedora-ff-b83dccde558e21f4d051361ff83c0b695ec2b2dc.tar.gz
librewolf-fedora-ff-b83dccde558e21f4d051361ff83c0b695ec2b2dc.tar.bz2
librewolf-fedora-ff-b83dccde558e21f4d051361ff83c0b695ec2b2dc.zip
Update to 55.0.3
-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 4b9eaf5..40551fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -244,3 +244,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-55.0.1-20170814.tar.xz
/firefox-55.0.2.source.tar.xz
/firefox-langpacks-55.0.2-20170818.tar.xz
+/firefox-55.0.3.source.tar.xz
+/firefox-langpacks-55.0.3-20170901.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 8395f36..db73936 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -98,14 +98,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 55.0.2
-Release: 3%{?pre_tag}%{?dist}
+Version: 55.0.3
+Release: 1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
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}-20170818.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20170901.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -867,6 +867,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Sep 1 2017 Jan Horak <jhorak@redhat.com> - 55.0.3-1
+- Update to 55.0.3
+
* Thu Aug 24 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-3
- Enable to build with nspr-4.16.
diff --git a/sources b/sources
index af64dea..ea922ba 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (firefox-55.0.2.source.tar.xz) = a27722cb5840aac89752fea0880a7e093e84b50dc78a36dc8c4bd493ffda10fa61446007f680bfe65db7a0debe4c21e6f0bf9f0de9876bba067abdda6fed7be4
-SHA512 (firefox-langpacks-55.0.2-20170818.tar.xz) = f7fdc775f83cb0d4ee2a20bd6d9f138c8007b0139a24e55210266804271660cc67ab458b2da674f9f0347e1a078250986074dc9ec71b3d47439743aca23d2965
+SHA512 (firefox-55.0.3.source.tar.xz) = 3cacc87b97871f3a8c5e97c17ef7025079cb5c81f32377d9402cdad45815ac6c4c4762c79187f1e477910161c2377c42d41de62a50b6741d5d7c1cd70e8c6416
+SHA512 (firefox-langpacks-55.0.3-20170901.tar.xz) = 582f104e20be5831bc9a3862910a321f8868c26331c3ed01405e484da7909f3e8ff1f491702c48aafd9bc1d2a2fc6cbb15eb6fa94d083076896b8342b14a3466
bgstack15