Merge branch 'master' into f33
This commit is contained in:
commit
1bc15ffb42
1
.gitignore
vendored
1
.gitignore
vendored
@ -441,3 +441,4 @@ firefox-3.6.4.source.tar.bz2
|
||||
/firefox-langpacks-84.0-20201214.tar.xz
|
||||
/firefox-84.0.1.source.tar.xz
|
||||
/firefox-langpacks-84.0.1-20201222.tar.xz
|
||||
/firefox-84.0.2.source.tar.xz
|
||||
|
@ -130,13 +130,13 @@ ExcludeArch: s390x
|
||||
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 84.0.1
|
||||
Release: 5%{?pre_tag}%{?dist}
|
||||
Version: 84.0.2
|
||||
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}-20201222.tar.xz
|
||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20210106.tar.xz
|
||||
%endif
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source10: firefox-mozconfig
|
||||
@ -1013,6 +1013,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Jan 6 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-1
|
||||
- Updated to 84.0.2
|
||||
|
||||
* Tue Jan 05 2021 Jan Horak <jhorak@redhat.com> - 84.0.1-5
|
||||
- Removing requires/provides of the bundled libraries
|
||||
|
||||
|
1
sources
1
sources
@ -2,3 +2,4 @@ SHA512 (cbindgen-vendor.tar.xz) = 3c925c5523246b7dfbcb4ce563483d5b45315a06dc90f2
|
||||
SHA512 (mochitest-python.tar.gz) = 7f357cb8bd93d64be5cb75819a8a813d2f8f217ff25f0df8c3190910744132405d45797b3900775a44b554f5c70cf2682809c9e7a686ca131fddcd81e98028d9
|
||||
SHA512 (firefox-84.0.1.source.tar.xz) = e5fc2f4aa8cff2f34dcfae83c040ab0ffc23194840d1b00944c5293849f82be48c638112dec55f158002f2c6b6cc626a11a06ab55b0c327b29fba3bc078e4435
|
||||
SHA512 (firefox-langpacks-84.0.1-20201222.tar.xz) = 57cbf9cce363e81b5a14eb95c59a0012b949924a04ea903afcfe4dfe9148470820986c41d81fa93a7cbe1cd20d658dfb7798bbb34f4ce39fd14fd821623d3667
|
||||
SHA512 (firefox-84.0.2.source.tar.xz) = 3fd4c9a5ec2409f23507b38c809e71a35aa674779dc5a7a2e3ff82841e0b65ead29d38ac4d5b17f7108479ed7338b3d2b40cbcfa9c51e01696634166d92edf99
|
||||
|
Loading…
Reference in New Issue
Block a user