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 - 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 - 2.5.2-3 - %%ifnarch doesn't work on noarch package so don't fail the build on failed tests