Author: uzsolt Date: Mon Sep 28 21:38:50 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.87
---- Files affected: packages/asymptote: asymptote.spec (1.58 -> 1.59) , asymptote-memrchr.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/asymptote/asymptote.spec diff -u packages/asymptote/asymptote.spec:1.58 packages/asymptote/asymptote.spec:1.59 --- packages/asymptote/asymptote.spec:1.58 Mon Sep 7 16:30:40 2009 +++ packages/asymptote/asymptote.spec Mon Sep 28 23:38:44 2009 @@ -3,12 +3,12 @@ Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych Name: asymptote -Version: 1.86 +Version: 1.87 Release: 1 License: GPL v3 Group: Applications/Science Source0: http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz -# Source0-md5: 0dc9c827a5e6f3577b5bc5966cb90ca8 +# Source0-md5: 20caf50879b6173e18c03c4857fbd64b Patch0: %{name}-memrchr.patch URL: http://asymptote.sourceforge.net/ BuildRequires: autoconf @@ -237,6 +237,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.59 2009/09/28 21:38:44 uzsolt +- up to 1.87 + Revision 1.58 2009/09/07 14:30:40 uzsolt - 1.86 ================================================================ Index: packages/asymptote/asymptote-memrchr.patch diff -u packages/asymptote/asymptote-memrchr.patch:1.2 packages/asymptote/asymptote-memrchr.patch:1.3 --- packages/asymptote/asymptote-memrchr.patch:1.2 Fri Jul 3 18:21:10 2009 +++ packages/asymptote/asymptote-memrchr.patch Mon Sep 28 23:38:44 2009 @@ -1,22 +1,22 @@ ---- asymptote-1.79-orig/prc/PRCdouble.h 2008-11-24 01:19:34.000000000 +0100 -+++ asymptote-1.79/prc/PRCdouble.h 2009-07-03 17:03:48.219746775 +0200 -@@ -110,7 +110,7 @@ - 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 - - ---- asymptote-1.79-orig/prc/PRCdouble.cc 2008-11-24 01:19:34.000000000 +0100 -+++ asymptote-1.79/prc/PRCdouble.cc 2009-07-03 18:20:34.655952764 +0200 +--- asymptote-1.87-orig/prc/PRCdouble.cc 2009-09-20 07:28:23.000000000 +0200 ++++ asymptote-1.87/prc/PRCdouble.cc 2009-09-28 23:28:48.070083578 +0200 @@ -23,7 +23,7 @@ } - #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, +--- asymptote-1.87-orig/prc/PRCdouble.h 2009-09-20 07:28:23.000000000 +0200 ++++ asymptote-1.87/prc/PRCdouble.h 2009-09-28 23:28:24.637377760 +0200 +@@ -106,7 +106,7 @@ + int stCOFDOECompare(const void*,const void*); + + #ifdef WORDS_BIGENDIAN +-void *memrchr(const void *,int,size_t); ++const void *memrchr(const void *,int,size_t); + #endif + + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote.spec?r1=1.58&r2=1.59&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote-memrchr.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
