Update to 115.4.0
This commit is contained in:
parent
8c304c9398
commit
1a496086bb
2
.gitignore
vendored
2
.gitignore
vendored
@ -418,3 +418,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-115.3.1.source.tar.xz
|
/thunderbird-115.3.1.source.tar.xz
|
||||||
/thunderbird-115.3.2.source.tar.xz
|
/thunderbird-115.3.2.source.tar.xz
|
||||||
/thunderbird-langpacks-115.3.2-20231011.tar.xz
|
/thunderbird-langpacks-115.3.2-20231011.tar.xz
|
||||||
|
/thunderbird-115.4.0.source.tar.xz
|
||||||
|
/thunderbird-langpacks-115.4.0-20231024.tar.xz
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16
|
SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16
|
||||||
SHA512 (thunderbird-115.3.2.source.tar.xz) = e94bdb940327296754324d8fcb055813247a79d377399b84184e0ff80123240d923aa3745c3076d37f06296c8cc49373db2d8e8a6ac4edeaf63cd56ca4652e35
|
SHA512 (thunderbird-115.4.0.source.tar.xz) = d4ee356943fd580b3c3f70e6977b4418a93f41abcea65b9255cbfb6689eb2b4dd71f7723b6873c03f43a857925218ebf32ef1ff54437964c4f4e4d0db911663f
|
||||||
SHA512 (thunderbird-langpacks-115.3.2-20231011.tar.xz) = 1ebbd0907b224d38fadba28cd1bfb71129a2abb82dfa6bb20b321648f425ad309b42fbea390bbd3365006b49a201ddd5d8e78089504694d8b368d2fee5946f5f
|
SHA512 (thunderbird-langpacks-115.4.0-20231024.tar.xz) = 69d11bf359d912519c0a62888089cabaa613c908b0e9ce27de0b8195532d5a097c60e6ac70a552c63e47797fe5acd47fc7df87486ee0ae90cfec9d291cd74ed3
|
||||||
|
@ -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.2
|
Version: 115.4.0
|
||||||
Release: 1%{?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}-20231011.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20231024.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
|
||||||
|
* Tue Oct 24 2023 Eike Rathke <erack@redhat.com> - 115.4.0-1
|
||||||
|
- Update to 115.4.0
|
||||||
|
|
||||||
* Wed Oct 11 2023 Eike Rathke <erack@redhat.com> - 115.3.2-1
|
* Wed Oct 11 2023 Eike Rathke <erack@redhat.com> - 115.3.2-1
|
||||||
- Update to 115.3.2
|
- Update to 115.3.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user