diff --git a/mold-2.32.1.tar.gz b/mold-2.33.0.tar.gz similarity index 56% rename from mold-2.32.1.tar.gz rename to mold-2.33.0.tar.gz index 9e427ca5878e82193cbced074ce8db88c6d2d05b..58f0922e34cb8895ea46af2326435419da388cca 100644 Binary files a/mold-2.32.1.tar.gz and b/mold-2.33.0.tar.gz differ diff --git a/mold.spec b/mold.spec index 12e4dd1a6415212f00936dd5ef322ce64771d812..49789564b5ec5c8a774911f6d8f2507c7ccdc869 100644 --- a/mold.spec +++ b/mold.spec @@ -1,7 +1,7 @@ %bcond_with ctest Name: mold -Version: 2.32.1 +Version: 2.33.0 Release: 1 Summary: A Modern Linker (mold) License: MIT @@ -18,7 +18,7 @@ BuildRequires: llvm clang perl BuildRequires: gdb glibc-devel BuildRequires: libstdc++-static libdwarf-tools -BuildRequires: tbb-devel >= 2021.11 +BuildRequires: tbb-devel >= 2021.11 # Allow building against the system-provided `xxhash.h` 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 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 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* %changelog +* Tue Aug 13 2024 jchzhou - 2.33.0-1 +- Upgrade to 2.33.0 + * Wed Jul 17 2024 jchzhou - 2.32.1-1 - Upgrade to 2.32.1