From cc8e3fba45a07cf62d11822dee8eac1351430e4d Mon Sep 17 00:00:00 2001 From: wen Date: Fri, 15 Jan 2016 10:53:57 +0000 Subject: Update to 0.52 Upstream changes: 0.52 2015.04.16 The type of the Time::NVtime pointer is NV ()() not double ()(), as can be seen from looking at the Time::HiRes source. On Linux x86_64 on a uselongdouble build when you replace the Time::NVtime entry with a double (*)() pointer calls to that function end up leaving an entry on the FPU stack, eventually causing the failure seen at https://rt.perl.org/Ticket/Display.html?id=123879 This minimal commit fixes that issue and allows DBIX::Class::TimeStamp to pass its tests. (Tony Cook) --- time/p5-Time-Warp/Makefile | 5 ++--- time/p5-Time-Warp/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'time/p5-Time-Warp') diff --git a/time/p5-Time-Warp/Makefile b/time/p5-Time-Warp/Makefile index f334dc0091b..93af209427c 100644 --- a/time/p5-Time-Warp/Makefile +++ b/time/p5-Time-Warp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/01/15 10:53:57 wen Exp $ -DISTNAME= Time-Warp-0.51 +DISTNAME= Time-Warp-0.52 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 time MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time-Warp/distinfo b/time/p5-Time-Warp/distinfo index ad36922c6bd..18872d16f2d 100644 --- a/time/p5-Time-Warp/distinfo +++ b/time/p5-Time-Warp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/02 23:31:42 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/01/15 10:53:57 wen Exp $ -SHA1 (Time-Warp-0.51.tar.gz) = 3a759631b81a014d9f4c42b776812952a57d2245 -RMD160 (Time-Warp-0.51.tar.gz) = 0b0a58c7f65f83e0c49c07c570b20c22d754853a -SHA512 (Time-Warp-0.51.tar.gz) = 02a6b1caf610dee48d63adf3dbcda1ca658d404c455aa10377c95453688cad7f8b9a91d657add432f9fb3a9fb2b8f14ae3236f5670825d8cb6965a5c29271c55 -Size (Time-Warp-0.51.tar.gz) = 4123 bytes +SHA1 (Time-Warp-0.52.tar.gz) = 7aee0e0694a91c966b8b4399932f67f170dbe5b0 +RMD160 (Time-Warp-0.52.tar.gz) = 3adc06745c96083193cfb4f1b6320000933f3211 +SHA512 (Time-Warp-0.52.tar.gz) = c3e6f5eed3bf9dcdf500d975e6abf0580a2bf297c0924f10ada60a75f37f3ef25af829ed025a58ad5c021076a8d1c85e4da72b35b4c467a3b805769586fe3c0c +Size (Time-Warp-0.52.tar.gz) = 4432 bytes -- cgit v1.2.3