diff --git a/.gitignore b/.gitignore index 21a6725..233163d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /lit-*.tar.gz +/python-lit-*.src.rpm /LICENSE.TXT diff --git a/python-lit.spec b/python-lit.spec index f421546..3974308 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -6,7 +6,7 @@ %{llvm_sb} %endif -%global lit_version 17.0.6 +%global lit_version 18.1.4 #global rc_ver 4 #global post_ver 0 @@ -25,7 +25,7 @@ Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~% Release: 1%{?dist} BuildArch: noarch -License: NCSA +License: Apache-2.0 WITH LLVM-exception OR NCSA Summary: Tool for executing llvm test suites URL: https://pypi.python.org/pypi/lit %if %{without snapshot_build} @@ -82,6 +82,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %{_bindir}/lit %changelog +* Fri May 17 2024 Konrad Kleine 18.1.4-1 +- 18.1.4 release + * Tue Dec 05 2023 Timm Bäder - 17.0.6-1 - Update to 17.0.6 diff --git a/sources b/sources index f24abeb..610311a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lit-17.0.6.tar.gz) = ba88aa84f5ec54ed0ac5996432b4a024d042996e98d9eab13ef9b12239c9a811b752e9caa6f6a9a4e926f6f75245c7cbda69dc61a9de663957686fe352c203f0 +SHA512 (lit-18.1.4.tar.gz) = 137ee1f2fee620f00f9a3dfeae3313decf749a00efe949771cb91bedc6e2098a9c79559ca33c827b55da138800bf2aa791cd7fd572ef03bc744cd19b5537716a diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..5fb9168 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,6 @@ +# Gating testplans for python-lit + +The tests for python-lit are in a separate repo: https://src.fedoraproject.org/tests/python-lit +This directory should contain only fmf plans (such as build-gating.fmf) which import +the tests from the tests repo. This can be done using the "url" parameter of the +plan's "discover" step. Reference: https://tmt.readthedocs.io/en/stable/spec/plans.html#fmf