Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-lit.git#3a7600f1365fc43941fad98162822f2b676be670
This commit is contained in:
parent
cee9c41e0f
commit
1a4665b50c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/lit-0.11.0rc1.tar.gz
|
/lit-0.11.0rc1.tar.gz
|
||||||
/lit-0.11.0.tar.gz
|
/lit-0.11.0.tar.gz
|
||||||
/lit-0.11.0.post1.tar.gz
|
/lit-0.11.0.post1.tar.gz
|
||||||
|
/lit-0.11.1rc1.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#%%global rc_ver 1
|
%global rc_ver 1
|
||||||
%global post_ver 1
|
#%%global post_ver 1
|
||||||
%global baserelease 1
|
%global baserelease 1
|
||||||
|
|
||||||
%bcond_without check
|
%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}}}
|
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.11.0
|
Version: 0.11.1
|
||||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Summary: Tool for executing llvm test suites
|
Summary: Tool for executing llvm test suites
|
||||||
URL: https://pypi.python.org/pypi/lit
|
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
|
# for file check
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
@ -107,6 +107,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 02 2020 sguelton@redhat.com - 0.11.1-1.rc1
|
||||||
|
- 0.11.1 rc1 Release
|
||||||
|
|
||||||
* Sun Oct 25 2020 sguelton@redhat.com - 0.11.0-1
|
* Sun Oct 25 2020 sguelton@redhat.com - 0.11.0-1
|
||||||
- llvm 11.0.0 - final release
|
- llvm 11.0.0 - final release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lit-0.11.0.post1.tar.gz) = 713edf29cef53e8d293a0e78ca9237a0f846afcf0342581ea1d7944784cfe44f053beab3ee96dd6e3c6d3c0d8ec5750513af62b8cf083f70548e62ddd2e785a0
|
SHA512 (lit-0.11.1rc1.tar.gz) = e60d6336191cb9b9ab64566086a95c417fd224c2d39f2c63b10b60330c92e04086c4a4756c60ee7e14abb121d55a9f38255809bff24109051beb85d70d51d34b
|
||||||
|
Loading…
Reference in New Issue
Block a user