Update to 68.11
This commit is contained in:
parent
ac2c5163d4
commit
c59a1292a6
3
.gitignore
vendored
3
.gitignore
vendored
@ -300,3 +300,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-68.10.0.source.tar.xz
|
/thunderbird-68.10.0.source.tar.xz
|
||||||
/thunderbird-langpacks-68.10.0-20200709.tar.xz
|
/thunderbird-langpacks-68.10.0-20200709.tar.xz
|
||||||
/lightning-langpacks-68.10.0.tar.xz
|
/lightning-langpacks-68.10.0.tar.xz
|
||||||
|
/thunderbird-68.11.0.source.tar.xz
|
||||||
|
/thunderbird-langpacks-68.11.0-20200806.tar.xz
|
||||||
|
/lightning-langpacks-68.11.0.tar.xz
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (thunderbird-68.10.0.source.tar.xz) = 8db4e363b1542190d647babbeb2bca4f258e6bfe3bb67c4a4c8eedad702f956c6e2e1daaa552a45912b55215fa5f6fe0be77025de324ea6a0082ca849d132c89
|
SHA512 (thunderbird-68.11.0.source.tar.xz) = a98a3e427868b46213a05b71b476d963b019d6904a1ef3ec1de6ceac012a2ebd3693fa24691bc6b3c34961bec9cc7d11c3f634ce952d7427c0a76e0defc7de72
|
||||||
SHA512 (thunderbird-langpacks-68.10.0-20200709.tar.xz) = f04195506f79258198467d3eec8b8a94d04b0cd165a72e962edcba9e3e9c8b4288dc6ae7c55cf260a5971e766c7685ecad032f7f824905a36844dbeed155fb71
|
SHA512 (thunderbird-langpacks-68.11.0-20200806.tar.xz) = edd03b6b9cb988417cf656688c19a8928f2fe27c7eeaceff50ad5224aed4bbe0e1e2b601ee078877f0244f5e951cd555b3f3c67fceb262c9d48238b2f83e3efe
|
||||||
SHA512 (cbindgen-vendor.tar.xz) = 88afa0bc6af525cbb46bc75578b90419b28b95b396d5002fbf299a78a173681b840096ff83ef6e48553d1a5e0aa04e79383ab4d09bf431f3b864fcbacc7de46d
|
SHA512 (cbindgen-vendor.tar.xz) = 88afa0bc6af525cbb46bc75578b90419b28b95b396d5002fbf299a78a173681b840096ff83ef6e48553d1a5e0aa04e79383ab4d09bf431f3b864fcbacc7de46d
|
||||||
SHA512 (lightning-langpacks-68.10.0.tar.xz) = 197e02effa94c2a6d920d42fde676270fd3c14319ee9a5845a6de4f6261e4e817d8a04e36dfddbbcdf736da45125a7d75859aed19adea16cbf6af029d62e516b
|
SHA512 (lightning-langpacks-68.11.0.tar.xz) = 81eeb9613e495293b17efea1bca3d8bca317a36e865a5f7d70d52bd3bc04959ceeae586f38f266a080eec57ee9e490fa685f8f56b2ef93267b800ecbd692cc4f
|
||||||
|
@ -93,13 +93,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 68.10.0
|
Version: 68.11.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
|
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source1: thunderbird-langpacks-%{version}-20200709.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20200806.tar.xz
|
||||||
# Locales for lightning
|
# Locales for lightning
|
||||||
Source2: lightning-langpacks-%{version}.tar.xz
|
Source2: lightning-langpacks-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
@ -761,6 +761,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 06 2020 Jan Horak <jhorak@redhat.com> - 68.11.0-1
|
||||||
|
- Update to 68.11.0 build1
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 68.10.0-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 68.10.0-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user