From a67ccee2306c6ab75c1fb68f84b61ef5497adfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 13 Oct 2021 08:51:45 +0200 Subject: [PATCH] Release 13.0.0 Resolves: rhbz#2001107 Resolves: rhbz#2011107 --- llvm-toolset.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/llvm-toolset.spec b/llvm-toolset.spec index c6e8d0e..06733c5 100644 --- a/llvm-toolset.spec +++ b/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