diff --git a/SPECS/llvm-toolset-8.spec b/SPECS/llvm-toolset.spec similarity index 89% rename from SPECS/llvm-toolset-8.spec rename to SPECS/llvm-toolset.spec index d974d23..031bb34 100644 --- a/SPECS/llvm-toolset-8.spec +++ b/SPECS/llvm-toolset.spec @@ -1,10 +1,11 @@ -%global maj_ver 8 +%global maj_ver 9 %global min_ver 0 +%global patch_ver 0 Summary: Package that installs llvm-toolset Name: llvm-toolset -Version: %{maj_ver}.%{min_ver}.0 -Release: 1%{?dist} +Version: %{maj_ver}.%{min_ver}.%{patch_ver} +Release: 2%{?dist} License: NCSA Requires: clang = %{version} @@ -22,6 +23,15 @@ This is the main package for llvm-toolset. %files %changelog +* Tue Oct 01 2019 Tom Stellard - 9.0.0-2 +- 9.0.0 Release + +* 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