Update to 115.5.0

This commit is contained in:
Eike Rathke 2023-11-24 13:36:31 +01:00
parent c1d5e3dc1b
commit b2d0e1079a
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -426,3 +426,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-115.4.2-20231108.tar.xz
/thunderbird-115.4.3.source.tar.xz
/thunderbird-langpacks-115.4.3-20231115.tar.xz
/thunderbird-115.5.0.source.tar.xz
/thunderbird-langpacks-115.5.0-20231121.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16
SHA512 (thunderbird-115.4.3.source.tar.xz) = be72f3739a2c3b947031143e1e150cf42131170e7886d29688d4f1e4adc82443f1565f8ea1e95a02448773366c1df6cb198d0f890dfdd7fd7161981b45fbc509
SHA512 (thunderbird-langpacks-115.4.3-20231115.tar.xz) = 17d2e0a8fe2afa83fb191336d13d795a895f745fd78a3d1713d78c65bf1d3888e2985a1442014e851a757a462964b354208d70da3d17a40f9eb137188ce4caab
SHA512 (thunderbird-115.5.0.source.tar.xz) = 3ada7ad6aeca07edd732e0beaaf765f2da8282e4d3bed967d68f42f4d612842f0e470bd43c24de0e92829eb137c1031999f50456165de0b7735502a83deb42e5
SHA512 (thunderbird-langpacks-115.5.0-20231121.tar.xz) = f9491ac165ea6e7a2d369e36fe8494300a1714543b5ee7b0cf2a86bc4f7b8b4839fc72a3af66a7d5c5308e4343296c38dc1bc4715e0f0b7aba042df45bfec350

View File

@ -76,13 +76,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 115.4.3
Version: 115.5.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
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}-20231115.tar.xz
Source1: thunderbird-langpacks-%{version}-20231121.tar.xz
%endif
Source3: get-calendar-langpacks.sh
Source4: cbindgen-vendor.tar.xz
@ -717,6 +717,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Fri Nov 24 2023 Eike Rathke <erack@redhat.com> - 115.5.0-1
- Update to 115.5.0
* Wed Nov 15 2023 Eike Rathke <erack@redhat.com> - 115.4.3-1
- Update to 115.4.3