diff --git a/lld.spec b/lld.spec index a42c2c7..70489cf 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: 13.0.0 +Version: 13.0.1 Release: 1mamba Summary: Linker from the LLVM project Group: Development/Languages @@ -59,7 +59,9 @@ This package includes the lib%{name} API documentation. #:<< _EOF #%patch0 -p1 %ifarch arm -%patch1 -p0 +cd %{name}-%{version}.src +%patch1 -p1 +cd .. %endif mv libunwind-%{version}.src libunwind @@ -128,6 +130,9 @@ ninja install %{_docdir}/lld/* %changelog +* Sat Feb 05 2022 Automatic Build System 13.0.1-1mamba +- automatic version update by autodist + * Mon Nov 01 2021 Silvan Calarco 13.0.0-1mamba - update to 13.0.0