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