From dc5c244f17772aee2a80b942451534f6c58b51fa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Mar 2022 05:55:25 -0500 Subject: [PATCH] import llvm-toolset-13.0.1-1.el9 --- SPECS/llvm-toolset.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/llvm-toolset.spec b/SPECS/llvm-toolset.spec index 06733c5..fa31ad3 100644 --- a/SPECS/llvm-toolset.spec +++ b/SPECS/llvm-toolset.spec @@ -1,6 +1,6 @@ %global maj_ver 13 %global min_ver 0 -%global patch_ver 0 +%global patch_ver 1 #global rc_ver 0 %global baserelease 1 @@ -23,6 +23,9 @@ This is the main package for llvm-toolset. %files %changelog +* Fri Feb 04 2022 Tom Stellard - 13.0.1-1 +- 13.0.1 Release + * Wed Oct 13 2021 Timm Bäder - 13.0.0-1 - Release 13.0.0 - Remove lld dependency. rhbz#2011107