- Update to 2.5.5.
This commit is contained in:
parent
1985ab78e5
commit
92fc8ce0cc
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/Jinja2-2.5.tar.gz
|
||||
/Jinja2-2.5.2.tar.gz
|
||||
/Jinja2-2.5.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
%global with_docs 0
|
||||
|
||||
Name: python-jinja2
|
||||
Version: 2.5.2
|
||||
Release: 4%{?dist}
|
||||
Version: 2.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: General purpose template engine
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
|
|
@ -159,6 +159,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 27 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.5-1
|
||||
- Update to 2.5.5.
|
||||
|
||||
* 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.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3829be2926a067ee024e6d3e5327dbf7 Jinja2-2.5.2.tar.gz
|
||||
83b20c1eeb31f49d8e6392efae91b7d5 Jinja2-2.5.5.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue