[python-docutils: 1/2] Add python3-imaging support :-)

Toshio くらとみ toshio at fedoraproject.org
Thu Mar 21 18:38:07 UTC 2013


commit 28aca6172fc89ee5316f26a61e16608c0bb4a33d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Mar 21 11:36:51 2013 -0700

    Add python3-imaging support :-)

 python-docutils.spec |    9 ++++++---
 1 files 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 <toshio at fedoraproject.org> - 0.10-0.7.20120824svn7502
+- Add python3-imaging support :-)
+
 * Sat Aug 25 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.10-0.6.20120824svn7502
 - Further fix of places in the code that use__import__
 


More information about the scm-commits mailing list