rpms/amaya/devel amaya-9.1-64bits.patch, 1.3, 1.4 amaya.spec, 1.19, 1.20

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 18:44:51 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/amaya/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9082

Modified Files:
	amaya-9.1-64bits.patch amaya.spec 
Log Message:
update x86_64 patch again

amaya-9.1-64bits.patch:

Index: amaya-9.1-64bits.patch
===================================================================
RCS file: /cvs/extras/rpms/amaya/devel/amaya-9.1-64bits.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amaya-9.1-64bits.patch	22 Feb 2006 18:19:26 -0000	1.3
+++ amaya-9.1-64bits.patch	22 Feb 2006 18:44:51 -0000	1.4
@@ -40,3 +40,22 @@
  	 }
         break;
       case UnAuto:
+--- ./Amaya/thotlib/image/xpmcreate.c.64bits	2006-02-22 19:34:49.000000000 +0100
++++ ./Amaya/thotlib/image/xpmcreate.c	2006-02-22 19:43:47.000000000 +0100
+@@ -85,14 +85,14 @@
+                           Pixel *used_pixels, unsigned int *nused_pixels));
+ 
+ #ifndef FOR_MSW
+-LFUNC(ParseAndPutPixels, int, (xpmData *data, unsigned int width,
++LFUNC(ParseAndPutPixels, long, (xpmData *data, unsigned int width,
+ 			       unsigned int height, unsigned int ncolors,
+ 			       unsigned int cpp, XpmColor *colorTable,
+ 			       xpmHashTable *hashtable,
+ 			       XImage *image, Pixel *image_pixels,
+ 			       XImage *mask, Pixel *mask_pixels));
+ #else  /* FOR_MSW */
+-LFUNC(ParseAndPutPixels, int, (Display *dc, xpmData *data, unsigned int width,
++LFUNC(ParseAndPutPixels, long, (Display *dc, xpmData *data, unsigned int width,
+ 			       unsigned int height, unsigned int ncolors,
+ 			       unsigned int cpp, XpmColor *colorTable,
+ 			       xpmHashTable *hashtable,


Index: amaya.spec
===================================================================
RCS file: /cvs/extras/rpms/amaya/devel/amaya.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- amaya.spec	22 Feb 2006 18:19:26 -0000	1.19
+++ amaya.spec	22 Feb 2006 18:44:51 -0000	1.20
@@ -1,6 +1,6 @@
 Name:		amaya
 Version:	9.1
-Release:	8%{?dist}
+Release:	9%{?dist}
 
 Summary:	W3C's browser/web authoring tool
 Group:		Applications/Internet
@@ -99,6 +99,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 9.1-9
+- update x86_64 patch again
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 9.1-8
 - update x86_64 patch
 




More information about the scm-commits mailing list