pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Update to 1.10. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29ea75176eb5
branches:  trunk
changeset: 635713:29ea75176eb5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 20:01:18 2014 +0000

description:
Update to 1.10. From the changelog:

- Some tests added in 1.09 would fail on a Perl without a 64-bit
  gmtime(). Reported by Jerome Eteve. RT #95345.

- A call to ->truncate( to => 'week' ) could fail but leave the object
  changed. RT #93347.

- The value of ->jd() is now calculated based on ->mjd() instead of the other
  way around. This reduces floating point errors a bit when calculating MJD,
  and should have a neglible impact on the accuracy of JD. Reported by Anye
  Li. RT #92972. See the ticket for a more detailed description of what this
  fixes.

- Attempting to construct a DateTime object with a year >= 5000 and a time
  zone other than floating or DST now issues a warning. This warning may go
  away once DateTime::TimeZone is made much faster. Inspired by a bug report
  from Lloyd Fournier. RT #92655.

diffstat:

 time/p5-DateTime/Makefile |  5 ++---
 time/p5-DateTime/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 613c7850677c -r 29ea75176eb5 time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Mon Jun 09 19:59:21 2014 +0000
+++ b/time/p5-DateTime/Makefile Mon Jun 09 20:01:18 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2014/05/29 23:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2014/06/09 20:01:18 schmonz Exp $
 
-DISTNAME=      DateTime-1.08
+DISTNAME=      DateTime-1.10
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
diff -r 613c7850677c -r 29ea75176eb5 time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Mon Jun 09 19:59:21 2014 +0000
+++ b/time/p5-DateTime/distinfo Mon Jun 09 20:01:18 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2014/04/20 02:39:32 wen Exp $
+$NetBSD: distinfo,v 1.31 2014/06/09 20:01:18 schmonz Exp $
 
-SHA1 (DateTime-1.08.tar.gz) = a68c182dcadcf38bece5e9e60a0f19f84842eec4
-RMD160 (DateTime-1.08.tar.gz) = b6ecc90b1046e306ef254630e8c41bbfd84fd102
-Size (DateTime-1.08.tar.gz) = 175812 bytes
+SHA1 (DateTime-1.10.tar.gz) = 4d76330727f29e832697f0eea7c464d3367ad70d
+RMD160 (DateTime-1.10.tar.gz) = 5e0077a7533405392f8c876a542d242001139800
+Size (DateTime-1.10.tar.gz) = 179976 bytes



Home | Main Index | Thread Index | Old Index