|
|
@ -35,7 +35,7 @@ function dist_to_rhel_minor(str, start)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
match = string.match(str, ".el9")
|
|
|
|
match = string.match(str, ".el9")
|
|
|
|
if match then
|
|
|
|
if match then
|
|
|
|
return 4
|
|
|
|
return 5
|
|
|
|
end
|
|
|
|
end
|
|
|
|
return -1
|
|
|
|
return -1
|
|
|
|
end}
|
|
|
|
end}
|
|
|
@ -124,7 +124,7 @@ end}
|
|
|
|
# If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g.
|
|
|
|
# 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
|
|
|
|
# thunderbird-102.8.0.b2.processed-source.tar.xz
|
|
|
|
# When unset use processed source file name as is.
|
|
|
|
# When unset use processed source file name as is.
|
|
|
|
%global buildnum .b2
|
|
|
|
##global buildnum .b2
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_without langpacks
|
|
|
|
%bcond_without langpacks
|
|
|
|
|
|
|
|
|
|
|
@ -134,8 +134,8 @@ end}
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
|
|
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
|
|
|
Name: thunderbird
|
|
|
|
Name: thunderbird
|
|
|
|
Version: 115.10.0
|
|
|
|
Version: 115.11.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
URL: http://www.mozilla.org/projects/thunderbird/
|
|
|
|
URL: http://www.mozilla.org/projects/thunderbird/
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
|
|
|
|
|
|
|
@ -165,7 +165,7 @@ ExcludeArch: aarch64 s390 ppc ppc64
|
|
|
|
#Source0: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.processed-source.tar.xz
|
|
|
|
#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
|
|
|
|
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
|
|
|
%if %{with langpacks}
|
|
|
|
%if %{with langpacks}
|
|
|
|
Source1: thunderbird-langpacks-%{version}-20240415.tar.xz
|
|
|
|
Source1: thunderbird-langpacks-%{version}-20240513.tar.xz
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source2: cbindgen-vendor.tar.xz
|
|
|
|
Source2: cbindgen-vendor.tar.xz
|
|
|
|
Source3: process-official-tarball
|
|
|
|
Source3: process-official-tarball
|
|
|
@ -1514,6 +1514,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
#===============================================================================
|
|
|
|
#===============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 13 2024 Eike Rathke <erack@redhat.com> - 115.11.0-1
|
|
|
|
|
|
|
|
- Update to 115.11.0 build2
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 15 2024 Eike Rathke <erack@redhat.com> - 115.10.0-2
|
|
|
|
* Mon Apr 15 2024 Eike Rathke <erack@redhat.com> - 115.10.0-2
|
|
|
|
- Update to 115.10.0 build2
|
|
|
|
- Update to 115.10.0 build2
|
|
|
|
|
|
|
|
|
|
|
|