diff --git a/.gitignore b/.gitignore index a19ef48..75a89d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/python-cliapp_1.20140719.orig.tar.gz +/python-cliapp_1.20150701.orig.tar.xz diff --git a/python-cliapp.spec b/python-cliapp.spec index a7229ca..13f4730 100644 --- a/python-cliapp.spec +++ b/python-cliapp.spec @@ -1,16 +1,17 @@ %global pkgname cliapp Name: python-%{pkgname} -Version: 1.20140719 -Release: 2%{?dist} +Version: 1.20150701 +Release: 1%{?dist} Summary: Python framework for Unix command line programs License: GPLv2+ URL: http://liw.fi/%{pkgname}/ -Source0: http://code.liw.fi/debian/pool/main/p/%{name}/%{name}_%{version}.orig.tar.gz +Source0: http://code.liw.fi/debian/pool/main/p/%{name}/%{name}_%{version}.orig.tar.xz BuildArch: noarch BuildRequires: python-coverage-test-runner +BuildRequires: python-pep8 BuildRequires: python-sphinx %description @@ -29,7 +30,7 @@ framework for Unix command line programs. %prep -%setup -q -n %{pkgname}-%{version} +%setup -q %build @@ -63,6 +64,9 @@ make check %changelog +* Sun Jul 19 2015 Michel Alexandre Salim - 1.20150701-1 +- Update to 1.20150701 + * Thu Jun 18 2015 Fedora Release Engineering - 1.20140719-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 0c3937f..2385271 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9185a89d58654c28e370ac7715a521f python-cliapp_1.20140719.orig.tar.gz +66b498bfe5207382a3ce938bcbeeea59 python-cliapp_1.20150701.orig.tar.xz