Update to 102.7.1
This commit is contained in:
parent
ce2e60424b
commit
7db2eec382
2
.gitignore
vendored
2
.gitignore
vendored
@ -385,3 +385,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-langpacks-102.5.1-20221201.tar.xz
|
/thunderbird-langpacks-102.5.1-20221201.tar.xz
|
||||||
/thunderbird-102.6.0.source.tar.xz
|
/thunderbird-102.6.0.source.tar.xz
|
||||||
/thunderbird-langpacks-102.6.0-20221213.tar.xz
|
/thunderbird-langpacks-102.6.0-20221213.tar.xz
|
||||||
|
/thunderbird-102.7.1.source.tar.xz
|
||||||
|
/thunderbird-langpacks-102.7.1-20230124.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.6.0.source.tar.xz) = 34f79068685ace75ca65141d8165138d25326e9d0a1c25b0463ea69c64a7240dd19c6c894c875c5429cf7b40344fbd32b1ba0412bf8893c4bb744c83f8bc25ad
|
SHA512 (thunderbird-102.7.1.source.tar.xz) = 6ca52281ce78a05773c6ea4b3b5e289fced0761e27bec54e93cfb49903363a8d6caf117b3032f9b4344723fde66303d29972622374baf145e726ce49a1134875
|
||||||
SHA512 (thunderbird-langpacks-102.6.0-20221213.tar.xz) = d6c807f4fe9eac61a57c26f07ef3d2844fdf836d52fd01f2d5373242a4ecf691c26eb62ec3812adeca73b21e4903eca88e4d303cef0c96b86de428f4fdde1b38
|
SHA512 (thunderbird-langpacks-102.7.1-20230124.tar.xz) = 8df14e287d6e9d4de2fcd96ecf761039c3f951aa13f3c15f4cfc9b4306ab4c835af6d7780e479dede22ebb6027e62a942c80b1fa04e83f92d29835b92a0a45c2
|
||||||
|
@ -99,13 +99,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 102.6.0
|
Version: 102.7.1
|
||||||
Release: 3%{?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}-20221213.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20230124.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source3: get-calendar-langpacks.sh
|
Source3: get-calendar-langpacks.sh
|
||||||
Source4: cbindgen-vendor.tar.xz
|
Source4: cbindgen-vendor.tar.xz
|
||||||
@ -761,10 +761,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2023 Eike Rathke <erack@redhat.com> - 102.7.1-1
|
||||||
|
- Update to 102.7.1
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 102.6.0-3
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 102.6.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Dec 21 2020 Martin Stransky <stransky@redhat.com> - 102.6.0-2
|
* Wed Dec 21 2022 Martin Stransky <stransky@redhat.com> - 102.6.0-2
|
||||||
- Backported mozbz#1804877 - set XDG_ACTIVATION_TOKEN when launch
|
- Backported mozbz#1804877 - set XDG_ACTIVATION_TOKEN when launch
|
||||||
external application.
|
external application.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user