7.0.1 release
This commit is contained in:
parent
2233a5fc3c
commit
e5e805330f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/lit-0.6.0.tar.gz
|
/lit-0.6.0.tar.gz
|
||||||
/lit-0.7.0rc1.tar.gz
|
/lit-0.7.0rc1.tar.gz
|
||||||
/lit-0.7.0.tar.gz
|
/lit-0.7.0.tar.gz
|
||||||
|
/lit-0.7.1.tar.gz
|
||||||
|
@ -9,15 +9,15 @@
|
|||||||
%{!?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.7.0
|
Version: 0.7.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
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: https://files.pythonhosted.org/packages/e5/0c/2f40cd6be5c79e15c5456b2aff6aea2e6196e8c42c0836a4da52d4df8d43/lit-0.7.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/ee/19/89553646a07f35c49f9540f519c8d9543e8799736276756d203c697c0a13/lit-0.7.1.tar.gz
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
@ -94,6 +94,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{srcna
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 17 2018 sguelton@redhat.com - 0.7.1-1
|
||||||
|
- 7.0.1 Release
|
||||||
|
|
||||||
* Tue Sep 25 2018 Tom Stellard <tstellar@redhat.com> - 0.7.0-2
|
* Tue Sep 25 2018 Tom Stellard <tstellar@redhat.com> - 0.7.0-2
|
||||||
- Add missing dist to release tag
|
- Add missing dist to release tag
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lit-0.7.0.tar.gz) = 332e33e9c775aa161be174ae5c6606f028b3ba4171cfd9ea0731dfbe05134279d58010c2a72aaa0c7a43118120f8d67f073a43d73b25526e0c38e5e805da7546
|
SHA512 (lit-0.7.1.tar.gz) = 2efdd30fc4d9ed167746acbc51515c9de97948a4c805791aa110c12787f89b011c546f33767514bc8aea3632eda67ff9b806e885701d0890f6c152ead209dff5
|
||||||
|
Loading…
Reference in New Issue
Block a user