Update to 2.4.

This commit is contained in:
Thomas Moschny 2010-04-13 17:10:05 +00:00
commit 02ea4e747c
4 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-jinja2
Version: 2.3.1
Version: 2.4
Release: 1%{?dist}
Summary: General purpose template engine
Group: Development/Languages
@ -69,6 +69,9 @@ make test
%changelog
* Tue Apr 13 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.4-1
- Update to 2.4.
* Tue Feb 23 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.1-1
- Update to 2.3.1.
- Docs are built using Sphinx now.