From 7993a9b10f36c9e5a1ca23fb21f75a9d566074aa Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 27 Apr 2023 12:20:16 -0700 Subject: [PATCH] 16.0.0 Release Resolves: rhbz#2178800 --- python-lit.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-lit.spec b/python-lit.spec index daa057c..2d39335 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,4 +1,4 @@ -%global lit_version 15.0.7 +%global lit_version 16.0.0 #global rc_ver 1 #%%global post_ver 1 @@ -13,6 +13,8 @@ License: NCSA Summary: Tool for executing llvm test suites URL: https://pypi.python.org/pypi/lit Source0: %{pypi_source lit %{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}} +# Remove the license file if it gets included in the tarball again. +Source1: https://raw.githubusercontent.com/llvm/llvm-project/llvmorg-%{lit_version}%{?rc_ver:rc%{rc_ver}}/llvm/utils/lit/LICENSE.TXT # for file check %if %{with check} @@ -34,6 +36,7 @@ lit is a tool used by the LLVM project for executing its test suites. %prep %autosetup -n lit-%{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4 +cp %{SOURCE1} ./ %build %py3_build @@ -51,11 +54,14 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %files -n python3-lit %license LICENSE.TXT -%doc README.txt +%doc README.rst %{python3_sitelib}/* %{_bindir}/lit %changelog +* Thu Apr 27 2023 Tom Stellard - 16.0.0-1 +- 16.0.0 Release + * Thu Jan 19 2023 Tom Stellard - 15.0.7-1 - Update to lit 15.0.7