Update to 115.2.2
This commit is contained in:
parent
e123d8e3a6
commit
e39816aac6
2
.gitignore
vendored
2
.gitignore
vendored
@ -410,3 +410,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-115.0.1.source.tar.xz
|
/thunderbird-115.0.1.source.tar.xz
|
||||||
/thunderbird-langpacks-115.1.1-20230815.tar.xz
|
/thunderbird-langpacks-115.1.1-20230815.tar.xz
|
||||||
/thunderbird-115.1.1.source.tar.xz
|
/thunderbird-115.1.1.source.tar.xz
|
||||||
|
/thunderbird-115.2.2.source.tar.xz
|
||||||
|
/thunderbird-langpacks-115.2.2-20230920.tar.xz
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (thunderbird-langpacks-115.1.1-20230815.tar.xz) = 95acb1771d21dbd29544f9bde7452cc1ebc65c410438cfc16efcf361e9ba184e54ab2839741e4f41ddc3ab3713a4ca1dde1408c4278ee0fde14e81766d40d14f
|
|
||||||
SHA512 (thunderbird-115.1.1.source.tar.xz) = 26f69dded43bd24ffce9acb0de204bef8c10c8df3cb82b33594d035e41179cb7450cb7c10470bfc92a933c1d801fb968049ea8a17d838d16de9973f5dddff9fc
|
|
||||||
SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16
|
SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c85353de300d9647a68f1ca8b1c953f7cc5539d861e9e8d8e42892cae757a3eafea78804e19bc323c16
|
||||||
|
SHA512 (thunderbird-115.2.2.source.tar.xz) = 45843709c21eb19d69d43205da6b2f943b584811a29942ffef1933c1ce7882b48046b201c2ff198658fec2c53d479311d8a353731afe6ea53f97b31674d6074a
|
||||||
|
SHA512 (thunderbird-langpacks-115.2.2-20230920.tar.xz) = 845057f699de35870fb45a5b0457a6841f5ddf32d11e514fe1bd0e094ea0c1407ffd637a14a595f5e08c68c4c1111b56fede1e99bb758e807bcd5c050302f616
|
||||||
|
@ -76,13 +76,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 115.1.1
|
Version: 115.2.2
|
||||||
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}-20230815.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20230920.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source3: get-calendar-langpacks.sh
|
Source3: get-calendar-langpacks.sh
|
||||||
Source4: cbindgen-vendor.tar.xz
|
Source4: cbindgen-vendor.tar.xz
|
||||||
@ -713,6 +713,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 19 2023 Eike Rathke <erack@redhat.com> - 115.2.2-1
|
||||||
|
- Update to 115.2.2
|
||||||
|
|
||||||
* Tue Aug 15 2023 Jan Horak <jhorak@redhat.com> - 115.1.1-1
|
* Tue Aug 15 2023 Jan Horak <jhorak@redhat.com> - 115.1.1-1
|
||||||
- Update to 115.1.1
|
- Update to 115.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user