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__