pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Locale Update to 0.33:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5719d62317b5
branches:  trunk
changeset: 526034:5719d62317b5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 27 13:05:59 2007 +0000

description:
Update to 0.33:

0.33   2007-01-06

- Based on CLDR 1.4.1.

- Some locales had am/pm names like "HASH(...)" because of a bug in
  the script to generate the locale modules.


0.32   2006-11-20

- A bug in the STORABLE_freeze method in this class caused major test
  failures for DT::Calendar::Chinese, which is used by
  DT::Calendar::Japanese.

- Do better checking of locale names passed to DT::Locale->load(), so
  we catch undef early before it causes a bunch of warnings.


0.3101 2006-10-23

- Fixed a test failure when DateTime::Locale is installed on a system
  where DateTime.pm has never been installed.

- Fixed a test failure in bleadperl. RT Ticket #22515. Reported by
  Steve Peters.


0.31   2006-10-22

- Added era_name() and era_abbreviation() methods for the use of
  DateTime.pm.


0.30   2006-10-22

- Now using the CLDR data instead of ICU. This isn't a big change,
  since the ICU data was derived from the CLDR data anyway.

- Based on CLDR 1.4.

* BACKWARDS INCOMPATIBILITY - Integrated the ISO639-2 aliases into
  DateTime::LocaleCatalog, and removed
  DateTime::Locale::Alias::ISO639_2.

- The data now include both abbreviated and long forms for eras. The
  eras() method continues to return the abbreviated forms, but this is
  deprecated. Use era_abbreviations() or era_names() instead.

- Added a STORABLE_attach method for integration with newer versions
  of Storable which provide better support for singletons.

- The narrow versions of days and months was not available for most
  locales, even though every locale should provide at least the
  default values for these items.

diffstat:

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

diffs (25 lines):

diff -r 431e34e87afb -r 5719d62317b5 time/p5-DateTime-Locale/Makefile
--- a/time/p5-DateTime-Locale/Makefile  Tue Feb 27 13:01:59 2007 +0000
+++ b/time/p5-DateTime-Locale/Makefile  Tue Feb 27 13:05:59 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/04/25 13:56:48 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.7 2007/02/27 13:05:59 wiz Exp $
 
-DISTNAME=      DateTime-Locale-0.22
+DISTNAME=      DateTime-Locale-0.33
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff -r 431e34e87afb -r 5719d62317b5 time/p5-DateTime-Locale/distinfo
--- a/time/p5-DateTime-Locale/distinfo  Tue Feb 27 13:01:59 2007 +0000
+++ b/time/p5-DateTime-Locale/distinfo  Tue Feb 27 13:05:59 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/04/25 13:56:48 hiramatsu Exp $
+$NetBSD: distinfo,v 1.4 2007/02/27 13:05:59 wiz Exp $
 
-SHA1 (DateTime-Locale-0.22.tar.gz) = 7e26876215e1b29d8f087ea5b4375c585c3161cd
-RMD160 (DateTime-Locale-0.22.tar.gz) = e5b322054ad4f6f120657c84d2fb89e31b78dac6
-Size (DateTime-Locale-0.22.tar.gz) = 102762 bytes
+SHA1 (DateTime-Locale-0.33.tar.gz) = b2c72105fbc9134b3b2ac9bf4b1ddf52e6380f5b
+RMD160 (DateTime-Locale-0.33.tar.gz) = 4d81cc4b0cc32aeb6b6c2020c9d0e93584991095
+Size (DateTime-Locale-0.33.tar.gz) = 112449 bytes



Home | Main Index | Thread Index | Old Index