Update to 102.5.0

Use SPDX license IDs in spec
This commit is contained in:
Eike Rathke 2022-11-16 00:26:00 +01:00
parent 1fbcf37ebd
commit a17b5dff40
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -379,3 +379,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-102.4.0-20221017.tar.xz
/thunderbird-102.4.1.source.tar.xz
/thunderbird-langpacks-102.4.1-20221102.tar.xz
/thunderbird-102.5.0.source.tar.xz
/thunderbird-langpacks-102.5.0-20221115.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = 590e27b6c093a5c1bd839ca39c68537097d0849087a4a385ee6d7b180e9ceadbbb8974fa997f5f75af03e2c243a2f232d0d4c4c46e253ea464521b76c6886067
SHA512 (thunderbird-102.4.1.source.tar.xz) = 8855f7bf1ee2c9f6859189f3aa8afa5d851af2f4edb1a63e3804ec7796f228addf2819028ca6213f7c3f6c452cf4915801df1e706d7c84d8f15e0a627c77b7b6
SHA512 (thunderbird-langpacks-102.4.1-20221102.tar.xz) = 6d66e0f3429d67f6327d846a48b0ce7867a9ca6d9790789830cec5d15287d2780087b5393a2f999a7d7605a7fbcaa93da9a1fc7ba0eead2392879aa60d7c839a
SHA512 (thunderbird-102.5.0.source.tar.xz) = b6f2828b23616db5620e0364a1ebb02a8676e184d5e361c0aa87f36b64eb6b7f4b1bc3c42675b3ae3092953fbda6b01c18c068b167d40469481b1e18af1dcaa1
SHA512 (thunderbird-langpacks-102.5.0-20221115.tar.xz) = 6d9f92c2386ac219bed63c3bc59b5bcfd3b468f2360c6a18dd163897da5d9538c50afacfa16b636439497f8b846805866f457c59958b878305d6ecf72d772bde

View File

@ -99,13 +99,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 102.4.1
Version: 102.5.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
License: MPL-2.0 OR GPL-2.0-or-later OR LGPL-2.0-or-later
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}-20221102.tar.xz
Source1: thunderbird-langpacks-%{version}-20221115.tar.xz
%endif
Source3: get-calendar-langpacks.sh
Source4: cbindgen-vendor.tar.xz
@ -761,6 +761,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Tue Nov 15 2022 Eike Rathke <erack@redhat.com> - 102.5.0-1
- Update to 102.5.0
- Use SPDX license IDs in spec
* Wed Nov 02 2022 Eike Rathke <erack@redhat.com> - 102.4.1-1
- Update to 102.4.1