Update to Thunderbird 140.8 ESR
- Use system bzip2 - Fixed remove rust files (which fails rpminspect) patch - Fixed missing .gitmodules in comm/third-party/rust Resolves: RHEL-146449
This commit is contained in:
parent
28a625a07f
commit
24bebbd78c
2
.gitignore
vendored
2
.gitignore
vendored
@ -179,3 +179,5 @@
|
||||
/thunderbird-langpacks-140.6.0esr-20251209.tar.xz
|
||||
/thunderbird-langpacks-140.7.0esr-20260112.tar.xz
|
||||
/thunderbird-140.7.0esr.processed-source.tar.xz
|
||||
/thunderbird-140.8.0esr.processed-source.tar.xz
|
||||
/thunderbird-langpacks-140.8.0esr-20260223.tar.xz
|
||||
|
||||
48
build-min-lexical.patch
Normal file
48
build-min-lexical.patch
Normal file
File diff suppressed because one or more lines are too long
@ -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 ..
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
4
sources
4
sources
@ -2,5 +2,5 @@ SHA512 (nss-3.112.0-1.el9_4.src.rpm) = 6386239e79f8095b05270b3c8b76ac9203b0df196
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 2b8db32c0bca2fa27304ee4fd3a5cc38bc43a11500b23842747813d221e55719c51cf4c0e027e41857f58ce1e283ce97b69c2c7d1eae93ecbb08c2f729e2bf55
|
||||
SHA512 (nss-3.112.0-4.el8_2.src.rpm) = 59cca3df7a0ec6a731f4a36f8f560d496d240da0c16650f047ae686e683b883dc2630aedbe46a8b2cb21662c15f03f1efbe99da42055cc3a5418da4839e28da2
|
||||
SHA512 (nspr-4.36.0-2.el8_2.src.rpm) = fcc720afd2453a5110975fac9dd06f636491234780b62cbfcc235a485b4935e97c4f438292c686d27d9dc86b56f43399c024bee4fffcdff5f27c62d105310645
|
||||
SHA512 (thunderbird-langpacks-140.7.0esr-20260112.tar.xz) = 0892ff8633b5dd0a0cd521b3e3b7b0c5076379ab7f4f72b04be84906a3cdaf97e996cc5990c96b6e32299697d64c29fff222504843e514314040e84de50a6d28
|
||||
SHA512 (thunderbird-140.7.0esr.processed-source.tar.xz) = 412312ecefb33fbe949d048a498a8518adcc9bf54aa8bd406717f91112ebf21d84b59b08afeaeec93cb51dbaf84d1ff25d990e8f11bdb01524c460ae7418d578
|
||||
SHA512 (thunderbird-140.8.0esr.processed-source.tar.xz) = 88a4a99a8f9ade31bc2b6badfd6254cbfa8d9febe9503249783389f25357b68c3827444983b0afefc26edba97ab3b1e61a11b57235d2c5b8e20b70219f203524
|
||||
SHA512 (thunderbird-langpacks-140.8.0esr-20260223.tar.xz) = cf8ed03feb3d9e0280087c710e19adbb06671d18706e0e699a444868e6476891a577202fda06575cb904004c66db1ade1ea7760906c9efcb71499f99ba93fd62
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
@ -460,7 +461,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)
|
||||
@ -477,7 +479,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}
|
||||
@ -1099,6 +1104,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
|
||||
@ -1713,6 +1719,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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user