From 311c204a37d8dc0a38d247f9c04905ab66468d16 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:28:56 +0100 Subject: [PATCH] automatic version update by autodist [release 13.0.0-1mamba;Sat Oct 30 2021] --- compiler-rt.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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