summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-01-20 21:11:22 +0100
committerJan Horak <jhorak@redhat.com>2020-01-20 21:11:22 +0100
commit270e02c0372caf4e664232bf6b213a38df5c7b13 (patch)
treeb092d092df1ce46079472af946f422e861b052b4
parentAdded fix for wrong cursor offset of popup windows and bumped required nss (diff)
downloadlibrewolf-fedora-ff-270e02c0372caf4e664232bf6b213a38df5c7b13.tar.gz
librewolf-fedora-ff-270e02c0372caf4e664232bf6b213a38df5c7b13.tar.bz2
librewolf-fedora-ff-270e02c0372caf4e664232bf6b213a38df5c7b13.zip
Update to 72.0.2 build1
-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 1a123f2..ca56aa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -379,3 +379,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-72.0-20200106.tar.xz
/firefox-72.0.1.source.tar.xz
/firefox-langpacks-72.0.1-20200108.tar.xz
+/firefox-72.0.2.source.tar.xz
+/firefox-langpacks-72.0.2-20200120.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 0ed9d14..dc1d8ca 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -101,13 +101,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 72.0.1
-Release: 2%{?dist}
+Version: 72.0.2
+Release: 1%{?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}-20200108.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200120.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -935,6 +935,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jan 20 2020 Jan Horak <jhorak@redhat.com> - 72.0.2-1
+- Update to 72.0.2 build1
+
* Wed Jan 15 2020 Jan Horak <jhorak@redhat.com> - 72.0.1-2
- Added fix for wrong cursor offset of popup windows and bumped required nss
version
diff --git a/sources b/sources
index b6cd06e..c1805e2 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (firefox-72.0.1.source.tar.xz) = 8df6a64cde4bdb879c3cb9df7f8b43c7d67c47502e2dce1d3ee82de433931435963b3e51c99035a78f0a997bc934a838d198f2a1cd6a624441769d37b1469fcf
-SHA512 (firefox-langpacks-72.0.1-20200108.tar.xz) = 94a4dd466a1fcd68ce1b143c3cf5423d17ef447fbaae4829ef706a84289e1817adcc8c8ae36a5f71feb144112729725f0622c55ae19a84b81bbf6816f37201b9
+SHA512 (firefox-72.0.2.source.tar.xz) = 4d8c832709b8831234b571b2f809d1601490db47982ff1d71913062c42c17a7f3340c72b6162b74a248a9cfe7b5d1646fb9a0463dcbcfaed32e1346ee20e4147
+SHA512 (firefox-langpacks-72.0.2-20200120.tar.xz) = ba96f0a54c73b26891c26fca5f5c2ae5f00dbbc63925109bcefcf6bc264e55e1f6fe4631275952b982dbc7fe20b445c0fdaaec8628d3ba680b709a84fd69647a
SHA512 (cbindgen-vendor.tar.xz) = 88afa0bc6af525cbb46bc75578b90419b28b95b396d5002fbf299a78a173681b840096ff83ef6e48553d1a5e0aa04e79383ab4d09bf431f3b864fcbacc7de46d
bgstack15