diff --git a/compiler-rt.spec b/compiler-rt.spec index 04c25f4..515d907 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,7 +1,7 @@ %define gccver %(gcc -dumpversion) %define majver %(echo %version | cut -d. -f1-2) Name: compiler-rt -Version: 11.1.0 +Version: 13.0.0 Release: 1mamba Summary: Runtime libraries compiler for clang Group: Development/Languages @@ -12,8 +12,10 @@ URL: https://llvm.org/ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz License: NCSA ## AUTOBUILDREQ-BEGIN +#ld-linux.so.2(GLIBC_2.1): .so link not found +#ld-linux.so.2(GLIBC_2.3): .so link not found +#ld-linux.so.2: .so link not found BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END @@ -73,6 +75,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/} %doc LICENSE.TXT %changelog +* Sat Oct 30 2021 Automatic Build System 13.0.0-1mamba +- automatic version update by autodist + * Mon Mar 01 2021 Automatic Build System 11.1.0-1mamba - automatic version update by autodist