diff options
author | drochner <drochner@pkgsrc.org> | 2011-05-18 10:08:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-05-18 10:08:27 +0000 |
commit | 0c34107a6be90583b2f58fdcdd8d2455cdd9852d (patch) | |
tree | 874a8205df9f624a2289f6ca1baa03412d0ea393 /math/cln | |
parent | aae06f01a715e79304cc42a7c17cd33a5da85b81 (diff) | |
download | pkgsrc-0c34107a6be90583b2f58fdcdd8d2455cdd9852d.tar.gz |
update to 1.3.2
This release fixes a bug on x86 when the scale factor of
scale_float(cl_LF, cl_I) exceeded 2^31. In addition, it improves
portability to non-GCC compilers.
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 4 | ||||
-rw-r--r-- | math/cln/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index fa0393fcc4a..8567867ac32 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2010/04/13 17:22:09 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2011/05/18 10:08:27 drochner Exp $ -DISTNAME= cln-1.3.1 +DISTNAME= cln-1.3.2 CATEGORIES= math MASTER_SITES= http://www.ginac.de/CLN/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ diff --git a/math/cln/distinfo b/math/cln/distinfo index cde5be1f8dc..6e410b4b6a9 100644 --- a/math/cln/distinfo +++ b/math/cln/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2010/04/13 17:22:09 drochner Exp $ +$NetBSD: distinfo,v 1.9 2011/05/18 10:08:27 drochner Exp $ -SHA1 (cln-1.3.1.tar.bz2) = 351506da9bd7b0b3cefd3a5424823797fb589acc -RMD160 (cln-1.3.1.tar.bz2) = bc3be659dfccafb6029af2bf761decceb51fbf4e -Size (cln-1.3.1.tar.bz2) = 1258397 bytes +SHA1 (cln-1.3.2.tar.bz2) = c30dca80e75f45e2107f233075e6d0339ea884b0 +RMD160 (cln-1.3.2.tar.bz2) = 8644a278e99c3e15ebf83f5e641758bdecad8b23 +Size (cln-1.3.2.tar.bz2) = 1275638 bytes SHA1 (patch-ab) = 5dba2a7f4b6ff2d1459880d72de63fd5500a8d22 |