Update to 2.1.
This commit is contained in:
parent
eb4d08a330
commit
0fd0613f96
5 changed files with 16 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
Jinja2-2.0.tar.gz
|
||||
Jinja2-2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
python-jinja2-2_0-2_fc10:F-9:python-jinja2-2.0-2.fc10.src.rpm:1216886790
|
||||
python-jinja2-2_1-1_fc11:F-9:python-jinja2-2.1-1.fc11.src.rpm:1229630281
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
diff -up Jinja2-2.0rc1/setup.py.orig Jinja2-2.0rc1/setup.py
|
||||
--- Jinja2-2.0rc1/setup.py.orig 2008-06-29 01:44:48.000000000 +0200
|
||||
+++ Jinja2-2.0rc1/setup.py 2008-06-29 01:48:00.000000000 +0200
|
||||
@@ -51,7 +51,7 @@ from distutils.errors import CCompilerEr
|
||||
diff -up Jinja2-2.1/setup.py.orig Jinja2-2.1/setup.py
|
||||
--- Jinja2-2.1/setup.py.orig 2008-11-23 13:08:17.000000000 +0100
|
||||
+++ Jinja2-2.1/setup.py 2008-12-18 15:14:22.000000000 +0100
|
||||
@@ -54,7 +54,7 @@ VERSION = '2.1'
|
||||
|
||||
data_files = []
|
||||
documentation_path = 'docs/_build/html'
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
19fe3ee10ee94a6003c53374112f2403 Jinja2-2.0.tar.gz
|
||||
c7a31931c95a7ae5e1baf21074fdd576 Jinja2-2.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue