0.7.0 rc1
This commit is contained in:
parent
034985155f
commit
13d8891e78
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/lit-0.5.1.tar.gz
|
||||
/lit-0.6.0rc1.tar.gz
|
||||
/lit-0.6.0.tar.gz
|
||||
/lit-0.7.0rc1.tar.gz
|
||||
|
@ -8,16 +8,18 @@
|
||||
%{!?py2_build: %global py2_build %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} build --executable="%{__python2} -s"}}
|
||||
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||
|
||||
%global rc_ver 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.6.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 0.1.rc%{rc_ver}%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: NCSA
|
||||
Group: Development/Languages
|
||||
Summary: Tool for executing llvm test suites
|
||||
URL: https://pypi.python.org/pypi/lit
|
||||
Source0: https://pypi.python.org/packages/a8/a4/2d745ab56032113bb8ade76fc2c37b159b24a5a0c68c4def88bc26ceaa97/lit-0.6.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/ca/cc/e451fcfdae7a9b193faaccaa385e9530dc4c8f65f57379fa474bbccd5506/lit-0.7.0rc1.tar.gz
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
@ -90,6 +92,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{srcna
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Tom Stellard <tstellar@redhat.com> - 0.7.0-0.1.rc1
|
||||
- 0.7.0 rc1
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-0.6.0.tar.gz) = f52048c56fd605e5b489a5ed6b75108c4083b97e78b7a9448052dca27d49410f8f811b7d3353dc33fe3c365feedf1b8cd5d1efb595a2d6c5319b6bb0a52a56d5
|
||||
SHA512 (lit-0.7.0rc1.tar.gz) = 7e366f3ded1ef7dfdfa00f4a5d2d2c094c0a0a66f62fce235b758cdd8b4019dfd379e6f9b1ddab43552435a406052c6548e157c73e3861ca0ccb82a0b4ff09d6
|
||||
|
Loading…
Reference in New Issue
Block a user