OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 02-Feb-2008 10:58:18 Branch: HEAD Handle: 2008020209581800 Modified files: openpkg-src/mathomatic mathomatic.patch mathomatic.spec Log: upgrading package: mathomatic 12.8.5 -> 12.8.6 Summary: Revision Changes Path 1.3 +8 -8 openpkg-src/mathomatic/mathomatic.patch 1.114 +2 -2 openpkg-src/mathomatic/mathomatic.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mathomatic/mathomatic.patch ============================================================================ $ cvs diff -u -r1.2 -r1.3 mathomatic.patch --- openpkg-src/mathomatic/mathomatic.patch 9 Jul 2006 21:33:45 -0000 1.2 +++ openpkg-src/mathomatic/mathomatic.patch 2 Feb 2008 09:58:18 -0000 1.3 @@ -1,8 +1,8 @@ -Index: mathomatic-12.5.20/am.h ---- am.h.orig 2006-07-05 23:31:47 +0200 -+++ am.h 2006-07-09 23:31:00 +0200 -@@ -23,6 +23,11 @@ - #define isfinite(d) finite(d) +Index: am.h +--- am.h.orig 2008-02-01 14:35:55 +0100 ++++ am.h 2008-02-02 10:56:36 +0100 +@@ -18,6 +18,11 @@ + #define min(a, b) (((a) < (b)) ? (a) : (b)) /* return the minimum of two values */ #endif +#if defined(__STDC__) && __STDC__+0 < 199901L @@ -10,6 +10,6 @@ +#define isinf(x) 0 +#endif + - #define ARR_CNT(a) (sizeof(a)/sizeof(a[0])) /* returns the number of elements in an array */ - - #define MAX_K_INTEGER 1.0e14 /* maximum representable integer, 14 digits for doubles */ + #ifndef INFINITY + #define INFINITY HUGE_VAL /* the floating point, positive infinity constant */ + #endif @@ . patch -p0 <<'@@ .' Index: openpkg-src/mathomatic/mathomatic.spec ============================================================================ $ cvs diff -u -r1.113 -r1.114 mathomatic.spec --- openpkg-src/mathomatic/mathomatic.spec 20 Jan 2008 07:55:51 -0000 1.113 +++ openpkg-src/mathomatic/mathomatic.spec 2 Feb 2008 09:58:18 -0000 1.114 @@ -31,8 +31,8 @@ Class: BASE Group: Algorithm License: Open Source -Version: 12.8.5 -Release: 20080120 +Version: 12.8.6 +Release: 20080202 # list of sources Source0: http://www.panix.com/~gesslein/mathomatic-%{version}.tar.bz2 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org