OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Jul-2006 23:33:46
Branch: HEAD Handle: 2006070922334500
Modified files:
openpkg-src/mathomatic mathomatic.patch mathomatic.spec
Log:
upgrading package: mathomatic 12.5.19 -> 12.5.20
Summary:
Revision Changes Path
1.2 +7 -7 openpkg-src/mathomatic/mathomatic.patch
1.77 +2 -2 openpkg-src/mathomatic/mathomatic.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mathomatic/mathomatic.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 mathomatic.patch
--- openpkg-src/mathomatic/mathomatic.patch 6 Oct 2005 18:58:35 -0000
1.1
+++ openpkg-src/mathomatic/mathomatic.patch 9 Jul 2006 21:33:45 -0000
1.2
@@ -1,7 +1,7 @@
-Index: am.h
---- am.h.orig 2005-08-23 18:55:45.000000000 +0200
-+++ am.h 2005-10-06 20:56:57.183209883 +0200
-@@ -22,6 +22,11 @@
+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)
#endif
@@ -10,6 +10,6 @@
+#define isinf(x) 0
+#endif
+
- #undef PI
- #define PI 3.141592653589793238
- #define E 2.718281828459045235
+ #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 */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mathomatic/mathomatic.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 mathomatic.spec
--- openpkg-src/mathomatic/mathomatic.spec 30 Jun 2006 06:25:05 -0000
1.76
+++ openpkg-src/mathomatic/mathomatic.spec 9 Jul 2006 21:33:45 -0000
1.77
@@ -32,8 +32,8 @@
Class: PLUS
Group: Algorithm
License: Open Source
-Version: 12.5.19
-Release: 20060630
+Version: 12.5.20
+Release: 20060709
# list of sources
Source0: http://www.panix.com/~gesslein/mathomatic-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]