Rebuilt for Python3.5 rebuild without docs

This commit is contained in:
Robert Kuska 2015-10-13 13:22:39 +02:00
parent 8761ff4cd9
commit 19237e1a59

View File

@ -6,7 +6,7 @@
%global name3 python3-pillow %global name3 python3-pillow
# bootstrap building docs (pillow is required by docutils, docutils are # bootstrap building docs (pillow is required by docutils, docutils are
# required by sphinx; pillow build-requires sphinx) # required by sphinx; pillow build-requires sphinx)
%global with_docs 1 %global with_docs 0
# RHEL-7 doesn't have python 3 # RHEL-7 doesn't have python 3
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
@ -28,7 +28,7 @@
Name: python-pillow Name: python-pillow
Version: 3.0.0 Version: 3.0.0
Release: 1%{?snap}%{?dist} Release: 2%{?snap}%{?dist}
Summary: Python image processing library Summary: Python image processing library
# License: see http://www.pythonware.com/products/pil/license.htm # License: see http://www.pythonware.com/products/pil/license.htm
@ -342,6 +342,9 @@ popd
%endif %endif
%changelog %changelog
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 3.0.0-2
- Rebuilt for Python3.5 rebuild without docs
* Fri Oct 02 2015 Sandro Mani <manisandro@gmail.com> - 3.0.0-1 * Fri Oct 02 2015 Sandro Mani <manisandro@gmail.com> - 3.0.0-1
- Update to 3.0.0 - Update to 3.0.0