update to 11.1.0 [release 11.1.0-1mamba;Thu Mar 25 2021]
This commit is contained in:
parent
c6275b74ee
commit
bc07f917db
6
lld.spec
6
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: 11.0.1
|
Version: 11.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Linker from the LLVM project
|
Summary: Linker from the LLVM project
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -21,7 +21,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Linker from the LLVM project.
|
Linker from the LLVM project.
|
||||||
@ -125,6 +124,9 @@ ninja install
|
|||||||
%{_docdir}/lld/*
|
%{_docdir}/lld/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 11.1.0-1mamba
|
||||||
|
- update to 11.1.0
|
||||||
|
|
||||||
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
|
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user