automatic version update by autodist [release 14.0.3-1mamba;Sun May 01 2022]

This commit is contained in:
Automatic Build System 2024-01-06 06:25:21 +01:00
parent 437d0676e0
commit ae64a5a29f

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2)
Name: lld
Version: 13.0.1
Version: 14.0.3
Release: 1mamba
Summary: Linker from the LLVM project
Group: Development/Languages
@ -20,6 +20,7 @@ BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libllvm-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: llvm
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -105,8 +106,6 @@ ninja install
%defattr(-,root,root)
%{_bindir}/wasm-ld
%{_bindir}/ld64.lld
%{_bindir}/ld64.lld.darwinnew
%{_bindir}/ld64.lld.darwinold
%{_bindir}/ld.lld
%{_bindir}/lld
%{_bindir}/lld-link
@ -130,6 +129,9 @@ ninja install
%{_docdir}/lld/*
%changelog
* Sun May 01 2022 Automatic Build System <autodist@mambasoft.it> 14.0.3-1mamba
- automatic version update by autodist
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 13.0.1-1mamba
- automatic version update by autodist