Update to 102.11.0
This commit is contained in:
parent
5d9907d3f4
commit
0f4970d04f
2
.gitignore
vendored
2
.gitignore
vendored
@ -398,3 +398,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-langpacks-102.9.1-20230329.tar.xz
|
/thunderbird-langpacks-102.9.1-20230329.tar.xz
|
||||||
/thunderbird-102.10.0.source.tar.xz
|
/thunderbird-102.10.0.source.tar.xz
|
||||||
/thunderbird-langpacks-102.10.0-20230411.tar.xz
|
/thunderbird-langpacks-102.10.0-20230411.tar.xz
|
||||||
|
/thunderbird-102.11.0.source.tar.xz
|
||||||
|
/thunderbird-langpacks-102.11.0-20230504.tar.xz
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (cbindgen-vendor.tar.xz) = 590e27b6c093a5c1bd839ca39c68537097d0849087a4a385ee6d7b180e9ceadbbb8974fa997f5f75af03e2c243a2f232d0d4c4c46e253ea464521b76c6886067
|
SHA512 (cbindgen-vendor.tar.xz) = 590e27b6c093a5c1bd839ca39c68537097d0849087a4a385ee6d7b180e9ceadbbb8974fa997f5f75af03e2c243a2f232d0d4c4c46e253ea464521b76c6886067
|
||||||
SHA512 (thunderbird-102.10.0.source.tar.xz) = 08d7908cbef48cffac2fbab857f8aceb9a7abd7c72d5e9c9dae8d3a3871846b6f0cf562c5b646ad27a0d79ac04b8605b123c5e1929f92afee4501344d1fbc5cf
|
SHA512 (thunderbird-102.11.0.source.tar.xz) = 8ae12ffab5893456f14df7417e1a9d5e0e754bdd743b2f3a42623ea57342f10de32763e56ff9ccf6938f89726e31d2a4062d4336a77918e884aac70a338f4130
|
||||||
SHA512 (thunderbird-langpacks-102.10.0-20230411.tar.xz) = ba300fd085569bc6e8407e3b843dfb9be1dd244e2cc34382b9cfa0cf35d5fc4720c2ec9600ec7ef42e8f8ba76ed26b555c2c969bd664be8d82ef5c88d2263ebf
|
SHA512 (thunderbird-langpacks-102.11.0-20230504.tar.xz) = 3d84d8504b90023c6d7b6a70a747ba79ccfd4df6e25d9307ff8402facb17814f6d06ee7042b0541b9380bfe61c119fdf29013c1f1268a7f03a8157783c3b571c
|
||||||
|
@ -99,13 +99,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 102.10.0
|
Version: 102.11.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}-20230411.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20230504.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source3: get-calendar-langpacks.sh
|
Source3: get-calendar-langpacks.sh
|
||||||
Source4: cbindgen-vendor.tar.xz
|
Source4: cbindgen-vendor.tar.xz
|
||||||
@ -766,6 +766,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 10 2023 Eike Rathke <erack@redhat.com> - 102.11.0-1
|
||||||
|
- Update to 102.11.0
|
||||||
|
|
||||||
* Tue Apr 11 2023 Eike Rathke <erack@redhat.com> - 102.10.0-1
|
* Tue Apr 11 2023 Eike Rathke <erack@redhat.com> - 102.10.0-1
|
||||||
- Update to 102.10.0
|
- Update to 102.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user