Update to 102.2.1
This commit is contained in:
parent
ca5a5e2756
commit
3f8d976c97
2
.gitignore
vendored
2
.gitignore
vendored
@ -369,3 +369,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
||||
/thunderbird-langpacks-102.1.0-20220803.tar.xz
|
||||
/thunderbird-102.2.0.source.tar.xz
|
||||
/thunderbird-langpacks-102.2.0-20220823.tar.xz
|
||||
/thunderbird-102.2.1.source.tar.xz
|
||||
/thunderbird-langpacks-102.2.1-20220901.tar.xz
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 590e27b6c093a5c1bd839ca39c68537097d0849087a4a385ee6d7b180e9ceadbbb8974fa997f5f75af03e2c243a2f232d0d4c4c46e253ea464521b76c6886067
|
||||
SHA512 (thunderbird-102.2.0.source.tar.xz) = a9ca311e3c55c8703aaecfe30f8a8040a16acc445530f7462baeaaf941f7221e60b66b0894ea0b3c0eb83ccc882706674cfa319ae93557405946ffffb1f6b5dc
|
||||
SHA512 (thunderbird-langpacks-102.2.0-20220823.tar.xz) = 75bd96e5a36e42049e8a08b782993d6f149e54fd699c85e044dda8e404cf243d33f0c0f99631533a972febc6d1348f64c370c54eae4776a4c1b899fa3b0d96a2
|
||||
SHA512 (thunderbird-102.2.1.source.tar.xz) = 7b69cfffb5de56690cbbd97f6b627733072dee498a15adfece990f9019df8df948762ce8eb2ca2d91ef12ff56262fb1905476d8a477aed70bc71cd2f9f986ea4
|
||||
SHA512 (thunderbird-langpacks-102.2.1-20220901.tar.xz) = 885c7148b366e76e0468e7df3e0bcb7347b89accc7a48f87cd8e112025be9e7740960547cdb514659df240bc37578063ee1cfc5a78f065aa11265af9878e4b37
|
||||
|
@ -99,13 +99,13 @@ ExcludeArch: s390x
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 102.2.0
|
||||
Version: 102.2.1
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
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}-20220823.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20220901.tar.xz
|
||||
%endif
|
||||
Source3: get-calendar-langpacks.sh
|
||||
Source4: cbindgen-vendor.tar.xz
|
||||
@ -761,6 +761,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Sep 01 2022 Eike Rathke <erack@redhat.com> - 102.2.1-1
|
||||
- Update to 102.2.1
|
||||
|
||||
* Tue Aug 23 2022 Eike Rathke <erack@redhat.com> - 102.2.0-1
|
||||
- Update to 102.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user