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