[spe] Add pillow patch

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


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

    Add pillow patch

 spe-pillow.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/spe-pillow.patch b/spe-pillow.patch
new file mode 100644
index 0000000..c4fc503
--- /dev/null
+++ b/spe-pillow.patch
@@ -0,0 +1,11 @@
+Index: spe-0.8.4.h/_spe/sm/wxp/pil.py
+===================================================================
+--- spe-0.8.4.h.orig/_spe/sm/wxp/pil.py
++++ spe-0.8.4.h/_spe/sm/wxp/pil.py
+@@ -1,5 +1,5 @@
+ import wx
+-import Image             # Only if you need and use the PIL library.
++from PIL import Image             # Only if you need and use the PIL library.
+ 
+ def bitmap2pil(bitmap):
+     return imageToPil(bitmap2image(bitmap))


More information about the scm-commits mailing list