rpms/asymptote/devel asymptote-1.63-gcc44.patch, 1.2, 1.3 asymptote.spec, 1.71, 1.72

Tom Callaway spot at fedoraproject.org
Mon Sep 28 17:33:31 UTC 2009


Author: spot

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

Modified Files:
	asymptote-1.63-gcc44.patch asymptote.spec 
Log Message:
fix gcc44 patch

asymptote-1.63-gcc44.patch:
 PRCdouble.cc |    2 +-
 PRCdouble.h  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: asymptote-1.63-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote-1.63-gcc44.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- asymptote-1.63-gcc44.patch	18 Feb 2009 17:09:00 -0000	1.2
+++ asymptote-1.63-gcc44.patch	28 Sep 2009 17:33:31 -0000	1.3
@@ -1,22 +1,22 @@
-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
+diff -up asymptote-1.87/prc/PRCdouble.cc.gcc44 asymptote-1.87/prc/PRCdouble.cc
+--- asymptote-1.87/prc/PRCdouble.cc.gcc44	2009-09-20 01:28:23.000000000 -0400
++++ asymptote-1.87/prc/PRCdouble.cc	2009-09-28 13:31:46.455112363 -0400
 @@ -23,7 +23,7 @@ int stCOFDOECompare(const void* pcofdoe1
  }
  
- #if defined(WORDS_BIG_ENDIAN)
+ #ifdef WORDS_BIGENDIAN
 -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
+diff -up asymptote-1.87/prc/PRCdouble.h.gcc44 asymptote-1.87/prc/PRCdouble.h
+--- asymptote-1.87/prc/PRCdouble.h.gcc44	2009-09-20 01:28:23.000000000 -0400
++++ asymptote-1.87/prc/PRCdouble.h	2009-09-28 13:32:03.111986199 -0400
+@@ -106,7 +106,7 @@ struct sCodageOfFrequentDoubleOrExponent
  int stCOFDOECompare(const void*,const void*);
  
- #if defined(WORDS_BIG_ENDIAN)
+ #ifdef WORDS_BIGENDIAN
 -void *memrchr(const void *,int,size_t);
 +const void *memrchr(const void *,int,size_t);
  #endif


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- asymptote.spec	28 Sep 2009 16:48:22 -0000	1.71
+++ asymptote.spec	28 Sep 2009 17:33:31 -0000	1.72
@@ -5,7 +5,7 @@
 
 Name:           asymptote
 Version:        1.87
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Descriptive vector graphics language
 
 Group:          Applications/Publishing
@@ -150,6 +150,9 @@ fi
 
 
 %changelog
+* Mon Sep 28 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.87-2
+- fix gcc44 patch
+
 * Mon Sep 28 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.87-1
 - update to 1.87
 




More information about the fedora-extras-commits mailing list