[python-cliapp/f19] Update to 1.20140719

Michel Alexandre Salim salimma at fedoraproject.org
Tue Dec 2 14:09:10 UTC 2014


commit f4d4e40800b26c73f1667cc624b71b5c7c1bb4b5
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Dec 2 20:58:14 2014 +0700

    Update to 1.20140719

 .gitignore         |    2 +-
 python-cliapp.spec |    8 +++++++-
 sources            |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf4f7fd..a19ef48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/python-cliapp_1.20130808.orig.tar.gz
+/python-cliapp_1.20140719.orig.tar.gz
diff --git a/python-cliapp.spec b/python-cliapp.spec
index 689438e..bcc39c3 100644
--- a/python-cliapp.spec
+++ b/python-cliapp.spec
@@ -1,7 +1,7 @@
 %global pkgname cliapp
 
 Name:           python-%{pkgname}
-Version:        1.20130808
+Version:        1.20140719
 Release:        1%{?dist}
 Summary:        Python framework for Unix command line programs
 
@@ -46,6 +46,9 @@ make
 # CoverageTestRunner trips up on build directory;
 # since we've already done the install phase, remove it first
 rm -rf build
+# ./cliapp/runcmd.py also missing tests
+# (fixed in current Git but introduces other changes)
+echo ./cliapp/runcmd.py >> without-tests
 make check
 
 
@@ -60,6 +63,9 @@ make check
 
 
 %changelog
+* Tue Dec  2 2014 Michel Alexandre Salim <salimma at fedoraproject.org> - 1.20140719-1
+- Update to 1.20140719
+
 * Fri Sep 27 2013 Michel Salim <salimma at fedoraproject.org> - 1.20130808-1
 - Update to 1.20130808
 
diff --git a/sources b/sources
index 66053b2..0c3937f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ba6cab0430c4a85687b2fa48a646059  python-cliapp_1.20130808.orig.tar.gz
+d9185a89d58654c28e370ac7715a521f  python-cliapp_1.20140719.orig.tar.gz


More information about the scm-commits mailing list