automatic version update by autodist [release 17.0.4-1mamba;Fri Nov 03 2023]

This commit is contained in:
Automatic Build System 2024-01-06 06:25:32 +01:00
parent b7944c1854
commit 83778dd281

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2)
Name: lld
Version: 16.0.6
Version: 17.0.4
Release: 1mamba
Summary: Linker from the LLVM project
Group: Development/Languages
@ -82,7 +82,7 @@ cmake -G Ninja \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_INCLUDE_TESTS=ON \
-DLLVM_INCLUDE_TESTS=OFF \
-DLLVM_BUILD_TESTS=ON \
-DLLVM_BUILD_DOCS=ON \
-DLLVM_ENABLE_SPHINX=ON \
@ -134,6 +134,9 @@ ninja install
%{_docdir}/lld/*
%changelog
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 17.0.4-1mamba
- automatic version update by autodist
* Wed Jun 14 2023 Automatic Build System <autodist@mambasoft.it> 16.0.6-1mamba
- automatic version update by autodist