Update to 102.10.0
This commit is contained in:
parent
618f3cf723
commit
26c4214413
2
.gitignore
vendored
2
.gitignore
vendored
@ -396,3 +396,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-langpacks-102.9.0-20230313.tar.xz
|
/thunderbird-langpacks-102.9.0-20230313.tar.xz
|
||||||
/thunderbird-102.9.1.source.tar.xz
|
/thunderbird-102.9.1.source.tar.xz
|
||||||
/thunderbird-langpacks-102.9.1-20230329.tar.xz
|
/thunderbird-langpacks-102.9.1-20230329.tar.xz
|
||||||
|
/thunderbird-102.10.0.source.tar.xz
|
||||||
|
/thunderbird-langpacks-102.10.0-20230411.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.9.1.source.tar.xz) = 0a4aa344387d19ab6e8e70a08f27ea0e47e74f90e8cf47545870b7ef30b08babfae9be229b13bee31b6797c45683859ba54ecbc0d1e31c40f780851ae0c0a84b
|
SHA512 (thunderbird-102.10.0.source.tar.xz) = 08d7908cbef48cffac2fbab857f8aceb9a7abd7c72d5e9c9dae8d3a3871846b6f0cf562c5b646ad27a0d79ac04b8605b123c5e1929f92afee4501344d1fbc5cf
|
||||||
SHA512 (thunderbird-langpacks-102.9.1-20230329.tar.xz) = e6b2628f848f6a1c1397f3eaa991cb8f9369215aa6b4e166fc8864243e27e80ed73f212bf5ce920857c6c3a8be62b80d76b31dc44126a57fedac854e1a5adcbf
|
SHA512 (thunderbird-langpacks-102.10.0-20230411.tar.xz) = ba300fd085569bc6e8407e3b843dfb9be1dd244e2cc34382b9cfa0cf35d5fc4720c2ec9600ec7ef42e8f8ba76ed26b555c2c969bd664be8d82ef5c88d2263ebf
|
||||||
|
@ -99,13 +99,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 102.9.1
|
Version: 102.10.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}-20230329.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20230411.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source3: get-calendar-langpacks.sh
|
Source3: get-calendar-langpacks.sh
|
||||||
Source4: cbindgen-vendor.tar.xz
|
Source4: cbindgen-vendor.tar.xz
|
||||||
@ -762,6 +762,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2023 Eike Rathke <erack@redhat.com> - 102.10.0-1
|
||||||
|
- Update to 102.10.0
|
||||||
|
|
||||||
* Wed Mar 29 2023 Eike Rathke <erack@redhat.com> - 102.9.1-1
|
* Wed Mar 29 2023 Eike Rathke <erack@redhat.com> - 102.9.1-1
|
||||||
- Update to 102.9.1
|
- Update to 102.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user