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