[Cython] turn on check

Neal Becker nbecker at fedoraproject.org
Tue Aug 28 00:40:12 UTC 2012


commit bcf7a404d296b635c3bb703050d2ed5fd71ceb29
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Mon Aug 27 20:40:00 2012 -0400

    turn on check

 Cython.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/Cython.spec b/Cython.spec
index 23a2eb1..0c73cfc 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -4,7 +4,7 @@
 
 Name:		Cython
 Version:	0.17
-Release:	2.b3%{?dist}
+Release:	3.b3%{?dist}
 ##Release:	3%{?dist}
 Summary:	A language for writing Python extension modules
 
@@ -48,8 +48,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-##%%check
-##%%{__python} runtests.py -x numpy
+%check
+%{__python} runtests.py -x numpy
 
 %files
 %defattr(-,root,root,-)
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 28 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17-3.b3
+- Turn on check (temporarily)
+
 * Tue Aug 28 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17-1.b3
 - Test 0.17b3
 


More information about the scm-commits mailing list