From 205cb5bc9d0caee5406dc03cd5ac35c7d61d9864 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 20 2020 06:16:37 +0000 Subject: import llvm-toolset-11.0.0-0.2.rc2.module+el8.4.0+8208+23695a20 --- diff --git a/SPECS/llvm-toolset.spec b/SPECS/llvm-toolset.spec index b0642ce..67dbf5e 100644 --- a/SPECS/llvm-toolset.spec +++ b/SPECS/llvm-toolset.spec @@ -1,11 +1,13 @@ -%global maj_ver 10 +%global maj_ver 11 %global min_ver 0 -%global patch_ver 1 +%global patch_ver 0 +%global rc_ver 2 +%global baserelease 0.2 Summary: Package that installs llvm-toolset Name: llvm-toolset Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 1%{?dist} +Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} License: NCSA Requires: clang = %{version} @@ -23,6 +25,12 @@ This is the main package for llvm-toolset. %files %changelog +* Wed Sep 23 2020 sguelton@redhat.com - 11.0.0-0.2.rc2 +- Fix version number + +* Mon Sep 21 2020 sguelton@redhat.com - 11.0.0-0.1.rc2 +- 11.0.1.rc2 Release + * Fri Jul 24 2020 sguelton@redhat.com - 10.0.1-1 - 10.0.1 Release