summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d09688d..117da22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -360,3 +360,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-68.0.2-20190814.tar.xz
/firefox-69.0.source.tar.xz
/firefox-langpacks-69.0-20190829.tar.xz
+/firefox-69.0.1.source.tar.xz
+/firefox-langpacks-69.0.1-20190918.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 5c794d9..8b78944 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -93,13 +93,13 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 69.0
-Release: 11%{?pre_tag}%{?dist}
+Version: 69.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 %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20190829.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20190918.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -975,6 +975,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Sep 18 2019 Martin Stransky <stransky@redhat.com> - 69.0.1-1
+- Updated to 69.0.1
+
* Wed Sep 18 2019 Martin Stransky <stransky@redhat.com> - 69.0-11
- Do PGO builds with Wayland backend.
diff --git a/sources b/sources
index 3ac2847..215accd 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (firefox-69.0.source.tar.xz) = 83b4b9a3466d2686ae5b72f9495172dcb37037f3301c68f7940604180e28a40720256f66b34b090dffbdd7b377fbb815df1bb80c3df842bc9ae59551c7cf07b0
-SHA512 (firefox-langpacks-69.0-20190829.tar.xz) = e45cec7cf4e0832407ce4fbe2c8e881ce6cf3d91ea7309ab9aec14adf808ecd7cdb5117e453eed9d145e3ac63b4c14c61272d00be25853b3a729c0b1e4fe6d19
SHA512 (cbindgen-vendor.tar.xz) = 88afa0bc6af525cbb46bc75578b90419b28b95b396d5002fbf299a78a173681b840096ff83ef6e48553d1a5e0aa04e79383ab4d09bf431f3b864fcbacc7de46d
+SHA512 (firefox-69.0.1.source.tar.xz) = 89e63eb882cd729f938fef3cb0565cf166b14fa8c4e34ff027f3f6ea0469e4a49706074259013c1cea66f7a3f6f46aead8e055049d542935ddca983ac172b93f
+SHA512 (firefox-langpacks-69.0.1-20190918.tar.xz) = f0165009a69bbd8d5d863a53cb5a5e270e8c6ea1187cbe0cf773c25ec44fac8bd2ebc64e36b0f399431c67ec3f71d62d413955a9e376cd194d157bae41f0c0ea
bgstack15