From 6d8df63e9aee97e2c55a36245218268ad3afc636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 2 Mar 2022 09:06:12 +0100 Subject: [PATCH] Update to 14.0.0 --- python-lit.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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