From a790bc6c827dcb8cce4763492aea2cdb4e9cab37 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Thu, 14 Apr 2022 17:57:13 +0800 Subject: [PATCH] update to llvm-toolset-13.0.1-1.module+el8.6.0+14118+d530a951.src.rpm Signed-off-by: Liwei Ge --- download | 0 llvm-toolset.spec | 15 ++++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 download diff --git a/download b/download new file mode 100644 index 0000000..e69de29 diff --git a/llvm-toolset.spec b/llvm-toolset.spec index c54beea..2cba052 100644 --- a/llvm-toolset.spec +++ b/llvm-toolset.spec @@ -1,4 +1,4 @@ -%global maj_ver 12 +%global maj_ver 13 %global min_ver 0 %global patch_ver 1 #%%global rc_ver 2 @@ -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,15 @@ This is the main package for llvm-toolset. %files %changelog +* Thu Feb 03 2022 Tom Stellard - 13.0.1-1 +- 13.0.1 Release + +* Fri Oct 22 2021 Tom Stellard - 13.0.0-2 +- Drop Requres: lldb + +* Fri Oct 15 2021 Tom Stellard - 13.0.0-1 +- 13.0.0 Release + * Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1 - 12.0.1 release -- Gitee