Package Release Info

perl-Unicode-Collate-1.31-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Unicode-Collate

Change Logs

* Mon Aug 23 2021 opensuse@dstoecker.de
- updated to 1.31
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.31  Sat Aug 21 20:02:21 2021
  - Someone, not via rt.cpan.org, proposed patches for EBCDIC. Thanks!
  - Here is an experimental EBCDIC support, that the author has not used yet.
  - Since this distribution on CPAN has a pure-perl module without XSUB,
    then the internal values should be Unicode, but not native.
  - All t/*.t files include sub _pack_U and _unpack_U as well as sub ok.
  1.30  Sun Jun  6 21:33:26 2021
  - [rt.cpan.org #133952] mkheader subject to "print on closed filehandle"
    warnings
* Thu May 06 2021 dmueller@suse.com
- ensure rebuild to be always newer than the perl-core provided
  version (see bsc#1185600)
* Sun Sep 27 2020 timueller+perl@suse.de
- updated to 1.29
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.29  Sun Sep 27 08:56:06 2020
  - DUCET is updated (for Unicode 13.0.0) as Collate/allkeys.txt.
  - The default UCA_Version is 43.
  - added khitan.t in t.
  - Locale/*.pl and CJK/Korean.pm are updated.
* Wed Sep 23 2020 timueller+perl@suse.de
- updated to 1.28
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.28  Tue Sep 22 22:14:48 2020
  - DUCET is updated (for Unicode 12.1.0) as Collate/allkeys.txt.
  - The default UCA_Version is 41.
  - UCA_Version 38 & 40 (for Unicode 11.0.0 & 12.0.0) are also supported.
  - [rt.cpan.org #133311] Make Makefile.PL strict
* Fri Sep 27 2019 timueller+perl@suse.de
- updated to 1.27
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.27  Wed Jan  2 19:42:56 2019
  - DUCET is updated (for Unicode 10.0.0) as Collate/allkeys.txt.
  - The default UCA_Version is 36.
  - Locale/*.pl and CJK/Korean.pm are updated.
  1.26  Mon Dec 31 14:32:07 2018
  - U::C::Locale newly supports locale: cu.
  - tailoring Cyrillic YI as BYELORUSSIAN-UKRAINIAN I with DIAERESIS.
    (affected locale: kk)
  - added loc_cu.t in t.
* Fri Apr 13 2018 werner@suse.de
- updated to 1.25
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.25  Wed Nov 22 20:48:48 2017
  - Makefile.PL: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
  1.24  Sun Nov 19 22:06:03 2017
  - xs: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
  1.23  Mon Nov 13 19:10:28 2017
  - Now UCA_Version 36 (for Unicode 10.0.0) is supported.
  * But the default UCA_Version is still 34.
  - added nushu.t in t.
  1.22  Sat Nov 11 10:53:35 2017
  - internal: someone suggests using 'exists' for checking the truth of
    $collator->{mapping}{$variable} and $collator->{maxlength}{$variable},
    where $variable may stand for codepoints whose mapping is not defined;
    though such a problem was not reproduced on my environment.
  1.21  Sat Nov  4 10:49:19 2017
  - mklocale: [rt.cpan.org #121664] . removed from @INC (take 2)
  - DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt.
  - The default UCA_Version is 34.
  - added tangut.t in t.
  - Locale/*.pl and CJK/Korean.pm are updated.
  1.20  Fri Nov  3 11:50:21 2017
  - XS: [rt.cpan.org #121664] . removed from @INC
  - U::C::Locale newly supports locales: dsb, lkt.
- Remove patch no-dot-inc.patch as now upstream
* Sun Sep 24 2017 coolo@suse.com
- add no-dot-inc.patch to compile with perl 5.26
  (https://rt.cpan.org/Public/Bug/Display.html?id=121664)
* Sat Dec 03 2016 coolo@suse.com
- updated to 1.19
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.19  Sat Dec  3 09:32:31 2016
  - U::C::Locale newly supports locales: he, vo.
  - locales updated to CLDR 24: az, haw.
  - locale updated to CLDR 26: et.
* Fri Nov 11 2016 coolo@suse.com
- updated to 1.18
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.18  Sat Nov  5 21:14:35 2016
  - U::C::Locale newly supports locale: de_AT_phonebook.
  - locales updated to CLDR 23: as, ca.
  - removed locale fr (French) other than Canadian according to CLDR 1.9.0.
  1.17  Wed Oct 26 21:46:12 2016
  - DUCET is updated (for Unicode 8.0.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 32.
  - U+9FCD..U+9FD5 and U+2B820..U+2CEA1 are new CJK unified ideographs.
  - Cyrillic contractions except SHORT I are removed from DUCET.
  * modified locales: be, bs_Cyrl, kk, mk, sr, uk.
  * removed locales: bg, ru.
  - Locale/*.pl and CJK/Korean.pm are updated.
  1.16  Mon Oct 24 21:31:12 2016
  - modified tests for the Cyrillic script before updating DUCET:
    loc_be.t, loc_kk.t, loc_mncy.t, loc_ru.t, loc_uk.t.
* Sun Oct 23 2016 coolo@suse.com
- updated to 1.15
  see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.15  Sat Oct 22 08:36:07 2016
  - U::C::Locale newly supports locale: ug_Cyrl.
    cf. [rt.cpan.org #117512]
  - added loc_mncy.t, loc_ugcy.t in t.
  - modified tests for the Cyrillic script: loc_be.t, loc_bg.t, loc_bscy.t,
    loc_kk.t, loc_mk.t, loc_ru.t, loc_sr.t, loc_uk.t.