From 6291951147edc72f513980e05f21dc16b33f4170 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 21 Sep 2018 23:30:30 +0000 Subject: [PATCH] 0.7.0 Release --- python-lit.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-lit.spec b/python-lit.spec index 5a1033f..e972091 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -8,18 +8,16 @@ %{!?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.7.0 -Release: 0.2.rc%{rc_ver}%{?dist} +Release: 1 BuildArch: noarch License: NCSA Group: Development/Languages Summary: Tool for executing llvm test suites URL: https://pypi.python.org/pypi/lit -Source0: https://files.pythonhosted.org/packages/ca/cc/e451fcfdae7a9b193faaccaa385e9530dc4c8f65f57379fa474bbccd5506/lit-0.7.0rc1.tar.gz +Source0: https://files.pythonhosted.org/packages/e5/0c/2f40cd6be5c79e15c5456b2aff6aea2e6196e8c42c0836a4da52d4df8d43/lit-0.7.0.tar.gz BuildRequires: python2-devel BuildRequires: python2-setuptools @@ -96,6 +94,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{srcna %endif %changelog +* Fri Sep 21 2018 Tom Stellard - 0.7.0-1 +- 0.7.0 Release + * Fri Aug 31 2018 Tom Stellard - 0.7.0-0.2.rc1 - Add Requires: python[23]-setuptools