rpms/amaya/devel amaya-9.1-64bits.patch, 1.2, 1.3 amaya.spec, 1.18, 1.19

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


Author: abompard

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

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

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amaya-9.1-64bits.patch	12 Jun 2005 13:55:56 -0000	1.2
+++ amaya-9.1-64bits.patch	22 Feb 2006 18:19:26 -0000	1.3
@@ -1,5 +1,5 @@
---- ./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
+--- ./Amaya/thotlib/base/structlist.c.64bits	2004-12-08 11:52:20.000000000 +0100
++++ ./Amaya/thotlib/base/structlist.c	2006-02-22 19:07:23.000000000 +0100
 @@ -509,7 +509,7 @@
  	    fprintf (fileDescriptor, " Name=NULL");
  	  else
@@ -10,7 +10,7 @@
        /* 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
++++ ./Amaya/thotlib/base/fileaccess.c	2006-02-22 19:07:23.000000000 +0100
 @@ -684,7 +684,7 @@
         while (ptr != NULL);
  
@@ -20,3 +20,23 @@
         if (i > 1)
  	 {
  	   strncpy (aDirectory, text, i);
+--- ./Amaya/thotlib/dialogue/font.c.64bits	2006-02-22 19:15:33.000000000 +0100
++++ ./Amaya/thotlib/dialogue/font.c	2006-02-22 19:17:57.000000000 +0100
+@@ -889,7 +889,7 @@
+ #endif /* _WIN_PRINT */
+       break;
+     case UnPercent:
+-      i = val * (int) pAb;
++      i = val * (long) pAb;
+       dist = (i + 50) / 100;
+       break;
+     case UnAuto:
+@@ -966,7 +966,7 @@
+        else
+ 	 {
+ 	   i = val * 100;
+-	   dist = i / (int) pAb;
++	   dist = i / (long) pAb;
+ 	 }
+        break;
+      case UnAuto:


Index: amaya.spec
===================================================================
RCS file: /cvs/extras/rpms/amaya/devel/amaya.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- amaya.spec	22 Feb 2006 17:45:35 -0000	1.18
+++ amaya.spec	22 Feb 2006 18:19:26 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		amaya
 Version:	9.1
-Release:	7%{?dist}
+Release:	8%{?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-8
+- update x86_64 patch
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 9.1-7
 - fix dependency on modular X11 again
 




More information about the fedora-extras-commits mailing list