diff --git a/python-lit.spec b/python-lit.spec index 49eb6ea..0719c53 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,4 +1,4 @@ -%global lit_version 13.0.1 +%global lit_version 14.0.0 #global rc_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} BuildRequires: llvm-test %endif - BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -57,6 +56,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %{_bindir}/lit %changelog +* Wed Mar 02 2022 Timm Bäder - 14.0.0-1 +- Update to 14.0.0 + * Fri Feb 04 2022 Nikita Popov - 13.0.1-1 - Update to LLVM 13.0.1