diff --git a/lit-14.0.3.tar.gz b/lit-14.0.3.tar.gz deleted file mode 100644 index eecd2f6b49d22586862f78318f3bc3507660c509..0000000000000000000000000000000000000000 Binary files a/lit-14.0.3.tar.gz and /dev/null differ diff --git a/lit-15.0.6.tar.gz b/lit-15.0.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f7831c7ee029a02038bec8127f7169a29b610073 Binary files /dev/null and b/lit-15.0.6.tar.gz differ diff --git a/python-lit.spec b/python-lit.spec index 6eeb16521b41b510e2e147a9f313d5ed82b6ef8f..9095bf9b2fde98b5160d691f9f5281cb35699660 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,11 +1,11 @@ Name: python-lit -Version: 14.0.3 +Version: 15.0.6 Release: 1 BuildArch: noarch License: NCSA Summary: A tool to execute the llvm test suite URL: https://pypi.python.org/pypi/lit -Source0: https://files.pythonhosted.org/packages/65/0c/94e4da4d1dc0dd55a09257d16dd9c87ed2f8e4747278d78fd4254465d943/lit-14.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/3c/e4/aa93b44e5983672069f608e96624eab10890d2361fe0b18546d605bdcb1a/lit-15.0.6.tar.gz BuildRequires: python3-devel python3-setuptools %description @@ -19,7 +19,7 @@ Requires: python3-setuptools python-lit is a tool used by LLVM to execute its test suite. %prep -%autosetup -n lit-%{version}%{?rc_ver:rc%{rc_ver}} -p1 +%autosetup -n lit-%{version} %build %py3_build @@ -29,11 +29,15 @@ python-lit is a tool used by LLVM to execute its test suite. sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py %files -n python3-lit +%license LICENSE.TXT %doc README.txt %{python3_sitelib}/* %{_bindir}/lit %changelog +* Fri Dec 23 2022 Chenxi Mao - 15.0.6-1 +- Upgrade to version 15.0.6 + * Tue Jun 21 2022 houyingchao - 14.0.3-1 - Upgrade to version 14.0.3