rpms/asymptote/devel asymptote-1.63-gcc44.patch, 1.1, 1.2 asymptote.spec, 1.53, 1.54

Tom Callaway spot at fedoraproject.org
Wed Feb 18 17:09:30 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/asymptote/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6189

Modified Files:
	asymptote-1.63-gcc44.patch asymptote.spec 
Log Message:
more gcc44 fixes for ppc

asymptote-1.63-gcc44.patch:

Index: asymptote-1.63-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote-1.63-gcc44.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asymptote-1.63-gcc44.patch	18 Feb 2009 16:55:39 -0000	1.1
+++ asymptote-1.63-gcc44.patch	18 Feb 2009 17:09:00 -0000	1.2
@@ -1,6 +1,18 @@
-diff -up asymptote-1.63/prc/PRCdouble.h.BAD asymptote-1.63/prc/PRCdouble.h
---- asymptote-1.63/prc/PRCdouble.h.BAD	2009-02-18 11:51:18.000000000 -0500
-+++ asymptote-1.63/prc/PRCdouble.h	2009-02-18 11:51:23.000000000 -0500
+diff -up asymptote-1.63/prc/PRCdouble.cc.gcc44 asymptote-1.63/prc/PRCdouble.cc
+--- asymptote-1.63/prc/PRCdouble.cc.gcc44	2009-02-18 12:05:36.000000000 -0500
++++ asymptote-1.63/prc/PRCdouble.cc	2009-02-18 12:05:47.000000000 -0500
+@@ -23,7 +23,7 @@ int stCOFDOECompare(const void* pcofdoe1
+ }
+ 
+ #if defined(WORDS_BIG_ENDIAN)
+-void *memrchr(const void *buf,int c,size_t count)
++const void *memrchr(const void *buf,int c,size_t count)
+ {
+   unsigned char
+       *pcBuffer=(unsigned char *)buf,
+diff -up asymptote-1.63/prc/PRCdouble.h.gcc44 asymptote-1.63/prc/PRCdouble.h
+--- asymptote-1.63/prc/PRCdouble.h.gcc44	2009-02-17 21:55:30.000000000 -0500
++++ asymptote-1.63/prc/PRCdouble.h	2009-02-18 12:05:06.000000000 -0500
 @@ -110,7 +110,7 @@ struct sCodageOfFrequentDoubleOrExponent
  int stCOFDOECompare(const void*,const void*);
  


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- asymptote.spec	18 Feb 2009 16:55:39 -0000	1.53
+++ asymptote.spec	18 Feb 2009 17:09:00 -0000	1.54
@@ -5,7 +5,7 @@
 
 Name:           asymptote
 Version:        1.63
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Descriptive vector graphics language
 
 Group:          Applications/Publishing
@@ -50,7 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+%patch1 -p1 -b .gcc44
 %{__sed} -i 's/\r//' doc/CAD1.asy
 
 # convert to UTF-8
@@ -142,6 +142,9 @@
 
 
 %changelog
+* Wed Feb 18 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.63-4
+- more gcc44 fixes with BIG_ENDIAN platforms
+
 * Wed Feb 18 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.63-3
 - fix gcc44 issue with BIG_ENDIAN platforms
 




More information about the fedora-extras-commits mailing list