automatic version update by autodist [release 15.0.5-1mamba;Fri Nov 18 2022]

This commit is contained in:
Automatic Build System 2024-01-06 06:25:22 +01:00
parent 1e9b15a643
commit dc367d6945

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2)
Name: lld
Version: 14.0.6
Version: 15.0.5
Release: 1mamba
Summary: Linker from the LLVM project
Group: Development/Languages
@ -58,12 +58,11 @@ This package includes the lib%{name} API documentation.
%setup -q -c -a1 -a2
#% setup -q -c -D -T
#:<< _EOF
#%patch0 -p1
%ifarch arm
cd %{name}-%{version}.src
%patch1 -p1
cd ..
%endif
#%ifarch arm
#cd %{name}-%{version}.src
#%patch1 -p1
#cd ..
#%endif
mv libunwind-%{version}.src libunwind
@ -129,6 +128,9 @@ ninja install
%{_docdir}/lld/*
%changelog
* Fri Nov 18 2022 Automatic Build System <autodist@mambasoft.it> 15.0.5-1mamba
- automatic version update by autodist
* Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 14.0.6-1mamba
- automatic version update by autodist