From eb7c8e3a85c15f7637c2df4fdf33e123eb8c5669 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 19 Jan 2022 09:39:36 +0100 Subject: [PATCH] Update to 91.5.0 --- .gitignore | 2 ++ sources | 4 ++-- thunderbird.spec | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 697755d..e2b27cc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 720d446..e38ae43 100644 --- a/sources +++ b/sources @@ -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 diff --git a/thunderbird.spec b/thunderbird.spec index 0bd30a7..22009eb 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -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 - 91.5.0-1 +- Update to 91.5.0 build1 + * Wed Dec 15 2021 Jan Horak - 91.4.0-1 - Update to 91.4.0 build2 - Enabled wayland backend for all DE (thanks to Timothée Ravier )