[python-jinja2] - Revert to previous behavior: fail the build on failed test. - Rebuild for Python 3.2.

Thomas Moschny thm at fedoraproject.org
Wed Aug 25 20:04:55 UTC 2010


commit 1985ab78e5900e54cdd4e39d0bc6aa92009fd243
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Aug 25 22:02:12 2010 +0200

    - Revert to previous behavior: fail the build on failed test.
    - Rebuild for Python 3.2.

 python-jinja2.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-jinja2.spec b/python-jinja2.spec
index cc1cc82..61c9de9 100644
--- a/python-jinja2.spec
+++ b/python-jinja2.spec
@@ -10,7 +10,7 @@
 
 Name:		python-jinja2
 Version:	2.5.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	General purpose template engine
 Group:		Development/Languages
 License:	BSD
@@ -122,7 +122,7 @@ rm -rf %{buildroot}
 
 
 %check
-make test || :
+make test
 
 
 %if 0%{?with_python3}
@@ -159,6 +159,10 @@ popd
 
 
 %changelog
+* Wed Aug 25 2010 Thomas Moschny <thomas.moschny at gmx.de> - 2.5.2-4
+- Revert to previous behavior: fail the build on failed test.
+- Rebuild for Python 3.2.
+
 * Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 2.5.2-3
 - %%ifnarch doesn't work on noarch package so don't fail the build on failed tests
 


More information about the scm-commits mailing list