[python-jinja2] Bootstrap (without docs) build for Python 3.4

Orion Poplawski orion at fedoraproject.org
Sat May 10 15:39:04 UTC 2014


commit d8336e979bf8108cb942eaa49e48b3dc5e43fa9f
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat May 10 09:39:30 2014 -0600

    Bootstrap (without docs) build for Python 3.4

 python-jinja2.spec |    7 +++++--
 1 files 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 <orion at cora.nwra.com> - 2.7.2-2
+- Bootstrap (without docs) build for Python 3.4
+
 * Fri Jan 10 2014 Thomas Moschny <thomas.moschny at gmx.de> - 2.7.2-1
 - Update to 2.7.2.
 - Update python3 conditional.


More information about the scm-commits mailing list