소스 검색

upgrading package: mathomatic 12.5.19 -> 12.5.20

Thomas Lotterer 19 년 전
부모
커밋
41c3b71780
2개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 7 7
      mathomatic/mathomatic.patch
  2. 2 2
      mathomatic/mathomatic.spec

+ 7 - 7
mathomatic/mathomatic.patch

@@ -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 @@ Index: am.h
 +#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 */

+ 2 - 2
mathomatic/mathomatic.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 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