Update to latest upstream version

This commit is contained in:
Jan Horak 2021-07-21 14:43:28 +02:00
parent c1f0ffdcde
commit 0e33ec0171
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -329,3 +329,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-78.10.1-20210504.tar.xz /thunderbird-langpacks-78.10.1-20210504.tar.xz
/thunderbird-78.11.0.source.tar.xz /thunderbird-78.11.0.source.tar.xz
/thunderbird-langpacks-78.11.0-20210602.tar.xz /thunderbird-langpacks-78.11.0-20210602.tar.xz
/thunderbird-78.12.0.source.tar.xz
/thunderbird-langpacks-78.12.0-20210721.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (thunderbird-78.11.0.source.tar.xz) = c669439ae671a0a589f69902cced5685b8bab346c0ca3eeabd58d0449af338fb7a7a9189d6c2ef784f660c32278fee70766169d91293447eedef2e18a84f116a SHA512 (thunderbird-78.12.0.source.tar.xz) = 8a9275f6a454b16215e9440d8b68926e56221dbb416f77ea0cd0a42853bdd26f35514e792564879c387271bd43d8ee966577f133f8ae7781f43e8bec9ab78696
SHA512 (thunderbird-langpacks-78.11.0-20210602.tar.xz) = ab7087c642c6e1f011991cea88825d121b61eb3798d054ffa0eb7c4bb18d7e3a6c951e9e5354a4d76b09e5d4980bde498c0f1cb8dc563dd1bcb9bf85d4a9bf57 SHA512 (thunderbird-langpacks-78.12.0-20210721.tar.xz) = 3905fee11ad6c5b468d95a55bf3200a4be30b1d87a00b77945962873a9567b2a1a7e9ab78ac902f75cbbcb722c4579044f6699353c1a7e39e175bfc530dbd318
SHA512 (cbindgen-vendor-0.14.3.tar.xz) = 33c8d28547674121f690eea0d3ebac33926a39caacac787bf8ed8b346478822e74da5a4a1f57ab4df4105fa8376739a2ece888845a85bc5712aaed20e4a508bc SHA512 (cbindgen-vendor-0.14.3.tar.xz) = 33c8d28547674121f690eea0d3ebac33926a39caacac787bf8ed8b346478822e74da5a4a1f57ab4df4105fa8376739a2ece888845a85bc5712aaed20e4a508bc

View File

@ -89,13 +89,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird Name: thunderbird
Version: 78.11.0 Version: 78.12.0
Release: 1%{?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: https://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz Source0: https://archive.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}-20210602.tar.xz Source1: thunderbird-langpacks-%{version}-20210721.tar.xz
%endif %endif
Source3: get-calendar-langpacks.sh Source3: get-calendar-langpacks.sh
Source4: cbindgen-vendor-0.14.3.tar.xz Source4: cbindgen-vendor-0.14.3.tar.xz
@ -767,6 +767,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#=============================================================================== #===============================================================================
%changelog %changelog
* Wed Jul 21 2021 Jan Horak <jhorak@redhat.com> - 78.12.0-1
- Update to 78.12.0 build2
* Wed Jun 02 2021 Jan Horak <jhorak@redhat.com> - 78.11.0-1 * Wed Jun 02 2021 Jan Horak <jhorak@redhat.com> - 78.11.0-1
- Update to 78.11.0 build1 - Update to 78.11.0 build1