Update to 82.0.1
This commit is contained in:
parent
e5347d4b2b
commit
8d5bd7e350
2
.gitignore
vendored
2
.gitignore
vendored
@ -424,3 +424,5 @@ firefox-3.6.4.source.tar.bz2
|
|||||||
/firefox-langpacks-81.0.2-20201012.tar.xz
|
/firefox-langpacks-81.0.2-20201012.tar.xz
|
||||||
/firefox-82.0.source.tar.xz
|
/firefox-82.0.source.tar.xz
|
||||||
/firefox-langpacks-82.0-20201015.tar.xz
|
/firefox-langpacks-82.0-20201015.tar.xz
|
||||||
|
/firefox-82.0.1.source.tar.xz
|
||||||
|
/firefox-langpacks-82.0.1-20201028.tar.xz
|
||||||
|
13
firefox.spec
13
firefox.spec
@ -8,9 +8,13 @@
|
|||||||
ExcludeArch: s390x
|
ExcludeArch: s390x
|
||||||
|
|
||||||
%global enable_mozilla_crashreporter 0
|
%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}
|
%ifarch x86_64 %{ix86}
|
||||||
%global enable_mozilla_crashreporter 1
|
%global enable_mozilla_crashreporter 1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{build_with_asan}
|
%if %{build_with_asan}
|
||||||
%global enable_mozilla_crashreporter 0
|
%global enable_mozilla_crashreporter 0
|
||||||
%endif
|
%endif
|
||||||
@ -106,13 +110,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 82.0
|
Version: 82.0.1
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
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
|
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||||
%if %{with langpacks}
|
%if %{with langpacks}
|
||||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20201015.tar.xz
|
Source1: firefox-langpacks-%{version}%{?pre_version}-20201028.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source2: cbindgen-vendor.tar.xz
|
Source2: cbindgen-vendor.tar.xz
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
@ -987,6 +991,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 27 2020 Martin Stransky <stransky@redhat.com> - 82.0-8
|
||||||
- Added fix for mozbz#1673313
|
- Added fix for mozbz#1673313
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (cbindgen-vendor.tar.xz) = f0425020e2d43a3d28b03f82bdb9719728112a2c94b1d595da384d0674ca21d0940a6f729a690434d670e598fbc6bb5193c89da0a4633a734c70dd786222e711
|
SHA512 (cbindgen-vendor.tar.xz) = f0425020e2d43a3d28b03f82bdb9719728112a2c94b1d595da384d0674ca21d0940a6f729a690434d670e598fbc6bb5193c89da0a4633a734c70dd786222e711
|
||||||
SHA512 (firefox-82.0.source.tar.xz) = 887bceb0fffe257534b53cd019d35087752042ee7e9db089e01b1a930a30deb0c3dc6b32167552362092bdcec794dd5698046548d3419e17ecd2def366d1bde8
|
SHA512 (firefox-82.0.1.source.tar.xz) = a64b209c8844e057bc83c160570bfabbd06aab5b6cd9658c5c6d58fec89417e69a14abe4a47b8cd8c8dba056753b8c1421d833be23bbe0cb9ebcde8bfb32017c
|
||||||
SHA512 (firefox-langpacks-82.0-20201015.tar.xz) = 8c0cc37ee918bef930feed32aacaed3f7f28f1dd6615d4719d694d6efcd0fb621e03b613f21cd7b34d188b770d8a903568c676d7e3bb4484ab532a45b62a52a8
|
SHA512 (firefox-langpacks-82.0.1-20201028.tar.xz) = 6f82befdf9074566effc9d1c82af18008a117717c610972a6953eca85e56670366bd620611aff6de4d0946f88b2540356d4e4439cfcf44b35d3f046f3a1caed4
|
||||||
|
Loading…
Reference in New Issue
Block a user