import CS git thunderbird-140.8.0-1.el10_1

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-02 08:48:09 -05:00
parent a805706dc6
commit 2020dd1e67
52 changed files with 99 additions and 41 deletions

12
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/cbindgen-vendor.tar.xz
SOURCES/nspr-4.36.0-2.el8_2.src.rpm
SOURCES/nss-3.112.0-1.el9_4.src.rpm
SOURCES/nss-3.112.0-4.el8_2.src.rpm
SOURCES/thunderbird-140.7.0esr.processed-source.tar.xz
SOURCES/thunderbird-langpacks-140.7.0esr-20260112.tar.xz
cbindgen-vendor.tar.xz
nspr-4.36.0-2.el8_2.src.rpm
nss-3.112.0-1.el9_4.src.rpm
nss-3.112.0-4.el8_2.src.rpm
thunderbird-140.8.0esr.processed-source.tar.xz
thunderbird-langpacks-140.8.0esr-20260223.tar.xz

View File

@ -1,6 +0,0 @@
bc4adac8f38f5103d8f88564a1545063dd8d6402 SOURCES/cbindgen-vendor.tar.xz
0d0ddbd2a73340b3cbc977997f57222946b1e775 SOURCES/nspr-4.36.0-2.el8_2.src.rpm
fd3879b176634d66f8ef64d18fdaeec98e140c23 SOURCES/nss-3.112.0-1.el9_4.src.rpm
c3f0aaef37972107442e2796efad71be3a98ce3c SOURCES/nss-3.112.0-4.el8_2.src.rpm
a4c777243a785021342bb4cff1cfba440a7b94b0 SOURCES/thunderbird-140.7.0esr.processed-source.tar.xz
1f374d2cd806d8556e34d0949ec90108999dc415 SOURCES/thunderbird-langpacks-140.7.0esr-20260112.tar.xz

File diff suppressed because one or more lines are too long

48
build-min-lexical.patch Normal file

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,7 @@ rm -vrf ./process-tarball-dir/*/modules/zlib
processed_tarball=${1/source/processed-source}
cd ./process-tarball-dir
tar -cf - ./* | xz -9 -T 0 -f > $processed_tarball
tar -cf - ./* | xz -9 -T 8 -f > $processed_tarball
mv $processed_tarball ..
cd ..

24
rust-file-removal.patch Normal file

File diff suppressed because one or more lines are too long

6
sources Normal file
View File

@ -0,0 +1,6 @@
SHA512 (cbindgen-vendor.tar.xz) = 2b8db32c0bca2fa27304ee4fd3a5cc38bc43a11500b23842747813d221e55719c51cf4c0e027e41857f58ce1e283ce97b69c2c7d1eae93ecbb08c2f729e2bf55
SHA512 (nspr-4.36.0-2.el8_2.src.rpm) = fcc720afd2453a5110975fac9dd06f636491234780b62cbfcc235a485b4935e97c4f438292c686d27d9dc86b56f43399c024bee4fffcdff5f27c62d105310645
SHA512 (nss-3.112.0-1.el9_4.src.rpm) = 6386239e79f8095b05270b3c8b76ac9203b0df196921b64b779f832f0c04fc8c86624a98d85d39372b07e361278c400f52ef653e14ebeab9db49429e69153ff2
SHA512 (nss-3.112.0-4.el8_2.src.rpm) = 59cca3df7a0ec6a731f4a36f8f560d496d240da0c16650f047ae686e683b883dc2630aedbe46a8b2cb21662c15f03f1efbe99da42055cc3a5418da4839e28da2
SHA512 (thunderbird-140.8.0esr.processed-source.tar.xz) = 88a4a99a8f9ade31bc2b6badfd6254cbfa8d9febe9503249783389f25357b68c3827444983b0afefc26edba97ab3b1e61a11b57235d2c5b8e20b70219f203524
SHA512 (thunderbird-langpacks-140.8.0esr-20260223.tar.xz) = cf8ed03feb3d9e0280087c710e19adbb06671d18706e0e699a444868e6476891a577202fda06575cb904004c66db1ade1ea7760906c9efcb71499f99ba93fd62

View File

@ -27,6 +27,7 @@ ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-system-jpeg
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --with-unsigned-addon-scopes=app,system
export BUILD_OFFICIAL=1

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -137,7 +137,7 @@ end}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 140.7.0
Version: 140.8.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -165,7 +165,7 @@ ExcludeArch: %{ix86}
#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}%{?pre_version}-20260112.tar.xz
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260223.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
@ -201,6 +201,7 @@ Patch15: build-system-nss.patch
Patch16: build-tb-system-nss.patch
Patch17: build-workaround-s390x.patch
Patch18: build-annobin-fix.patch
Patch19: build-min-lexical.patch
# -- Upstreamed patches --
Patch51: mozilla-bmo1170092.patch
@ -459,7 +460,8 @@ Provides: bundled(wllama)
Provides: bundled(woff2)
Provides: bundled(xsimd)
Provides: bundled(xz-embedded)
Provides: bundled(zlib)
#Not used when with-system-zlib
#Provides: bundled(zlib)
Provides: bundled(zstd)
Provides: bundled(Zycore)
Provides: bundled(Zydis)
@ -476,7 +478,10 @@ Provides: bundled(libotr)
Provides: bundled(qrcode)
Provides: bundled(rnp)
Provides: bundled(sax-js)
Provides: bundled(zlib)
#Not used when with-system-zlib
#Provides: bundled(zlib)
#Not used when with-system-bz2
#Provides: bundled(bzip2)
%if 0%{?bundle_nss}
Provides: bundled(nss) = %{nss_version}
@ -1098,6 +1103,7 @@ echo "--------------------------------------------"
%patch -P15 -p1 -b .build-system-nss
%patch -P16 -p1 -b .tb-build-system-nss
%patch -P18 -p1 -b .annobin-fix
%patch -P19 -p1 -b .min-lexical
# -- Upstreamed patches --
%patch -P51 -p1 -b .mozilla-bmo1170092
@ -1711,6 +1717,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon Feb 23 2026 Jan Horak <jhorak@redhat.com> - 140.8.0-1
- Update to 140.8.0 ESR
* Mon Jan 12 2026 Jan Horak <jhorak@redhat.com> - 140.7.0-1
- Update to 140.7.0 ESR