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 0.41:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cc582975e54
branches:  trunk
changeset: 535854:9cc582975e54
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 17:54:28 2007 +0000

description:
Update to 0.41:

0.41   2007-09-10

[ BUG FIXES ]

- The 13strftime.t test was failing when DateTime::Locale 0.35 was
  installed. The test has been adjusted and we now list DT::Locale
  0.35 as the minimum version. Reported by David Cantrell.


0.40   2007-08-30

[ BUG FIXES ]

- A custom formatter would be lost after a call to set() or
  truncate(). Reported by Kjell-Magne Øierud. RT #28728.

- The truncate() method docs said it accepted "second" as a parameter,
  but it didn't actually do the right thing with it. Now it always
  truncates nanoseconds to 0 for any parameter it is passed.


0.39   2007-07-17

[ BUG FIXES ]

- Yet more changes to how infinity is handled and tested. This passes
  for me on 32-bit Win XP and 64-bit Linux, which is promising. Patch
  by Yitzchak Scott-Thoennes. RT #22392.


0.38   2007-06-30

[ BUG FIXES ]

- Require Test::Pod::Coverage 1.08 in pod-coverage.t, since we use
  all_modules, which was only exported as of version 1.08. Reported by
  MATSUNO Tokuhiro. Fixes RT #26594.

- Fixed a bad link to the old FAQ location in the docs. Reported by
  Ric Signes. Fixes RT #26846.

[ ENHANCEMENTS ]

- DateTime.pm now explicitly overloads string comparison. This was
  done so that comparing a DateTime.pm object to a string returns
  false, rather than throwing an exception. Reported by Chris
  Dolan. Addresses RT #26085.

diffstat:

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

diffs (34 lines):

diff -r 3607265a9819 -r 9cc582975e54 time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Thu Nov 29 17:50:24 2007 +0000
+++ b/time/p5-DateTime/Makefile Thu Nov 29 17:54:28 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2007/06/09 23:46:42 abs Exp $
+# $NetBSD: Makefile,v 1.9 2007/11/29 17:54:28 wiz Exp $
 
-DISTNAME=      DateTime-0.37
+DISTNAME=      DateTime-0.41
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -11,7 +11,7 @@
 
 DEPENDS+=      p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
 DEPENDS+=      p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone
-DEPENDS+=      p5-DateTime-Locale>=0.31:../../time/p5-DateTime-Locale
+DEPENDS+=      p5-DateTime-Locale>=0.35:../../time/p5-DateTime-Locale
 DEPENDS+=      p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
 DEPENDS+=      {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
 
diff -r 3607265a9819 -r 9cc582975e54 time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Thu Nov 29 17:50:24 2007 +0000
+++ b/time/p5-DateTime/distinfo Thu Nov 29 17:54:28 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/06/09 23:46:42 abs Exp $
+$NetBSD: distinfo,v 1.7 2007/11/29 17:54:28 wiz Exp $
 
-SHA1 (DateTime-0.37.tar.gz) = d9ef8b52ea510991992dc1468be42e3bd6489b46
-RMD160 (DateTime-0.37.tar.gz) = 1defe7fb0c4db19bbafb6806baa4d7f75b42dde4
-Size (DateTime-0.37.tar.gz) = 95358 bytes
+SHA1 (DateTime-0.41.tar.gz) = b0e485c23ff850b9f53ff06b98ed655649b74a96
+RMD160 (DateTime-0.41.tar.gz) = 5a08c9a081e8c1b2acd55bb7f8679689f4c0970d
+Size (DateTime-0.41.tar.gz) = 96117 bytes



Home | Main Index | Thread Index | Old Index