diff --git a/download b/download index aa0c112855eccfbae71ee4cb72603794412883de..5cd523bea48813cb306fcbc539bd4df458eb4163 100644 --- a/download +++ b/download @@ -1,5 +1,5 @@ a9f32342fcac2b79f76860ee742d6ff1 cbindgen-vendor.tar.xz -e7991f43d99938d9ac6cad51cd91bd3b thunderbird-102.10.0.b2.processed-source.tar.xz -9c9eb7523570e30dee52e7f2f5b8a237 thunderbird-langpacks-102.10.0-20230411.tar.xz +38d1ee4c7e882e54b8864e34df311d7e thunderbird-102.11.0.processed-source.tar.xz +f48229b98fd91da6ab088a16b5b2601d thunderbird-langpacks-102.11.0-20230504.tar.xz 75157f5e77e1a4f460645a57ff54e552 nspr-4.34.0-3.el8_1.src.rpm b603172c3f4cbb1d8197328087ca3972 nss-3.79.0-11.el8_1.src.rpm diff --git a/thunderbird.spec b/thunderbird.spec index e9e3abf7416c7ce06d84e498bdad3a4ee77d5533..297461e6d58b0f7c142b94eb5fcafc06e3162809 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -20,7 +20,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".an8") if match then - return 7 + return 9 end return -1 end} @@ -166,8 +166,8 @@ end} Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 102.10.0 -Release: 2%{anolis_release}%{?dist} +Version: 102.11.0 +Release: 1%{anolis_release}%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -175,7 +175,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+ # 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 .b2 +#%%global buildnum .b2 %if 0%{?rhel} == 9 ExcludeArch: %{ix86} @@ -195,7 +195,7 @@ ExcludeArch: loongarch64 #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 %{build_langpacks} -Source1: thunderbird-langpacks-%{version}-20230411.tar.xz +Source1: thunderbird-langpacks-%{version}-20230504.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball @@ -1257,10 +1257,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog -* Tue Apr 18 2023 Liwei Ge - 102.9.0-1.0.1 +* Thu May 18 2023 Liwei Ge - 102.11.0-1.0.1 - Rebrand to Anolis - Remove loongarch64 arch(Zhao Hang) +* Thu May 04 2023 Eike Rathke - 102.11.0-1 +- Update to 102.11.0 build1 + * Tue Apr 11 2023 Eike Rathke - 102.10.0-2 - Update to 102.10.0 build2