diff --git a/thunderbird.spec b/thunderbird.spec index e01e255..a952f69 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -71,10 +71,18 @@ end} %global dts_version 11 %global llvm_version 7.0 +# CentOS Stream 10 already ships rebased NSS +%if 0%{?centos} == 10 +%global nspr_version 4.36 +%global nspr_version_max 4.37 +%global nss_version 3.112 +%global nss_version_max 3.113 +%else %global nspr_version 4.35 %global nspr_version_max 4.36 %global nss_version 3.101 %global nss_version_max 3.102 +%endif %global rust_version 1.66 %global system_libvpx 0 @@ -138,7 +146,7 @@ end} Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 128.10.0 -Release: 1%{?dist}.alma.1 +Release: 2%{?dist}.alma.1 URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -1659,9 +1667,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog -* Tue May 06 2025 Eduard Abdullin - 128.10.0-1.alma.1 +* Wed Aug 13 2025 Eduard Abdullin - 128.10.0-2.alma.1 - AlmaLinux changes +* Tue Aug 05 2025 Tomas Popela - 128.10.0-2 +- Bump the NSS requirements as the rebased NSS is already shipped in c10s + * Mon Apr 28 2025 Eike Rathke - 128.10.0-1 - Update to 128.10.0 build1