[spe] Add a patch so spe works with python-pillow

Toshio くらとみ toshio at fedoraproject.org
Tue Jan 29 17:22:11 UTC 2013


commit 30a57df2c0f41b50a068179f038782f9a0d110d9
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Jan 29 09:22:01 2013 -0800

    Add a patch so spe works with python-pillow

 spe.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/spe.spec b/spe.spec
index 9aea579..deb09f9 100644
--- a/spe.spec
+++ b/spe.spec
@@ -1,12 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:		spe
 Version:	0.8.4.h
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	Python IDE with UML,PyChecker,Debugger,GUI design,Blender & more
 Group:		Development/Tools
 License:	GPLv2+
 URL:		http://pythonide.stani.be
 Source0:	http://download.berlios.de/python/%{name}-%{version}-wx2.6.1.0.tar.gz
+Patch0: spe-pillow.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
@@ -32,6 +33,7 @@ and Kiki (regular expression console). Spe is extensible with wxGlade.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 rm -rf ./_spe/plugins/winpdb
 rm -rf ./_spe/plugins/wxGlade
@@ -87,6 +89,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jan 29 2013 Toshio Kuratomi <toshio at fedoraproject.org> 0.8.4.h-11
+- Add a patch so spe works with python-pillow
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4.h-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list