summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-01-10 11:34:17 +0100
committerJan Horak <jhorak@redhat.com>2019-01-10 11:34:17 +0100
commit0ed6837b9be17b66265c1428d1fe1a11e25ebf31 (patch)
tree9c57a578219037f6166b0caf0d6ddcf1911f1f17
parentMerge #3 `HTTPS by default for start.fedoraproject.org` (diff)
downloadlibrewolf-fedora-ff-0ed6837b9be17b66265c1428d1fe1a11e25ebf31.tar.gz
librewolf-fedora-ff-0ed6837b9be17b66265c1428d1fe1a11e25ebf31.tar.bz2
librewolf-fedora-ff-0ed6837b9be17b66265c1428d1fe1a11e25ebf31.zip
Update to 64.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 0193622..b99191a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -321,3 +321,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-63.0.3-20181115.tar.xz
/firefox-64.0.source.tar.xz
/firefox-langpacks-64.0-20181204.tar.xz
+/firefox-64.0.2.source.tar.xz
+/firefox-langpacks-64.0.2-20190110.tar.xz
diff --git a/firefox.spec b/firefox.spec
index f02a109..1cadcfd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -73,13 +73,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 64.0
-Release: 7%{?pre_tag}%{?dist}
+Version: 64.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 %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20181204.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20190110.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -895,6 +895,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jan 10 2019 Jan Horak <jhorak@redhat.com> - 64.0.2-1
+- Update to 64.0.2
+
* Mon Jan 7 2019 Jan Horak <jhorak@redhat.com> - 64.0-7
- Pipewire patch rebased (thanks to Tomas Popela)
- Enabled PGO on some arches.
diff --git a/sources b/sources
index 08ca6a1..7cfca45 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
+SHA512 (firefox-64.0.2.source.tar.xz) = ad1e299fb0e1cc35ef7414d6ffc50edb14c365fce7e9383ea82f77c9f38f408024e2941952ead5b39725a7078a43493617924626cac723a0518e4504a2afbfbb
+SHA512 (firefox-langpacks-64.0.2-20190110.tar.xz) = ecaec414bb5aefac2539642104552a3f2af58ab44d197591e070f56bd1aea61a5294ef60c83c00c0bb918ba0f7dc01a27b415d3437c73a119fd125f46863d539
SHA512 (cbindgen-vendor.tar.xz) = 6d1a6ef48e77920bccd51af27c836d66aed49a571a0f5298df9cc87724467a5542e382485aa6c5ed2b516277086ffe4d5360b9eb4c0ab62ef6e3e027fc736ead
-SHA512 (firefox-langpacks-64.0-20181204.tar.xz) = 10172c5d03d0046eda54da4380908cb2671c672df56113dbdcf53e3f1ce372db798a7f97f55153714a8c9b924ec242e615d29878ac7a3ad7d995f88424d48647
-SHA512 (firefox-64.0.source.tar.xz) = 1aaabcaf133f76edd1a92037a1a8ca4c6dad2efadc6cd97724d4bf4a5a6af63b662a68f9f8bfc41cf6482b44fbf4bf8943a0e82fd08cf9e2aa219b6a97fff541
bgstack15