Update to 91.5.0

This commit is contained in:
Jan Horak 2022-01-19 09:39:36 +01:00
parent aa79f21556
commit eb7c8e3a85
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -343,3 +343,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-91.3.0-20211109.tar.xz
/thunderbird-91.4.0.source.tar.xz
/thunderbird-langpacks-91.4.0-20211215.tar.xz
/thunderbird-91.5.0.source.tar.xz
/thunderbird-langpacks-91.5.0-20220118.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (thunderbird-91.4.0.source.tar.xz) = f19eba17b8018d11358258f6c9fbe4b2d20858f5afdf82ad5a81de5f6191f833ecf01ee4631297b0880dfa8b76baa1f9cd09a976cab2d2206ca5a902283fa102
SHA512 (thunderbird-langpacks-91.4.0-20211215.tar.xz) = 2c83ce9f66180ee7a7ea33c909bbc8eb4d5ea7d5c815a517a175ce7c65b48e175be8ffd0af2c72b3944ff88202eb4b27f4e4c330f395a8c1c235319c9aa4e172
SHA512 (thunderbird-91.5.0.source.tar.xz) = e1cafbd99e67e8fef346e936890a22aeadded4aa8be604607535ae933251bc1b2a3b56c2b62045b3d37ecb09999adb746157df188d1a32dfe75685f3af959b7d
SHA512 (thunderbird-langpacks-91.5.0-20220118.tar.xz) = 0ca2fa1eb06d822438d1a1d153c7edfc8988b23c615ddec59a74de2da0f704a8d374c3cbd42db81527e8511c86dd5a7b91ed20c283c5f80fc2f294a35fb31e7b
SHA512 (cbindgen-vendor.tar.xz) = 105a7d93d63920d8c232421a29f6330c171343d27807feaeadb1737374e5cf1d48916cb6e9ce04773dd81bb3c52a6f5cef12e633b0922cb9f91ca99acc9e4b78

View File

@ -89,13 +89,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 91.4.0
Version: 91.5.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
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
%if %{build_langpacks}
Source1: thunderbird-langpacks-%{version}-20211215.tar.xz
Source1: thunderbird-langpacks-%{version}-20220118.tar.xz
%endif
Source3: get-calendar-langpacks.sh
Source4: cbindgen-vendor.tar.xz
@ -719,6 +719,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Tue Jan 18 2022 Jan Horak <jhorak@redhat.com> - 91.5.0-1
- Update to 91.5.0 build1
* Wed Dec 15 2021 Jan Horak <jhorak@redhat.com> - 91.4.0-1
- Update to 91.4.0 build2
- Enabled wayland backend for all DE (thanks to Timothée Ravier <travier@redhat.com>)