Skip to content

Commit

Permalink
Update to 0.95
Browse files Browse the repository at this point in the history
Upstream changes:
0.95  Sat Dec  8 15:11:09 2012
    - U::C::Locale newly supports locales: bs_Cyrl, ee.
    - updated to CLDR 21: uk.
    - updated to CLDR 22: th, to.
    - added loc_bscy.t, loc_ee.t in t.
    - modified tests: loc_th.t, loc_to.t, loc_uk.t in t.

0.94  Fri Nov 23 18:45:53 2012
    - U::C::Locale newly supports locale: zh__zhuyin.
    - added Unicode::Collate::CJK::Zhuyin for zh__zhuyin.
    - doc: added CAVEAT to CJK/Stroke.pm
    - modified tests: loc_cjk.t, loc_cjkc.t in t.
    - added cjk_zy.t, loc_zhzy.t in t.

0.93  Sun Nov 18 18:13:42 2012
    - DUCET is updated (for Unicode 6.2.0) as Collate/allkeys.txt.
    ! Please notice that allkeys.txt will be overwritten if you have had
      other allkeys.txt already.
    - The default UCA_Version is 26.
    - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
    - modified tests: loc_es.t, loc_estr.t, version.t in t.

0.92  Wed Nov 14 20:58:19 2012
    - fix: index() etc. with preprocess/normalization should be always croaked.
    - doc: referred to the latest UTS #10 and updated its section numbers.
    - supported the identical level (see 'identical' in POD).
    - Now UCA_Version 26 (for Unicode 6.2.0) is supported.
      * But the default UCA_Version is still 24.
    - added ident.t in t.
    - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t,
      overcjk0.t, overcjk1.t, test.t, view.t in t.

0.91  Sun Nov  4 17:00:20 2012
    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
      (see [rt.cpan.org #80313])

0.90  Sun Sep 23 10:42:26 2012
    - perl 5.11.0 or later: Install to 'site' instead of 'perl'
      (see [rt.cpan.org #79800])
  • Loading branch information
wen committed Dec 8, 2012
1 parent a7800b6 commit c8471d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions converters/p5-Unicode-Collate/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.4 2012/10/03 21:54:09 wiz Exp $
# $NetBSD: Makefile,v 1.5 2012/12/08 12:02:50 wen Exp $

DISTNAME= Unicode-Collate-0.89
DISTNAME= Unicode-Collate-0.95
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}

Expand Down
8 changes: 4 additions & 4 deletions converters/p5-Unicode-Collate/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/04/01 19:09:33 rhaen Exp $
$NetBSD: distinfo,v 1.3 2012/12/08 12:02:50 wen Exp $

SHA1 (Unicode-Collate-0.89.tar.gz) = 9416962e1881aba8ad5f4000d3dedaf8f92ed2b1
RMD160 (Unicode-Collate-0.89.tar.gz) = 8a0c414615a65fb7c357ced8df533408b96410db
Size (Unicode-Collate-0.89.tar.gz) = 841923 bytes
SHA1 (Unicode-Collate-0.95.tar.gz) = 5017169bc8dd65b2115f090c51b693355e82e3c3
RMD160 (Unicode-Collate-0.95.tar.gz) = 98ff7359843d1a16f3b3bde1be91b9639549cc76
Size (Unicode-Collate-0.95.tar.gz) = 927388 bytes

0 comments on commit c8471d0

Please sign in to comment.