|
|
@ -183,8 +183,8 @@ end}
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
|
|
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
|
|
|
Name: thunderbird
|
|
|
|
Name: thunderbird
|
|
|
|
Version: 102.13.0
|
|
|
|
Version: 102.14.0
|
|
|
|
Release: 2%{?dist}.inferit.1
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
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+
|
|
|
|
|
|
|
|
|
|
|
@ -192,7 +192,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.
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 9
|
|
|
|
%if 0%{?rhel} == 9
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
@ -211,7 +211,7 @@ ExcludeArch: aarch64 s390 ppc
|
|
|
|
#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 %{build_langpacks}
|
|
|
|
%if %{build_langpacks}
|
|
|
|
Source1: thunderbird-langpacks-%{version}-20230707.tar.xz
|
|
|
|
Source1: thunderbird-langpacks-%{version}-20230801.tar.xz
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source2: cbindgen-vendor.tar.xz
|
|
|
|
Source2: cbindgen-vendor.tar.xz
|
|
|
|
Source3: process-official-tarball
|
|
|
|
Source3: process-official-tarball
|
|
|
@ -270,15 +270,6 @@ Patch423: one_swizzle_to_rule_them_all.patch
|
|
|
|
Patch424: svg-rendering.patch
|
|
|
|
Patch424: svg-rendering.patch
|
|
|
|
Patch425: D158770.diff
|
|
|
|
Patch425: D158770.diff
|
|
|
|
|
|
|
|
|
|
|
|
# With clang LLVM 16 rust-bindgen 0.56.0 is too old, combined
|
|
|
|
|
|
|
|
# https://github.com/rust-lang/rust-bindgen/pull/2319
|
|
|
|
|
|
|
|
# https://github.com/rust-lang/rust-bindgen/pull/2339
|
|
|
|
|
|
|
|
Patch427: rust-bindgen-2319-2339.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Needed with rust 1.70
|
|
|
|
|
|
|
|
# https://github.com/mozilla/mp4parse-rust/commit/8b5b652d38e007e736bb442ccd5aa5ed699db100
|
|
|
|
|
|
|
|
Patch428: mp4parse-rust-8b5b652d38e007e736bb442ccd5aa5ed699db100.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# PGO/LTO patches
|
|
|
|
# PGO/LTO patches
|
|
|
|
Patch600: pgo.patch
|
|
|
|
Patch600: pgo.patch
|
|
|
|
Patch602: mozilla-1516803.patch
|
|
|
|
Patch602: mozilla-1516803.patch
|
|
|
@ -652,14 +643,6 @@ echo "use_rustts %{?use_rustts}"
|
|
|
|
%patch424 -p1 -b .svg-rendering
|
|
|
|
%patch424 -p1 -b .svg-rendering
|
|
|
|
%patch425 -p1 -b .D158770.diff
|
|
|
|
%patch425 -p1 -b .D158770.diff
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 38 || (0%{?rhel} == 9 && %{rhel9_minor_version} >= 3) || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)
|
|
|
|
|
|
|
|
# MUST ONLY be applied for building against clang LLVM 16.
|
|
|
|
|
|
|
|
# Would crash with earlier clang.
|
|
|
|
|
|
|
|
%patch -P 427 -p1 -b .rust-bindgen-2319-2339
|
|
|
|
|
|
|
|
# Needed with rust 1.70
|
|
|
|
|
|
|
|
%patch -P 428 -p1 -b .mp4parse-rust-8b5b652d38e007e736bb442ccd5aa5ed699db100
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if !%{?use_openssl_for_librnp}
|
|
|
|
%if !%{?use_openssl_for_librnp}
|
|
|
|
%patch230 -p1 -b .disable-openpgp-in-thunderbird
|
|
|
|
%patch230 -p1 -b .disable-openpgp-in-thunderbird
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -1296,10 +1279,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
#===============================================================================
|
|
|
|
#===============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 21 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.14.0-1.inferit
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.13.0-2.inferit.1
|
|
|
|
* Fri Aug 11 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.13.0-2.inferit.1
|
|
|
|
- Added Russian description and summary for ArcMenu and gnome-software
|
|
|
|
- Added Russian description and summary for ArcMenu and gnome-software
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 01 2023 Eike Rathke <erack@redhat.com> - 102.14.0-1
|
|
|
|
|
|
|
|
- Update to 102.14.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.13.0-2.inferit
|
|
|
|
* Thu Jul 20 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.13.0-2.inferit
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
@ -1315,9 +1304,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
* Mon Jul 03 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.12.0-1.inferit
|
|
|
|
* Mon Jul 03 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.12.0-1.inferit
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 05 2023 Eike Rathke <erack@redhat.com> - 102.12.0-1
|
|
|
|
|
|
|
|
- Update to 102.12.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 04 2023 Eike Rathke <erack@redhat.com> - 102.11.0-1
|
|
|
|
* Thu May 04 2023 Eike Rathke <erack@redhat.com> - 102.11.0-1
|
|
|
|
- Update to 102.11.0 build1
|
|
|
|
- Update to 102.11.0 build1
|
|
|
|
|
|
|
|
|
|
|
|