Update to 14.0.0
This commit is contained in:
parent
2b363131e5
commit
6d8df63e9a
@ -1,4 +1,4 @@
|
|||||||
%global lit_version 13.0.1
|
%global lit_version 14.0.0
|
||||||
#global rc_ver 1
|
#global rc_ver 1
|
||||||
#%%global post_ver 1
|
#%%global post_ver 1
|
||||||
|
|
||||||
@ -18,7 +18,6 @@ Source0: %{pypi_source lit %{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post
|
|||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: llvm-test
|
BuildRequires: llvm-test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
@ -57,6 +56,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
|||||||
%{_bindir}/lit
|
%{_bindir}/lit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 02 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
||||||
|
- Update to 14.0.0
|
||||||
|
|
||||||
* Fri Feb 04 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
|
* Fri Feb 04 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
|
||||||
- Update to LLVM 13.0.1
|
- Update to LLVM 13.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user