!5 Upgrade to 2.33.0

From: @jchzhou 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
This commit is contained in:
openeuler-ci-bot 2024-08-14 03:14:12 +00:00 committed by Gitee
commit 4b38559239
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%bcond_with ctest %bcond_with ctest
Name: mold Name: mold
Version: 2.32.1 Version: 2.33.0
Release: 1 Release: 1
Summary: A Modern Linker (mold) Summary: A Modern Linker (mold)
License: MIT License: MIT
@ -18,7 +18,7 @@ BuildRequires: llvm clang perl
BuildRequires: gdb glibc-devel BuildRequires: gdb glibc-devel
BuildRequires: libstdc++-static libdwarf-tools BuildRequires: libstdc++-static libdwarf-tools
BuildRequires: tbb-devel >= 2021.11 BuildRequires: tbb-devel >= 2021.11
# Allow building against the system-provided `xxhash.h` # Allow building against the system-provided `xxhash.h`
Patch0: 0001-Use-system-compatible-include-path-for-xxhash.h.patch Patch0: 0001-Use-system-compatible-include-path-for-xxhash.h.patch
@ -26,7 +26,7 @@ Patch0: 0001-Use-system-compatible-include-path-for-xxhash.h.patch
# Build blake3 as static # Build blake3 as static
Patch1: 0002-build-blake3-as-static.patch Patch1: 0002-build-blake3-as-static.patch
%define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_MIMALLOC=OFF %define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_SYSTEM_TBB=ON
%description %description
mold is a faster drop-in replacement for existing Unix linkers. mold is a faster drop-in replacement for existing Unix linkers.
@ -68,6 +68,9 @@ chmod +x %{buildroot}%{_libdir}/mold/mold-wrapper.so
%{_mandir}/man1/mold.1* %{_mandir}/man1/mold.1*
%changelog %changelog
* Tue Aug 13 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 2.33.0-1
- Upgrade to 2.33.0
* Wed Jul 17 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 2.32.1-1 * Wed Jul 17 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 2.32.1-1
- Upgrade to 2.32.1 - Upgrade to 2.32.1