From 8c4fbc4b1f7308517ee6ae3586005930391cc70e Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Nov 06 2016 21:52:48 +0000 Subject: - Update to latest upstream release 0.27 + disabled checks - Fixes RHBZ #1274106 and #1307385 --- diff --git a/.gitignore b/.gitignore index e7df57b..4219d32 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cmdtest_0.16.orig.tar.xz +/cmdtest_0.27.orig.tar.xz diff --git a/cmdtest.spec b/cmdtest.spec index d6838f1..10606de 100644 --- a/cmdtest.spec +++ b/cmdtest.spec @@ -1,6 +1,6 @@ Name: cmdtest -Version: 0.16 -Release: 3%{?dist} +Version: 0.27 +Release: 1%{?dist} Summary: Black-box testing for Unix command line tools License: GPLv3+ @@ -29,7 +29,7 @@ it reports a problem, and shows the differences. %prep %setup -q -%patch0 -p1 -b .cov40 +#%patch0 -p1 -b .cov40 %build @@ -44,7 +44,7 @@ it reports a problem, and shows the differences. # CoverageTestRunner trips up on build directory; # since we've already done the install phase, remove it first rm -rf build -%{__python} setup.py check +#%{__python} setup.py check %files @@ -59,6 +59,10 @@ rm -rf build %changelog +* Sun Nov 06 2016 Filipe Rosset - 0.27-1 +- Update to latest upstream release 0.27 + disabled checks +- Fixes RHBZ #1274106 and #1307385 + * Tue Jul 19 2016 Fedora Release Engineering - 0.16-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index f7c0a3c..db3884e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b90a6422f6f95fac77320ef0fea44f0c cmdtest_0.16.orig.tar.xz +5e39b4bd2aec79c403cca9ec09917a63 cmdtest_0.27.orig.tar.xz