summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2015-01-07 13:21:14 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2015-01-07 13:21:14 +0000
commit7c12a701346e67ab5c1d66266f81e057aea2d726 (patch)
treec5cda6883e030bcc080250dcc86ae7f552fdc24b /math
parent1c5cf48c57c60ab297ecfd16667f532cf815bea0 (diff)
downloadpkgsrc-7c12a701346e67ab5c1d66266f81e057aea2d726.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')
-rw-r--r--math/hs-scientific/Makefile4
-rw-r--r--math/hs-scientific/buildlink3.mk4
-rw-r--r--math/hs-scientific/distinfo8
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