summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-28 10:45:45 +0100
committerMartin Stransky <stransky@redhat.com>2020-10-28 10:45:45 +0100
commit8d5bd7e350766ea94349ec531707b1adf7ec3c32 (patch)
treeead9e720db10c822d827588a186515195c363b4c
parentAdded fix for mozbz#1673313 (diff)
downloadlibrewolf-fedora-ff-8d5bd7e350766ea94349ec531707b1adf7ec3c32.tar.gz
librewolf-fedora-ff-8d5bd7e350766ea94349ec531707b1adf7ec3c32.tar.bz2
librewolf-fedora-ff-8d5bd7e350766ea94349ec531707b1adf7ec3c32.zip
Update to 82.0.1
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec13
-rw-r--r--sources4
3 files changed, 14 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8de46f2..0024300 100644
--- a/.gitignore
+++ b/.gitignore
@@ -424,3 +424,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-81.0.2-20201012.tar.xz
/firefox-82.0.source.tar.xz
/firefox-langpacks-82.0-20201015.tar.xz
+/firefox-82.0.1.source.tar.xz
+/firefox-langpacks-82.0.1-20201028.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 945934c..17870b5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,9 +8,13 @@
ExcludeArch: s390x
%global enable_mozilla_crashreporter 0
+# Temporary disable on rawhide due to
+# https://bugzilla.redhat.com/show_bug.cgi?id=1891794
+%if 0%{?fedora} < 34
%ifarch x86_64 %{ix86}
%global enable_mozilla_crashreporter 1
%endif
+%endif
%if %{build_with_asan}
%global enable_mozilla_crashreporter 0
%endif
@@ -106,13 +110,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 82.0
-Release: 8%{?dist}
+Version: 82.0.1
+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}-20201015.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20201028.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -987,6 +991,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Oct 28 2020 Martin Stransky <stransky@redhat.com> - 82.0.1-1
+- Updated to 82.0.1
+
* Tue Oct 27 2020 Martin Stransky <stransky@redhat.com> - 82.0-8
- Added fix for mozbz#1673313
diff --git a/sources b/sources
index 38b1045..2feac6d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = f0425020e2d43a3d28b03f82bdb9719728112a2c94b1d595da384d0674ca21d0940a6f729a690434d670e598fbc6bb5193c89da0a4633a734c70dd786222e711
-SHA512 (firefox-82.0.source.tar.xz) = 887bceb0fffe257534b53cd019d35087752042ee7e9db089e01b1a930a30deb0c3dc6b32167552362092bdcec794dd5698046548d3419e17ecd2def366d1bde8
-SHA512 (firefox-langpacks-82.0-20201015.tar.xz) = 8c0cc37ee918bef930feed32aacaed3f7f28f1dd6615d4719d694d6efcd0fb621e03b613f21cd7b34d188b770d8a903568c676d7e3bb4484ab532a45b62a52a8
+SHA512 (firefox-82.0.1.source.tar.xz) = a64b209c8844e057bc83c160570bfabbd06aab5b6cd9658c5c6d58fec89417e69a14abe4a47b8cd8c8dba056753b8c1421d833be23bbe0cb9ebcde8bfb32017c
+SHA512 (firefox-langpacks-82.0.1-20201028.tar.xz) = 6f82befdf9074566effc9d1c82af18008a117717c610972a6953eca85e56670366bd620611aff6de4d0946f88b2540356d4e4439cfcf44b35d3f046f3a1caed4
bgstack15