diff --git a/lld.spec b/lld.spec index 15c557a..49609e5 100644 --- a/lld.spec +++ b/lld.spec @@ -1,7 +1,7 @@ %define gccver %(gcc -dumpversion) %define majver %(echo %version | cut -d. -f1-2) Name: lld -Version: 11.0.1 +Version: 11.1.0 Release: 1mamba Summary: Linker from the LLVM project Group: Development/Languages @@ -21,7 +21,6 @@ BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: llvm Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Linker from the LLVM project. @@ -125,6 +124,9 @@ ninja install %{_docdir}/lld/* %changelog +* Thu Mar 25 2021 Silvan Calarco 11.1.0-1mamba +- update to 11.1.0 + * Mon Jan 11 2021 Automatic Build System 11.0.1-1mamba - automatic version update by autodist