rebuilt with llvm 14.0.3-3mamba [release 14.0.3-2mamba;Thu May 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 21:24:33 +01:00
parent e5f1a62bfb
commit 9370dfccaf

View File

@ -3,7 +3,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: clang
Version: 14.0.3
Release: 1mamba
Release: 2mamba
Summary: C language family frontend for LLVM
Group: Development/Languages
Vendor: openmamba
@ -15,7 +15,10 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{
Patch0: clang-13.0.0-arm-add-latomic.patch
License: NCSA
## AUTOBUILDREQ-BEGIN
#ld-linux.so.3(GLIBC_2.4): .so link not found
#ld-linux.so.3: .so link not found
BuildRequires: glibc-devel
BuildRequires: libatomic-devel
BuildRequires: libgcc
BuildRequires: libllvm-devel
BuildRequires: libperl
@ -24,6 +27,7 @@ BuildRequires: libxml2-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: llvm = %{version}
BuildRequires: llvm >= 14.0.3-3mamba
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -191,6 +195,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
%{_datadir}/doc/Clang/clang-tools/html/.buildinfo
%changelog
* Thu May 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 14.0.3-2mamba
- rebuilt with llvm 14.0.3-3mamba
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 14.0.3-1mamba
- automatic version update by autodist