rpms/amaya/devel amaya-9.1-64bits.patch, 1.1, 1.2 amaya.spec, 1.14, 1.15

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Jun 12 13:55:58 UTC 2005


Author: abompard

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

Modified Files:
	amaya-9.1-64bits.patch amaya.spec 
Log Message:
- patch one more file for the x86_64 problem

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amaya-9.1-64bits.patch	12 Jun 2005 11:57:13 -0000	1.1
+++ amaya-9.1-64bits.patch	12 Jun 2005 13:55:56 -0000	1.2
@@ -1,5 +1,16 @@
---- .Amaya//thotlib/base/fileaccess.c.64bits	2005-06-12 11:27:39.000000000 +0200
-+++ ./Amaya/thotlib/base/fileaccess.c	2005-06-12 11:29:27.000000000 +0200
+--- ./Amaya/thotlib/base/structlist.c.64bits	2005-06-12 15:20:05.000000000 +0200
++++ ./Amaya/thotlib/base/structlist.c	2005-06-12 15:20:20.000000000 +0200
+@@ -509,7 +509,7 @@
+ 	    fprintf (fileDescriptor, " Name=NULL");
+ 	  else
+ 	    fprintf (fileDescriptor, "(%s %x)", pNode->ElStructSchema->SsName,
+-		     (unsigned int)pNode->ElStructSchema);
++		     (unsigned long)pNode->ElStructSchema);
+ 	}
+       /* ecrit l'URI associee au schema de structure */
+       if (pNode->ElStructSchema->SsUriName == NULL)
+--- ./Amaya/thotlib/base/fileaccess.c.64bits	2005-02-23 12:46:21.000000000 +0100
++++ ./Amaya/thotlib/base/fileaccess.c	2005-06-12 15:19:32.000000000 +0200
 @@ -684,7 +684,7 @@
         while (ptr != NULL);
  


Index: amaya.spec
===================================================================
RCS file: /cvs/extras/rpms/amaya/devel/amaya.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- amaya.spec	12 Jun 2005 11:58:52 -0000	1.14
+++ amaya.spec	12 Jun 2005 13:55:56 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		amaya
 Version:	9.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 
 Summary:	W3C's browser/web authoring tool
 Group:		Applications/Internet
@@ -30,7 +30,7 @@
 %prep
 %setup -q -c
 %patch0 -p0
-%patch1 -p0
+%patch1 -p0 -b .64bits
 
 %build
 mkdir -p Amaya/gtk-build
@@ -99,6 +99,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Sun Jun 12 2005 Aurelien Bompard <gauret[AT]free.fr> 9.1-4
+- patch one more file
+
 * Sun Jun 12 2005 Aurelien Bompard <gauret[AT]free.fr> 9.1-3
 - add patch for pointer/int problem on x86_64
 




More information about the fedora-extras-commits mailing list