rpms/python-imaging/FC-4 python-imaging-lib64.patch, NONE, 1.1 python-imaging.spec, 1.7, 1.8

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Sun Apr 2 21:59:25 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/python-imaging/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6521

Modified Files:
	python-imaging.spec 
Added Files:
	python-imaging-lib64.patch 
Log Message:
* Sun Apr  2 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-2
- Fix bug #185203 (Thanks to Rick L Vinyard Jr)


python-imaging-lib64.patch:

--- NEW FILE python-imaging-lib64.patch ---
--- setup-old.py	2005-03-23 18:16:40.000000000 +0000
+++ setup.py	2006-04-02 22:34:04.000000000 +0100
@@ -180,6 +180,7 @@
         add_directory(library_dirs, "/usr/local/lib")
         add_directory(include_dirs, "/usr/local/include")
 
+        add_directory(library_dirs, "/usr/lib64")
         add_directory(library_dirs, "/usr/lib")
         add_directory(include_dirs, "/usr/include")
 


Index: python-imaging.spec
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/FC-4/python-imaging.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-imaging.spec	6 Mar 2006 01:49:15 -0000	1.7
+++ python-imaging.spec	2 Apr 2006 21:59:25 -0000	1.8
@@ -5,12 +5,13 @@
 Summary: Python's own image processing library
 Name: python-imaging
 Version: 1.1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: Distributable
 Group: Development/Languages
 Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz
 Patch0: %{name}-no-xv.patch
+Patch1: %{name}-lib64.patch
 URL: http://www.pythonware.com/products/pil/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -48,6 +49,7 @@
 %prep
 %setup -q -n Imaging-%{version}
 %patch0 -p1
+%patch1 -p0
 
 # fix the interpreter path for Scripts/*.py
 cd Scripts
@@ -102,6 +104,9 @@
 
 
 %changelog
+* Sun Apr  2 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-2
+- Fix bug #185203 (Thanks to Rick L Vinyard Jr)
+
 * Sun Mar  5 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-1
 - Update to 1.1.5
 




More information about the fedora-extras-commits mailing list