diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2015-01-07 13:21:14 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2015-01-07 13:21:14 +0000 |
commit | 54e5331f3e39e7d5750a5b43a48479f9fa4a68de (patch) | |
tree | c5cda6883e030bcc080250dcc86ae7f552fdc24b /math/hs-scientific | |
parent | c67f9ce1ccfeaf50febe133c08fcf2bc68420145 (diff) | |
download | pkgsrc-54e5331f3e39e7d5750a5b43a48479f9fa4a68de.tar.gz |
Update to 0.3.3.5
changelog:
0.3.3.5
* Fixed bug when converting the Scientific:
`scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger
or to a bounded RealFloat using toBoundedRealFloat.
If someBigExponent was big enough to trigger the big-exponent protection
the beforementioned functions didn't return 0.
This is fixed by explicitly handling a coefficient of 0.
Diffstat (limited to 'math/hs-scientific')
-rw-r--r-- | math/hs-scientific/Makefile | 4 | ||||
-rw-r--r-- | math/hs-scientific/buildlink3.mk | 4 | ||||
-rw-r--r-- | math/hs-scientific/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/math/hs-scientific/Makefile b/math/hs-scientific/Makefile index 4890f310903..50986975d6a 100644 --- a/math/hs-scientific/Makefile +++ b/math/hs-scientific/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/01/06 11:53:39 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/07 13:21:14 szptvlfn Exp $ -DISTNAME= scientific-0.3.3.4 +DISTNAME= scientific-0.3.3.5 CATEGORIES= math MAINTAINER= szptvlfn@NetBSD.org diff --git a/math/hs-scientific/buildlink3.mk b/math/hs-scientific/buildlink3.mk index b5b174dedd1..2ec3b372bea 100644 --- a/math/hs-scientific/buildlink3.mk +++ b/math/hs-scientific/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2015/01/06 11:53:39 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2015/01/07 13:21:14 szptvlfn Exp $ BUILDLINK_TREE+= hs-scientific @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-scientific HS_SCIENTIFIC_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-scientific+= hs-scientific>=0.3.3 -BUILDLINK_ABI_DEPENDS.hs-scientific+= hs-scientific>=0.3.3.4 +BUILDLINK_ABI_DEPENDS.hs-scientific+= hs-scientific>=0.3.3.5 BUILDLINK_PKGSRCDIR.hs-scientific?= ../../math/hs-scientific .include "../../devel/hs-hashable/buildlink3.mk" diff --git a/math/hs-scientific/distinfo b/math/hs-scientific/distinfo index 2b5121c60c2..9a9e6d1d1dd 100644 --- a/math/hs-scientific/distinfo +++ b/math/hs-scientific/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2015/01/06 11:53:39 szptvlfn Exp $ +$NetBSD: distinfo,v 1.5 2015/01/07 13:21:14 szptvlfn Exp $ -SHA1 (scientific-0.3.3.4.tar.gz) = 71a94db04268b50b1a298988fca65ab83c1261c4 -RMD160 (scientific-0.3.3.4.tar.gz) = f407b1d8bccb034627bcbf4cb56fc3742ce42e9d -Size (scientific-0.3.3.4.tar.gz) = 17700 bytes +SHA1 (scientific-0.3.3.5.tar.gz) = 5799028096dedde65dd0ea07b5c7d8ec9d7cacb1 +RMD160 (scientific-0.3.3.5.tar.gz) = 421d75491a252573079947c3578f66b73416dc0b +Size (scientific-0.3.3.5.tar.gz) = 18196 bytes |