diff --git a/.gitignore b/.gitignore index 7e69243..5cc29fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lit-0.11.0.post1.tar.gz +SOURCES/lit-12.0.1.tar.gz diff --git a/.python-lit.metadata b/.python-lit.metadata index b534488..458a041 100644 --- a/.python-lit.metadata +++ b/.python-lit.metadata @@ -1 +1 @@ -67956574b4009f3268dd46afd4a9f529e91ca447 SOURCES/lit-0.11.0.post1.tar.gz +24fc9809ac99e341613ed73c5a7468144cbff0d8 SOURCES/lit-12.0.1.tar.gz diff --git a/SPECS/python-lit.spec b/SPECS/python-lit.spec index b15d365..6b47d03 100644 --- a/SPECS/python-lit.spec +++ b/SPECS/python-lit.spec @@ -7,7 +7,7 @@ %endif #%%global rc_ver 1 -%global post_ver 1 +#%%global post_ver 1 %global baserelease 1 %bcond_without check @@ -17,14 +17,14 @@ %{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}} Name: python-%{srcname} -Version: 0.11.0 -Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} +Version: 12.0.1 +Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} BuildArch: noarch License: NCSA Summary: Tool for executing llvm test suites URL: https://pypi.python.org/pypi/lit -Source0: %{pypi_source %{srcname} %{version}%{?post_ver:.post%{post_ver}}} +Source0: %{pypi_source %{srcname} %{version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}} # for file check %if %{with check} @@ -107,6 +107,12 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna %endif %changelog +* Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1 +- 12.0.1 release + +* Thu May 6 2021 sguelton@redhat.com - 12.0.0-1 +- 12.0.0 release + * Thu Oct 29 2020 sguelton@redhat.com - 0.11.0-1 - 0.11.0 final release