0.9.0 Release
This commit is contained in:
parent
80348bb954
commit
752182d524
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/lit-0.7.1.tar.gz
|
||||
/lit-0.8.0.tar.gz
|
||||
/lit-0.9.0rc4.tar.gz
|
||||
/lit-0.9.0.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%global with_python2 1
|
||||
%endif
|
||||
|
||||
%global rc_ver 4
|
||||
#%%global rc_ver 4
|
||||
%bcond_without check
|
||||
|
||||
# FIXME: Work around for rhel not having py2_build/py2_install macro.
|
||||
@ -15,13 +15,13 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.9.0
|
||||
Release: 0.1.rc%{rc_ver}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: NCSA
|
||||
Summary: Tool for executing llvm test suites
|
||||
URL: https://pypi.python.org/pypi/lit
|
||||
Source0: https://files.pythonhosted.org/packages/f3/e1/65e92f7ba0ff478b96ece03ae43e9d67183967472589ef1e891a3494d3dd/lit-0.9.0rc4.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/11/96/79e3eb8508926bc47f8be4a371a310453beaa1eb8e6c94140d45c8029adf/lit-0.9.0.tar.gz
|
||||
|
||||
# for file check
|
||||
%if %{with check}
|
||||
@ -102,6 +102,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 20 2019 Tom Stellard <tstellar@redhat.com> - 0.9.0-1
|
||||
- 0.9.0 Release
|
||||
|
||||
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 0.9.0-0.1.rc4
|
||||
- 0.9.0 rc4 Release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-0.9.0rc4.tar.gz) = ee2bc3a22df678ca5949f7cdb063e0a1d22ebe3cbe6dda1b49c547366286b5c3c6330665cddea362552a2b5b9a34b699c8b9e919d1c7438c172a853267e257d8
|
||||
SHA512 (lit-0.9.0.tar.gz) = 675bb09b56183d40e43dc99694c1a6c8160a522780c7e7b6b30c6f458cbe7304e7a86a37d20d3ecc0ba0f318c64dd146ee7331ec3553a71452ac6a9e777d7108
|
||||
|
Loading…
Reference in New Issue
Block a user