Update to 2.1.

This commit is contained in:
Thomas Moschny 2008-12-18 19:58:56 +00:00
commit 0fd0613f96
5 changed files with 16 additions and 8 deletions

View file

@ -1,8 +1,8 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-jinja2
Version: 2.0
Release: 2%{?dist}
Version: 2.1
Release: 1%{?dist}
Summary: General purpose template engine
Group: Development/Languages
@ -64,6 +64,13 @@ rm -rf %{buildroot}
%changelog
* Thu Dec 18 2008 Thomas Moschny <thomas.moschny@gmx.de> - 2.1-1
- Update to 2.1, which fixes a number of bugs.
See http://jinja.pocoo.org/2/documentation/changelog#version-2-1.
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.0-3
- Rebuild for Python 2.6
* Tue Jul 22 2008 Thomas Moschny <thomas.moschny@gmx.de> - 2.0-2
- Use rpm buildroot macro instead of RPM_BUILD_ROOT.