diff --git a/.gitignore b/.gitignore index 16562aa..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 14e9263..adedafa 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,4 +1,4 @@ -%global lit_version 16.0.0 +%global lit_version 16.0.1 #global rc_ver 4 #global post_ver 0 @@ -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} @@ -35,6 +37,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 @@ -57,6 +60,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %{_bindir}/lit %changelog +* Mon Apr 10 2023 Tulio Magno Quites Machado Filho - 16.0.1-1 +- Update to LLVM 16.0.1 + * Mon Mar 20 2023 Tulio Magno Quites Machado Filho - 16.0.0-1 - Update to LLVM 16.0.0 diff --git a/sources b/sources index e66ff99..dee686b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (lit-16.0.0.tar.gz) = aa7efe56f9d46e71f837bf7d73e51d374a05e8c00fd2175e0ae147d2f2c3904d11f8d39ae4cea6163d1debe9522df33d10f2faae54248b3c3720da650c13d3b6 +SHA512 (lit-16.0.1.tar.gz) = 6f39a291e4253bf3bea820ceb7e0cc134300e4a119a5eca159cdd60df1fdccb5f212daaa82851c497d324827052a8d6795b446ef768889663be65b46e2d00482 +SHA512 (LICENSE.TXT) = 4a3325224ec2c86de08cf6f9320f1c95a6de061e45b53841df8fcab755d77341c27e0e064e4330d096b413c4fbb5310362b2f6c9b5c60e907bdceb2ff9b956d0