From 2af52b3a1ffa65104beaafa8af51028b53b4e1ab Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 7 Jun 2014 09:03:03 +0200 Subject: [PATCH] Update to 2.7.3. --- .gitignore | 1 + python-jinja2.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 54a2328..01f1036 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /Jinja2-2.7.tar.gz /Jinja2-2.7.1.tar.gz /Jinja2-2.7.2.tar.gz +/Jinja2-2.7.3.tar.gz diff --git a/python-jinja2.spec b/python-jinja2.spec index b7f1993..f40a614 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -6,11 +6,11 @@ # Enable building without docs to avoid a circular dependency between this # and python-sphinx: -%global with_docs 0 +%global with_docs 1 Name: python-jinja2 -Version: 2.7.2 -Release: 2%{?dist} +Version: 2.7.3 +Release: 1%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -150,6 +150,10 @@ popd %changelog +* Sat Jun 7 2014 Thomas Moschny - 2.7.3-1 +- Update to 2.7.3. +- Reenable docs. + * Sat May 10 2014 Orion Poplawski - 2.7.2-2 - Bootstrap (without docs) build for Python 3.4 diff --git a/sources b/sources index 3ab99e9..59862b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df1581455564e97010e38bc792012aa5 Jinja2-2.7.2.tar.gz +b9dffd2f3b43d673802fe857c8445b1a Jinja2-2.7.3.tar.gz