summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-09-27 11:37:08 +0200
committerMartin Stransky <stransky@redhat.com>2021-09-27 11:37:08 +0200
commit33af61101fbc3efbee7268a3501ac8d200433fa3 (patch)
tree607810de31e9232358f61842afd53aa4b26ddc6e
parentfixed GMP sandbox patch (diff)
downloadlibrewolf-fedora-ff-33af61101fbc3efbee7268a3501ac8d200433fa3.tar.gz
librewolf-fedora-ff-33af61101fbc3efbee7268a3501ac8d200433fa3.tar.bz2
librewolf-fedora-ff-33af61101fbc3efbee7268a3501ac8d200433fa3.zip
Updated to 92.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 2b46b87..6d1a579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -473,3 +473,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-91.0.2-20210826.tar.xz
/firefox-langpacks-92.0-20210903.tar.xz
/firefox-92.0.source.tar.xz
+/firefox-92.0.1.source.tar.xz
+/firefox-langpacks-92.0.1-20210927.tar.xz
diff --git a/firefox.spec b/firefox.spec
index b81e569..a9eb3f6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -156,13 +156,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 92.0
-Release: 3%{?pre_tag}%{?dist}
+Version: 92.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}-20210903.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20210927.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -1052,6 +1052,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Sep 27 2021 Martin Stransky <stransky@redhat.com> - 92.0.1-1
+- Updated to 92.0.1
+
* Mon Sep 13 2021 Martin Stransky <stransky@redhat.com> - 92.0-3
- Added fix for mozbz#1725828
diff --git a/sources b/sources
index 5723cdb..acc6f09 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
SHA512 (cbindgen-vendor.tar.xz) = b9ab1498be90ecf60822df7021f8812f124550d97f8cd687c69d3ab56fc5fb714bfe88c78c978a1794d211724909a9a5cad6a4b483fa05f762909c45d5075520
SHA512 (mochitest-python.tar.gz) = 18e1aeb475df5fbf1fe3838897d5ac2f3114aa349030713fc2be27af087b1b12f57642621b87bd052f324a7cb7fbae5f36b21502191d85692f62c8cdd69c8bf2
-SHA512 (firefox-langpacks-92.0-20210903.tar.xz) = ad1e3f807d6dcca334bcca2236c683d20aa23e76f1eb745f6c61d7110fe21a0df435f1ad9cd18296aba6bf21cba10d398eaf0031d870721d106d9aaaeaeab219
-SHA512 (firefox-92.0.source.tar.xz) = 6b13534e1047c6fb9192e7b7d71e42b72f6afe50d97866936be0abfedd387b004bf32db26f0678deaf189f2981b0220489323c2b8f0093a8cda4599542780b0d
+SHA512 (firefox-92.0.1.source.tar.xz) = 53361c231a4ac93a1808c9ccb29893d85b5e516fe939a770aac7f178abb4f43cbe3571097e5c5bf91b11fd95fc62b61f2aa215a45048357bfc9dad9eabdee9ef
+SHA512 (firefox-langpacks-92.0.1-20210927.tar.xz) = 60719e4efe3a9ebf7e80caf79c77b9f01b2fbd380977eefaec02f7a863a6a9d88563a827a2816065522909ebecd944afb97c26278440bded9a6dadaf491ef89c
bgstack15