From 28aca6172fc89ee5316f26a61e16608c0bb4a33d Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 21 Mar 2013 11:36:51 -0700 Subject: [PATCH] Add python3-imaging support :-) --- python-docutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-docutils.spec b/python-docutils.spec index dc54664..e012dae 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,14 +4,14 @@ %endif %if 0%{?fedora} -%global with_python3 1 +%global with_python3 0%{!?_without_python3:1} %endif %global srcname docutils Name: python-%{srcname} Version: 0.10 -Release: 0.6.20120824svn7502%{?dist} +Release: 0.7.20120824svn7502%{?dist} Summary: System for processing plaintext documentation Group: Development/Languages @@ -70,7 +70,7 @@ Python inline documentation modules and packages. Summary: System for processing plaintext documentation for python3 Group: Development/Languages # This module is optional and not yet available for python3 -#Requires: python3-imaging +Requires: python3-imaging %description -n python3-%{srcname} The Docutils project specifies a plaintext markup language, reStructuredText, @@ -171,6 +171,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Mar 21 2013 Toshio Kuratomi - 0.10-0.7.20120824svn7502 +- Add python3-imaging support :-) + * Sat Aug 25 2012 Toshio Kuratomi - 0.10-0.6.20120824svn7502 - Further fix of places in the code that use__import__