diff options
author | drochner <drochner@pkgsrc.org> | 2010-04-13 17:22:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-04-13 17:22:09 +0000 |
commit | 30358946b67b20e5527ee7b09126ee85fce942be (patch) | |
tree | 5a5837f81e8cb796e6202a5b4710b587ed7c3897 | |
parent | dd8ee6a796011c705477d5d002ffaac5e9e2b637 (diff) | |
download | pkgsrc-30358946b67b20e5527ee7b09126ee85fce942be.tar.gz |
update to 1.3.1
This release fixes a crash in double_approx(cl_RA) on 64-bit platforms
and adds basic support for Renesas SH (sh4).
-rw-r--r-- | math/cln/Makefile | 4 | ||||
-rw-r--r-- | math/cln/distinfo | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index ec6d47b57b9..fa0393fcc4a 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2009/09/03 10:48:18 asau Exp $ +# $NetBSD: Makefile,v 1.19 2010/04/13 17:22:09 drochner Exp $ -DISTNAME= cln-1.3.0 +DISTNAME= cln-1.3.1 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 055378fdc38..cde5be1f8dc 100644 --- a/math/cln/distinfo +++ b/math/cln/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2009/09/03 10:48:18 asau Exp $ +$NetBSD: distinfo,v 1.8 2010/04/13 17:22:09 drochner Exp $ -SHA1 (cln-1.3.0.tar.bz2) = 0b9df49c7c8d73aadc516b3574211718fe6a8dfc -RMD160 (cln-1.3.0.tar.bz2) = b57c133276b856e0fffb64eb954662817bf2b370 -Size (cln-1.3.0.tar.bz2) = 1249521 bytes +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 (patch-ab) = 5dba2a7f4b6ff2d1459880d72de63fd5500a8d22 -SHA1 (patch-ac) = da39a3ee5e6b4b0d3255bfef95601890afd80709 |