Update to 115.3.2

This commit is contained in:
Eike Rathke 2023-10-11 11:11:23 +02:00
parent 4de55a4e20
commit 8c304c9398
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -416,3 +416,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-115.3.0-20230926.tar.xz /thunderbird-langpacks-115.3.0-20230926.tar.xz
/thunderbird-langpacks-115.3.1-20230929.tar.xz /thunderbird-langpacks-115.3.1-20230929.tar.xz
/thunderbird-115.3.1.source.tar.xz /thunderbird-115.3.1.source.tar.xz
/thunderbird-115.3.2.source.tar.xz
/thunderbird-langpacks-115.3.2-20231011.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16 SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16
SHA512 (thunderbird-langpacks-115.3.1-20230929.tar.xz) = c979cb9f42debe3c3b2950c765ee22669781033764607f8ddfb7f5e089302dec7d23fc0d1cb4a60c40fd765ddbf1000cd365b2a92d5df0ce659660f2a599d85d SHA512 (thunderbird-115.3.2.source.tar.xz) = e94bdb940327296754324d8fcb055813247a79d377399b84184e0ff80123240d923aa3745c3076d37f06296c8cc49373db2d8e8a6ac4edeaf63cd56ca4652e35
SHA512 (thunderbird-115.3.1.source.tar.xz) = e3b643cfee07d3fdd7bcc686db6dd3e81b09ecabfa9df4d34dd32acf3799b4b0b4a88e169f957d420e06aabba55c4452f3a9761db37828b025048ad5d8ef2db9 SHA512 (thunderbird-langpacks-115.3.2-20231011.tar.xz) = 1ebbd0907b224d38fadba28cd1bfb71129a2abb82dfa6bb20b321648f425ad309b42fbea390bbd3365006b49a201ddd5d8e78089504694d8b368d2fee5946f5f

View File

@ -76,13 +76,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird Name: thunderbird
Version: 115.3.1 Version: 115.3.2
Release: 2%{?dist} Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/ URL: http://www.mozilla.org/projects/thunderbird/
License: MPL-2.0 OR GPL-2.0-or-later OR LGPL-2.0-or-later 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 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}-20230929.tar.xz Source1: thunderbird-langpacks-%{version}-20231011.tar.xz
%endif %endif
Source3: get-calendar-langpacks.sh Source3: get-calendar-langpacks.sh
Source4: cbindgen-vendor.tar.xz Source4: cbindgen-vendor.tar.xz
@ -719,6 +719,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#=============================================================================== #===============================================================================
%changelog %changelog
* Wed Oct 11 2023 Eike Rathke <erack@redhat.com> - 115.3.2-1
- Update to 115.3.2
* Sat Oct 07 2023 Kalev Lember <klember@redhat.com> - 115.3.1-2 * Sat Oct 07 2023 Kalev Lember <klember@redhat.com> - 115.3.1-2
- Fix flatpak build - Fix flatpak build