rpms/python-imaging/FC-5 python-imaging.spec,1.8,1.9

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Tue Apr 4 10:08:33 UTC 2006


Author: jamatos

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

Modified Files:
	python-imaging.spec 
Log Message:
* Tue Apr  4 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-3
- Restore gif transparency patch. (bug #187875)



Index: python-imaging.spec
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/FC-5/python-imaging.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-imaging.spec	2 Apr 2006 21:57:26 -0000	1.8
+++ python-imaging.spec	4 Apr 2006 10:08:33 -0000	1.9
@@ -5,13 +5,14 @@
 Summary: Python's own image processing library
 Name: python-imaging
 Version: 1.1.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: Distributable
 Group: Development/Languages
 Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz
 Patch0: %{name}-no-xv.patch
 Patch1: %{name}-lib64.patch
+Patch2: %{name}-giftrans.patch
 URL: http://www.pythonware.com/products/pil/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -50,6 +51,7 @@
 %setup -q -n Imaging-%{version}
 %patch0 -p1
 %patch1 -p0
+%patch2 -p1
 
 # fix the interpreter path for Scripts/*.py
 cd Scripts
@@ -104,6 +106,9 @@
 
 
 %changelog
+* Tue Apr  4 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-3
+- Restore gif transparency patch. (bug #187875)
+
 * Sun Apr  2 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-2
 - Fix bug #185203 (Thanks to Rick L Vinyard Jr)
 




More information about the fedora-extras-commits mailing list