rpms/python-imaging/devel python-imaging-giftrans.patch, 1.3, 1.4 python-imaging-lib64.patch, 1.1, 1.2 python-imaging-no-xv.patch, 1.1, 1.2 python-imaging.spec, 1.23, 1.24

José Abílio Oliveira Matos jamatos at fedoraproject.org
Thu Oct 2 14:49:33 UTC 2008


Author: jamatos

Update of /cvs/pkgs/rpms/python-imaging/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23391

Modified Files:
	python-imaging-giftrans.patch python-imaging-lib64.patch 
	python-imaging-no-xv.patch python-imaging.spec 
Log Message:
* Thu Oct  2 2008 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-11
- rebuild to avoid the patches fuzziness (#464984)


python-imaging-giftrans.patch:

Index: python-imaging-giftrans.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-imaging/devel/python-imaging-giftrans.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-imaging-giftrans.patch	4 Apr 2006 10:33:30 -0000	1.3
+++ python-imaging-giftrans.patch	2 Oct 2008 14:49:02 -0000	1.4
@@ -1,9 +1,6 @@
-See http://bugs.debian.org/159693
-
-diff -Naru Imaging-1.1.4.orig/PIL/GifImagePlugin.py Imaging-1.1.4/PIL/GifImagePlugin.py
---- Imaging-1.1.4.orig/PIL/GifImagePlugin.py	2003-05-06 23:44:16.000000000 +0300
-+++ Imaging-1.1.4/PIL/GifImagePlugin.py	2004-10-09 21:12:12.635957206 +0300
-@@ -346,6 +346,11 @@
+--- Imaging-1.1.6.orig/PIL/GifImagePlugin.py    2006-12-03 11:37:15.000000000 +0000
++++ Imaging-1.1.6/PIL/GifImagePlugin.py 2008-10-02 14:51:43.000000000 +0100
+@@ -352,6 +352,11 @@
          for i in range(maxcolor):
              s.append(chr(i) * 3)
  

python-imaging-lib64.patch:

Index: python-imaging-lib64.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-imaging/devel/python-imaging-lib64.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-imaging-lib64.patch	2 Apr 2006 21:44:44 -0000	1.1
+++ python-imaging-lib64.patch	2 Oct 2008 14:49:02 -0000	1.2
@@ -1,6 +1,6 @@
---- 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 @@
+--- Imaging-1.1.6.orig/setup.py 2006-12-03 11:37:29.000000000 +0000
++++ Imaging-1.1.6/setup.py      2008-10-02 14:51:43.000000000 +0100
+@@ -196,6 +196,7 @@
          add_directory(library_dirs, "/usr/local/lib")
          add_directory(include_dirs, "/usr/local/include")
  

python-imaging-no-xv.patch:

Index: python-imaging-no-xv.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-imaging/devel/python-imaging-no-xv.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-imaging-no-xv.patch	4 Dec 2004 13:34:07 -0000	1.1
+++ python-imaging-no-xv.patch	2 Oct 2008 14:49:02 -0000	1.2
@@ -1,7 +1,6 @@
-diff -Naru Imaging-1.1.4.orig/PIL/Image.py Imaging-1.1.4/PIL/Image.py
---- Imaging-1.1.4.orig/PIL/Image.py	2003-05-08 23:48:47.000000000 +0300
-+++ Imaging-1.1.4/PIL/Image.py	2004-10-09 21:11:16.547285512 +0300
-@@ -1722,9 +1722,7 @@
+--- Imaging-1.1.6.orig/PIL/Image.py     2006-12-03 12:08:22.000000000 +0000
++++ Imaging-1.1.6/PIL/Image.py  2008-10-02 14:51:43.000000000 +0100
+@@ -2065,9 +2065,7 @@
      else:
          format = None
          if not command:
@@ -9,6 +8,7 @@
 -            if title:
 -                command = command + " -name \"%s\"" % title
 +            command = "eog"
- 
-     if self.mode == "I;16":
+
+     if image.mode == "I;16":
          # @PIL88 @PIL101
+


Index: python-imaging.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-imaging/devel/python-imaging.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- python-imaging.spec	3 Jun 2008 08:27:34 -0000	1.23
+++ python-imaging.spec	2 Oct 2008 14:49:02 -0000	1.24
@@ -5,7 +5,7 @@
 Summary:       Python's own image processing library
 Name:          python-imaging
 Version:       1.1.6
-Release:       10%{?dist}
+Release:       11%{?dist}
 
 License:       BSD
 Group:         System Environment/Libraries
@@ -157,6 +157,9 @@
 %files tk -f files.tk
 
 %changelog
+* Thu Oct  2 2008 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-11
+- rebuild to avoid the patches fuzziness (#464984)
+
 * Tue Jun 3 2008 Joel Granados <jgranado at redhat.com> - 1.1.6-10
 - Fix the build.
 




More information about the scm-commits mailing list