8
0

Accepting request 596059 from home:WernerFink:branches:devel:languages:perl

For TeXLive 2018
- 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

OBS-URL: https://build.opensuse.org/request/show/596059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2018-04-19 10:16:40 +00:00
committed by Git OBS Bridge
parent bb01dfe0fa
commit 207b7e2bf4
5 changed files with 42 additions and 21 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Apr 13 05:01:44 UTC 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 06:55:18 UTC 2017 - coolo@suse.com