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.