automatic version update by autodist [release 14.0.3-1mamba;Sun May 01 2022]
This commit is contained in:
parent
437d0676e0
commit
ae64a5a29f
8
lld.spec
8
lld.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user