Merge branch 'c9' into a9
This commit is contained in:
commit
2aa2892b04
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,5 +2,5 @@ SOURCES/cbindgen-vendor.tar.xz
|
|||||||
SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
||||||
SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
||||||
SOURCES/nss-3.101.0-7.el9_2.src.rpm
|
SOURCES/nss-3.101.0-7.el9_2.src.rpm
|
||||||
SOURCES/thunderbird-128.5.0esr.processed-source.tar.xz
|
SOURCES/thunderbird-128.6.0esr.b3.processed-source.tar.xz
|
||||||
SOURCES/thunderbird-langpacks-128.5.0esr-20241126.tar.xz
|
SOURCES/thunderbird-langpacks-128.6.0esr-20250108.tar.xz
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
d744f92e874688cc4b5376477dfdd639a97a6cd4 SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
d744f92e874688cc4b5376477dfdd639a97a6cd4 SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
||||||
f466d7213e85773e002c48897524eaf909480046 SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
f466d7213e85773e002c48897524eaf909480046 SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
||||||
0413d22a58ba1bba99acec9c3c2a4db56a4100c7 SOURCES/nss-3.101.0-7.el9_2.src.rpm
|
0413d22a58ba1bba99acec9c3c2a4db56a4100c7 SOURCES/nss-3.101.0-7.el9_2.src.rpm
|
||||||
3f5419cc7683699cbb69b1c6352cbfe8540498c4 SOURCES/thunderbird-128.5.0esr.processed-source.tar.xz
|
4916a32548cf7e7a8b4a549d32400be705a902b8 SOURCES/thunderbird-128.6.0esr.b3.processed-source.tar.xz
|
||||||
30913e9460b7d1ed6c9032c576442bd0fa0176e8 SOURCES/thunderbird-langpacks-128.5.0esr-20241126.tar.xz
|
8f7dbc49655582a51e5567a8a66ea2aecd064b7f SOURCES/thunderbird-langpacks-128.6.0esr-20250108.tar.xz
|
||||||
|
507
SOURCES/firefox-system-nss-replace-xyber-with-mlkem.patch
Normal file
507
SOURCES/firefox-system-nss-replace-xyber-with-mlkem.patch
Normal file
File diff suppressed because one or more lines are too long
105
SOURCES/thunderbird-system-nss-replace-xyber-with-mlkem.patch
Normal file
105
SOURCES/thunderbird-system-nss-replace-xyber-with-mlkem.patch
Normal file
File diff suppressed because one or more lines are too long
@ -87,7 +87,13 @@ end}
|
|||||||
%global nodejs_build_req nodejs
|
%global nodejs_build_req nodejs
|
||||||
|
|
||||||
%if 0%{?rhel} > 7 && 0%{?rhel} < 10
|
%if 0%{?rhel} > 7 && 0%{?rhel} < 10
|
||||||
%global use_gcc_ts 1
|
%global use_gcc_ts 1
|
||||||
|
%if 0%{?rhel} == 9 && %{rhel_minor_version} >= 6
|
||||||
|
# clang depends on gcc-toolset-14-gcc-c++
|
||||||
|
%global gts_version 14
|
||||||
|
%else
|
||||||
|
%global gts_version 13
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
@ -121,7 +127,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 .b3
|
||||||
|
|
||||||
%bcond_without langpacks
|
%bcond_without langpacks
|
||||||
|
|
||||||
@ -131,8 +137,8 @@ end}
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 128.5.0
|
Version: 128.6.0
|
||||||
Release: 1%{?dist}.alma.1
|
Release: 3%{?dist}.alma.1
|
||||||
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+
|
||||||
|
|
||||||
@ -159,7 +165,7 @@ ExcludeArch: %{ix86}
|
|||||||
#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}%{?pre_version}-20241126.tar.xz
|
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20250108.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source2: cbindgen-vendor.tar.xz
|
Source2: cbindgen-vendor.tar.xz
|
||||||
Source3: process-official-tarball
|
Source3: process-official-tarball
|
||||||
@ -190,6 +196,10 @@ Patch10: build-ffvpx.patch
|
|||||||
# Due to some failed rpminspect unicode test we had to remove some test files from the tarball
|
# Due to some failed rpminspect unicode test we had to remove some test files from the tarball
|
||||||
# To remove the files checksum from .cargo-checksums we need to add this patch
|
# To remove the files checksum from .cargo-checksums we need to add this patch
|
||||||
Patch11: rust-file-removal.patch
|
Patch11: rust-file-removal.patch
|
||||||
|
# Patch a few and third_party/rust/neqo-crypto/ like in Firefox.
|
||||||
|
Patch12: firefox-system-nss-replace-xyber-with-mlkem.patch
|
||||||
|
# Thunderbird has a copy of third_party/rust/neqo-crypto/ in comm/third_party/rust/neqo-crypto/
|
||||||
|
Patch13: thunderbird-system-nss-replace-xyber-with-mlkem.patch
|
||||||
|
|
||||||
# -- Upstreamed patches --
|
# -- Upstreamed patches --
|
||||||
Patch51: mozilla-bmo1170092.patch
|
Patch51: mozilla-bmo1170092.patch
|
||||||
@ -318,10 +328,12 @@ BuildRequires: zlib-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?use_gcc_ts}
|
%if 0%{?use_gcc_ts}
|
||||||
BuildRequires: gcc-toolset-13-runtime
|
BuildRequires: gcc-toolset-%{gts_version}-runtime
|
||||||
BuildRequires: gcc-toolset-13-binutils
|
BuildRequires: gcc-toolset-%{gts_version}-binutils
|
||||||
BuildRequires: gcc-toolset-13-gcc
|
BuildRequires: gcc-toolset-%{gts_version}-gcc
|
||||||
BuildRequires: gcc-toolset-13-gcc-plugin-annobin
|
BuildRequires: gcc-toolset-%{gts_version}-gcc-plugin-annobin
|
||||||
|
# Do not explicitly require gcc-toolset-%%{gts_version}-gcc-g++ instead fail
|
||||||
|
# when clang is upgraded to depend on a later toolset and adjust version.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{?use_openssl_for_librnp}
|
%if %{?use_openssl_for_librnp}
|
||||||
@ -1059,6 +1071,10 @@ echo "--------------------------------------------"
|
|||||||
%endif
|
%endif
|
||||||
%patch -P10 -p1 -b .build-ffvpx
|
%patch -P10 -p1 -b .build-ffvpx
|
||||||
%patch -P11 -p1 -b .rust-file-removal
|
%patch -P11 -p1 -b .rust-file-removal
|
||||||
|
%if 0%{?rhel} == 10
|
||||||
|
%patch -P12 -p1 -b .firefox-system-nss-replace-xyber-with-mlkem
|
||||||
|
%patch -P13 -p1 -b .thunderbird-system-nss-replace-xyber-with-mlkem
|
||||||
|
%endif
|
||||||
|
|
||||||
# -- Upstreamed patches --
|
# -- Upstreamed patches --
|
||||||
%patch -P51 -p1 -b .mozilla-bmo1170092
|
%patch -P51 -p1 -b .mozilla-bmo1170092
|
||||||
@ -1255,7 +1271,7 @@ function install_rpms_to_current_dir() {
|
|||||||
# Enable toolsets
|
# Enable toolsets
|
||||||
set +e
|
set +e
|
||||||
%if 0%{?use_gcc_ts}
|
%if 0%{?use_gcc_ts}
|
||||||
source scl_source enable gcc-toolset-13
|
source scl_source enable gcc-toolset-%{gts_version}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?use_dts}
|
%if 0%{?use_dts}
|
||||||
source scl_source enable devtoolset-%{dts_version}
|
source scl_source enable devtoolset-%{dts_version}
|
||||||
@ -1638,9 +1654,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 03 2024 Eduard Abdullin <eabdullin@almalinux.org> - 128.5.0-1.alma.1
|
* Thu Jan 09 2025 Eduard Abdullin <eabdullin@almalinux.org> - 128.6.0-3.alma.1
|
||||||
- AlmaLinux changes
|
- AlmaLinux changes
|
||||||
|
|
||||||
|
* Wed Jan 08 2025 Eike Rathke <erack@redhat.com> - 128.6.0-3
|
||||||
|
- Update to 128.6.0 build3
|
||||||
|
|
||||||
|
* Wed Dec 18 2024 Eike Rathke <erack@redhat.com> - 128.6.0-1
|
||||||
|
- Update to 128.6.0 build1
|
||||||
|
|
||||||
* Tue Nov 26 2024 Eike Rathke <erack@redhat.com> - 128.5.0-1
|
* Tue Nov 26 2024 Eike Rathke <erack@redhat.com> - 128.5.0-1
|
||||||
- Update to 128.5.0 build1
|
- Update to 128.5.0 build1
|
||||||
|
|
||||||
@ -1652,6 +1674,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
* Mon Sep 30 2024 Jan Horak <jhorak@redhat.com> - 128.3.0-1
|
* Mon Sep 30 2024 Jan Horak <jhorak@redhat.com> - 128.3.0-1
|
||||||
- Update to 127.3.0
|
- Update to 127.3.0
|
||||||
|
|
||||||
* Thu Sep 05 2024 Eike Rathke <erack@redhat.com> - 128.2.0-1
|
* Thu Sep 05 2024 Eike Rathke <erack@redhat.com> - 128.2.0-1
|
||||||
- Update to 128.2.0
|
- Update to 128.2.0
|
||||||
|
|
||||||
@ -1955,3 +1978,4 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
* Wed Jul 3 2019 Martin Stransky <stransky@redhat.com> - 60.7.2-3
|
* Wed Jul 3 2019 Martin Stransky <stransky@redhat.com> - 60.7.2-3
|
||||||
- Rebuild to fix rhbz#1725919 - Thunderbird fails to authenticate
|
- Rebuild to fix rhbz#1725919 - Thunderbird fails to authenticate
|
||||||
with gmail with ssl/tls and OAuth2.
|
with gmail with ssl/tls and OAuth2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user