- Revert to previous behavior: fail the build on failed test.

- Rebuild for Python 3.2.
This commit is contained in:
Thomas Moschny 2010-08-25 22:02:12 +02:00
parent fcd70f5140
commit 1985ab78e5

View File

@ -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@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