From 8165233f1c5c802df1751c1e174b69be60cce3e4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Nov 2019 14:41:30 -0500 Subject: [PATCH] import llvm-toolset-8.0.1-1.module+el8.1.0+3866+6be7f4d8 --- SPECS/{llvm-toolset-7.spec => llvm-toolset-8.spec} | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) rename SPECS/{llvm-toolset-7.spec => llvm-toolset-8.spec} (90%) diff --git a/SPECS/llvm-toolset-7.spec b/SPECS/llvm-toolset-8.spec similarity index 90% rename from SPECS/llvm-toolset-7.spec rename to SPECS/llvm-toolset-8.spec index 3949d31..4afa956 100644 --- a/SPECS/llvm-toolset-7.spec +++ b/SPECS/llvm-toolset-8.spec @@ -1,9 +1,10 @@ -%global maj_ver 7 +%global maj_ver 8 %global min_ver 0 +%global patch_ver 1 Summary: Package that installs llvm-toolset Name: llvm-toolset -Version: %{maj_ver}.%{min_ver}.1 +Version: %{maj_ver}.%{min_ver}.%{patch_ver} Release: 1%{?dist} License: NCSA @@ -22,6 +23,15 @@ This is the main package for llvm-toolset. %files %changelog +* Thu Aug 1 2019 sguelton@redhat.com - 8.0.1-1 +- 8.0.1 release + +* Thu Jun 13 2019 sguelton@redhat.com - 8.0.1-0.1.rc2 +- 8.0.1rc2 Release + +* Wed Apr 17 2019 sguelton@redhat.com - 8.0.0-1 +- 8.0.0 Release + * Sat Dec 15 2018 Tom Stellard - 7.0.1-1 - 7.0.1 Release