From a6bf810eda08b4061e915bccc286e4b3f4e05091 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 07 2021 16:59:15 +0000 Subject: import llvm-toolset-13.0.0-1.el9 --- diff --git a/SPECS/llvm-toolset.spec b/SPECS/llvm-toolset.spec index c6e8d0e..06733c5 100644 --- a/SPECS/llvm-toolset.spec +++ b/SPECS/llvm-toolset.spec @@ -1,8 +1,8 @@ -%global maj_ver 12 +%global maj_ver 13 %global min_ver 0 -%global patch_ver 1 +%global patch_ver 0 #global rc_ver 0 -%global baserelease 2 +%global baserelease 1 Summary: Package that installs llvm-toolset Name: llvm-toolset @@ -12,10 +12,6 @@ License: NCSA Requires: clang = %{version} -%ifarch %{arm} aarch64 %{ix86} x86_64 -Requires: lldb = %{version} -%endif - Requires: llvm = %{version} %ifnarch s390x Requires: lld = %{version} @@ -27,6 +23,10 @@ This is the main package for llvm-toolset. %files %changelog +* Wed Oct 13 2021 Timm Bäder - 13.0.0-1 +- Release 13.0.0 +- Remove lld dependency. rhbz#2011107 + * Mon Aug 09 2021 Mohan Boddu - 12.0.1-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688