import llvm-toolset-9.0.0-2.module+el8.2.0+4351+384d8a4b
This commit is contained in:
parent
179df9a612
commit
352a72a513
@ -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 <tstellar@redhat.com> - 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user