rpms/asymptote/devel asymptote-1.63-gcc44.patch, NONE, 1.1 asymptote.spec, 1.52, 1.53

Tom Callaway spot at fedoraproject.org
Wed Feb 18 16:56:09 UTC 2009


Author: spot

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

Modified Files:
	asymptote.spec 
Added Files:
	asymptote-1.63-gcc44.patch 
Log Message:
gcc44 fix for ppc, probably sparc too

asymptote-1.63-gcc44.patch:

--- NEW FILE asymptote-1.63-gcc44.patch ---
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
@@ -110,7 +110,7 @@ struct sCodageOfFrequentDoubleOrExponent
 int stCOFDOECompare(const void*,const void*);
 
 #if defined(WORDS_BIG_ENDIAN)
-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.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- asymptote.spec	18 Feb 2009 16:17:40 -0000	1.52
+++ asymptote.spec	18 Feb 2009 16:55:39 -0000	1.53
@@ -5,7 +5,7 @@
 
 Name:           asymptote
 Version:        1.63
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Descriptive vector graphics language
 
 Group:          Applications/Publishing
@@ -15,6 +15,7 @@
 Source1:	asy.gif
 Source2:	xasy.desktop
 Patch0:         asymptote-1.29-settings.patch
+Patch1:		asymptote-1.63-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel
@@ -49,6 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %{__sed} -i 's/\r//' doc/CAD1.asy
 
 # convert to UTF-8
@@ -140,6 +142,9 @@
 
 
 %changelog
+* Wed Feb 18 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.63-3
+- fix gcc44 issue with BIG_ENDIAN platforms
+
 * Wed Feb 18 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.63-2
 - forgot to put in new source
 




More information about the scm-commits mailing list