From 22adcd1e479dab00cef75a2bcfc9c7be9da50768 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Oct 14 2015 09:06:12 +0000 Subject: Rebuilt for Python3.5 rebuild with docs --- diff --git a/python-pillow.spec b/python-pillow.spec index ad5e15e..b9b491f 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -6,7 +6,7 @@ %global name3 python3-pillow # bootstrap building docs (pillow is required by docutils, docutils are # required by sphinx; pillow build-requires sphinx) -%global with_docs 0 +%global with_docs 1 # RHEL-7 doesn't have python 3 %if 0%{?rhel} == 7 @@ -28,7 +28,7 @@ Name: python-pillow Version: 3.0.0 -Release: 2%{?snap}%{?dist} +Release: 3%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -342,6 +342,9 @@ popd %endif %changelog +* Wed Oct 14 2015 Robert Kuska - 3.0.0-3 +- Rebuilt for Python3.5 rebuild with docs + * Tue Oct 13 2015 Robert Kuska - 3.0.0-2 - Rebuilt for Python3.5 rebuild without docs