AlmaLinux changes

This commit is contained in:
Eduard Abdullin 2026-07-28 04:11:41 +00:00 committed by root
commit d9be39c02b
4 changed files with 59 additions and 44 deletions

2
.gitignore vendored
View File

@ -193,3 +193,5 @@
/thunderbird-langpacks-140.11.0esr-20260521.tar.xz
/thunderbird-140.12.0esr.processed-source.tar.xz
/thunderbird-langpacks-140.12.0esr-20260615.tar.xz
/thunderbird-140.13.0esr.processed-source.tar.xz
/thunderbird-langpacks-140.13.0esr-20260722.tar.xz

View File

@ -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-140.12.0esr.processed-source.tar.xz) = bb9133765193bdda4c8e59e0c6adb984b131536d30e523e163de264086d5dcdbe1a2138de1e549268e972aeda00b01dcd0edaa70c2490706bc34c934d39988f8
SHA512 (thunderbird-langpacks-140.12.0esr-20260615.tar.xz) = bdf1f9810a488a050c7decd093dd0e7299166d1d8fdb4db73ff4a983c9182acf6e9a7cf12df07c206b542663b7e9c20c8078ab2e649c561cd981ab6b7038868c
SHA512 (thunderbird-140.13.0esr.processed-source.tar.xz) = 6134b1ea7e1752cc058a75eadbad36ea6d5a9fbf9a5a78829cd7b31f264fd258b592f4f49aca3e7820edca47116be8a223ca7addb23722a328983b8ad99dd8de
SHA512 (thunderbird-langpacks-140.13.0esr-20260722.tar.xz) = 62ce94eef8e01234fb19372232c921a9173c4bb419f882ef7b42b66874f57cb3897cd60ad24d7c31be4dd5223bb914b53d0e24d1dc7b78cb39c53836a1327dee

File diff suppressed because one or more lines are too long

View File

@ -79,6 +79,10 @@ end}
%global nss_version_max 3.125
%global nspr_version_max 4.40
%endif
%if 0%{?rhel} == 9 && 0%{?rhel_minor_version} > 8
%global nss_version_max 3.125
%global nspr_version_max 4.40
%endif
%global rust_version 1.84
%global system_libvpx 0
@ -141,7 +145,7 @@ end}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 140.12.0
Version: 140.13.0
Release: 1%{?dist}.alma.1
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -169,7 +173,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}-20260615.tar.xz
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260722.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
@ -1106,9 +1110,15 @@ echo "--------------------------------------------"
%patch -P11 -p1 -b .rust-file-removal
%patch -P14 -p1 -b .cargo-lock-version
%if 0%{?rhel} >= 10 && 0%{?rhel_minor_version} <= 2
%patch -P15 -p1 -b .build-system-nss
%patch -P16 -p1 -b .tb-build-system-nss
%if %{?system_nss}
%if (0%{?rhel} == 10 && %{rhel_minor_version} <= 2)
%patch -P15 -p1 -b .build-system-nss
%patch -P16 -p1 -b .tb-build-system-nss
%endif
%if (0%{?rhel} == 9 && %{rhel_minor_version} <= 8)
%patch -P15 -p1 -b .build-system-nss
%patch -P16 -p1 -b .tb-build-system-nss
%endif
%endif
%patch -P18 -p1 -b .annobin-fix
@ -1739,9 +1749,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Wed Jun 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.12.0-1.alma.1
* Tue Jul 28 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.13.0-1.alma.1
- AlmaLinux changes
* Wed Jul 22 2026 Jan Horak <jhorak@redhat.com> - 140.13.0-1
- Update to 140.13.0 ESR
* Mon Jun 15 2026 Jan Horak <jhorak@redhat.com> - 140.12.0-1
- Update to 140.12.0 ESR