Update to 115.14.0 build1

Resolves: RHEL-50615
This commit is contained in:
Eike Rathke 2024-08-05 13:56:59 +02:00
parent 92f2888024
commit 604dd63bd8
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -67,3 +67,5 @@ SOURCES/thunderbird-symbolic.svg
/thunderbird-115.13.0.b3.processed-source.tar.xz
/thunderbird-115.13.0.b5.processed-source.tar.xz
/thunderbird-langpacks-115.13.0-20240716.tar.xz
/thunderbird-115.14.0.processed-source.tar.xz
/thunderbird-langpacks-115.14.0-20240805.tar.xz

View File

@ -2,5 +2,5 @@ SHA512 (cbindgen-vendor.tar.xz) = 161811f4adfc74e5d92871c78139704d32e1e1ad6b615c
SHA512 (nspr-4.35.0-1.el8_1.src.rpm) = 5123a443fcc42602e31104999be339ae899eb7b1f1e2f1ea87ba4f283eb894d08ab568e421dba1df4770f23be91ff88aa6a0748bce7feef31ed88bee5bdecb2c
SHA512 (nss-3.90.0-2.el8_1.src.rpm) = 850cd6a343e62d34ad28ac356db03371f0b1f018274901cc700cc4f8138c9929eb159bbb1ebe167f727a69f6499423a54581ca65ed655ee468f1cae8450df85c
SHA512 (nss-3.90.0-3.el9_0.src.rpm) = f321b9c1bda0b09eee564e2903023435851a4ff2e55bdd5b03012ca51be7999b18d85061f874065d0b25913721eb574f49746a3111f8f1cdd5b21268dddd8367
SHA512 (thunderbird-115.13.0.b5.processed-source.tar.xz) = b8d241d0eaf3f35e5972f38af8741343fc08ad80b1a93a0dfa833d5eaa3f9f7f85828c4bf68e5d40624c9c0c7b2623a981ede84862c349cc35ebc9b1bdca9148
SHA512 (thunderbird-langpacks-115.13.0-20240716.tar.xz) = f8b27c10286fd5936ea2d6178ba5a5d13e67150ccb6c1dac1254ab1a88dff8538353627ad7a6195fc02789e5f8c889cccbd795f95d20fe4169bbfa58555b4976
SHA512 (thunderbird-115.14.0.processed-source.tar.xz) = 2f83b19057da51d12250783cd33d089801b07b2eda64f16cd1846461650672d1abf8b78d5b3ccc703c2b4f45365795d55d84530cc5fa51706c0cf52c0611748d
SHA512 (thunderbird-langpacks-115.14.0-20240805.tar.xz) = e98f04ea5941f1160908584c7d263da7a934233ea378ec1b57a9a91f7b40242f0f45d8758b15573c635dbea606cf239625ae5e61e367123d0545034dee1e9383

View File

@ -124,7 +124,7 @@ end}
# If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g.
# thunderbird-102.8.0.b2.processed-source.tar.xz
# When unset use processed source file name as is.
%global buildnum .b5
##global buildnum .b2
%bcond_without langpacks
@ -134,8 +134,8 @@ end}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 115.13.0
Release: 3%{?dist}
Version: 115.14.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -165,7 +165,7 @@ ExcludeArch: aarch64 s390 ppc ppc64
#Source0: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.processed-source.tar.xz
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
%if %{with langpacks}
Source1: thunderbird-langpacks-%{version}-20240716.tar.xz
Source1: thunderbird-langpacks-%{version}-20240805.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
@ -1515,6 +1515,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon Aug 05 2024 Eike Rathke <erack@redhat.com> - 115.14.0-1
- Update to 115.14.0 build1
* Tue Jul 16 2024 Eike Rathke <erack@redhat.com> - 115.13.0-3
- Update to 115.13.0 build5