Update to LLVM 15.0.0
Resolves: rhbz#2118319
This commit is contained in:
parent
1b9b77bca0
commit
42c132aea0
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/lit-13.0.0.tar.gz
|
||||
/lit-13.0.1.tar.gz
|
||||
/lit-14.0.0.tar.gz
|
||||
/lit-15.0.0.post0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global lit_version 14.0.0
|
||||
%global lit_version 15.0.0
|
||||
#global rc_ver 1
|
||||
#%%global post_ver 1
|
||||
%global post_ver 0
|
||||
|
||||
%bcond_without check
|
||||
|
||||
@ -46,7 +46,7 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%{__python3} lit.py tests
|
||||
%{__python3} lit.py -v tests
|
||||
%endif
|
||||
|
||||
%files -n python3-lit
|
||||
@ -56,6 +56,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
%{_bindir}/lit
|
||||
|
||||
%changelog
|
||||
* Tue Sep 20 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.0-1
|
||||
- Update to 15.0.0
|
||||
|
||||
* Wed Apr 13 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
||||
- Update to 14.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-14.0.0.tar.gz) = 0732b9b6bd6afb4b0994c699cd8edbb1201d557aa73cd83e0c980e04981c27d63adda8c03bc6c4732e66d9acbf0d26fdf91db8565fc6313808a3fadcc30f7fdc
|
||||
SHA512 (lit-15.0.0.post0.tar.gz) = 4bd29d434e30fe1ce8c84885c390aa7947e104947a4d6e0157a1ee6a72f7333ef444ff6fbf8f4c25cc5e375aecd626ddf83e76447321250bfe87bc77470ebe6d
|
||||
|
Loading…
Reference in New Issue
Block a user