From d8336e979bf8108cb942eaa49e48b3dc5e43fa9f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 10 May 2014 09:39:30 -0600 Subject: [PATCH] Bootstrap (without docs) build for Python 3.4 --- python-jinja2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index ffd8c5f..b7f1993 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 1 +%global with_docs 0 Name: python-jinja2 Version: 2.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -150,6 +150,9 @@ popd %changelog +* Sat May 10 2014 Orion Poplawski - 2.7.2-2 +- Bootstrap (without docs) build for Python 3.4 + * Fri Jan 10 2014 Thomas Moschny - 2.7.2-1 - Update to 2.7.2. - Update python3 conditional.