Update to 102.9.0
This commit is contained in:
parent
51af983460
commit
bf24466730
2
.gitignore
vendored
2
.gitignore
vendored
@ -392,3 +392,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
||||
/thunderbird-langpacks-102.7.2-20230208.tar.xz
|
||||
/thunderbird-102.8.0.source.tar.xz
|
||||
/thunderbird-langpacks-102.8.0-20230215.tar.xz
|
||||
/thunderbird-102.9.0.source.tar.xz
|
||||
/thunderbird-langpacks-102.9.0-20230313.tar.xz
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 590e27b6c093a5c1bd839ca39c68537097d0849087a4a385ee6d7b180e9ceadbbb8974fa997f5f75af03e2c243a2f232d0d4c4c46e253ea464521b76c6886067
|
||||
SHA512 (thunderbird-102.8.0.source.tar.xz) = 2431eb8799184b261609c96bed3c9368bec9035a831aa5f744fa89e48aedb130385b268dd90f03bbddfec449dc3e5fad1b5f8727fe9e11e1d1f123a81b97ddf8
|
||||
SHA512 (thunderbird-langpacks-102.8.0-20230215.tar.xz) = c85933b2c2f90ad0c1584c740fa7ce0657b023a80968e0924eaa34599b3167161e6eb493645fc4ea84290f7532b4b30a229bbb3e0691a1147eecd27456a7abdc
|
||||
SHA512 (thunderbird-102.9.0.source.tar.xz) = 0de88cef22e7b239804e27705b577dd34a86487512bb2af29804b358d056628c14034a34cbbdded75612bda984fac2c04d116cca8040b9212a7fb0206c07c440
|
||||
SHA512 (thunderbird-langpacks-102.9.0-20230313.tar.xz) = 9e03646baeaadbf1a2b907a668aeca8c934cb53e88b99391c2c10646694f3b8cf5f509271e8bdaa8335db4565a1254d00ba97c9dca99aea400b31672cefb2e16
|
||||
|
@ -99,13 +99,13 @@ ExcludeArch: s390x
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 102.8.0
|
||||
Version: 102.9.0
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
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
|
||||
%if %{build_langpacks}
|
||||
Source1: thunderbird-langpacks-%{version}-20230215.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20230313.tar.xz
|
||||
%endif
|
||||
Source3: get-calendar-langpacks.sh
|
||||
Source4: cbindgen-vendor.tar.xz
|
||||
@ -759,6 +759,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Wed Mar 15 2023 Eike Rathke <erack@redhat.com> - 102.9.0-1
|
||||
- Update to 102.9.0
|
||||
|
||||
* Fri Feb 17 2023 Eike Rathke <erack@redhat.com> - 102.8.0-1
|
||||
- Update to 102.8.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user