automatic version update by autodist [release 13.0.0-1mamba;Sat Oct 30 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:28:56 +01:00
parent fe966bedfc
commit 311c204a37

View File

@ -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 <autodist@mambasoft.it> 13.0.0-1mamba
- automatic version update by autodist
* Mon Mar 01 2021 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
- automatic version update by autodist