0.11.1 rc1 Release
This commit is contained in:
parent
b088c45506
commit
3a7600f136
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/lit-0.11.0rc1.tar.gz
|
||||
/lit-0.11.0.tar.gz
|
||||
/lit-0.11.0.post1.tar.gz
|
||||
/lit-0.11.1rc1.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global with_python2 1
|
||||
%endif
|
||||
|
||||
#%%global rc_ver 1
|
||||
%global post_ver 1
|
||||
%global rc_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
|
||||
Version: 0.11.1
|
||||
Release: %{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,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
||||
%endif
|
||||
|
||||
%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
|
||||
- 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