diff --git a/Unicode-Collate-0.78.tar.gz b/Unicode-Collate-0.78.tar.gz deleted file mode 100644 index c96d88b..0000000 --- a/Unicode-Collate-0.78.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4627937840e5edbe3a9d0af69eeeba70da3fe9f9468ed9f65be8805cd753a6f0 -size 711564 diff --git a/Unicode-Collate-0.89.tar.gz b/Unicode-Collate-0.89.tar.gz new file mode 100644 index 0000000..2ef4ed3 --- /dev/null +++ b/Unicode-Collate-0.89.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa276ec391bb5a687162fc5b034be6a095211021e1a381b5d717eb8d006c00d2 +size 841923 diff --git a/perl-Unicode-Collate.changes b/perl-Unicode-Collate.changes index cb0383e..ddd1617 100644 --- a/perl-Unicode-Collate.changes +++ b/perl-Unicode-Collate.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon May 21 18:35:39 UTC 2012 - coolo@suse.com + +- updated to 0.89 + - avoid "use Test". + - DUCET is updated (for Unicode 6.1.0) as Collate/allkeys.txt. + ! Please notice that allkeys.txt will be overwritten if you have had + other allkeys.txt already. + - U+9FCC is a new CJK unified ideograph. + - The default UCA_Version is 24. + - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. + - modified tests: cjkrange.t, compatui.t, hangtype.t, loc_cjkc.t, + +------------------------------------------------------------------- +Tue Feb 14 07:57:49 UTC 2012 - coolo@suse.com + +- updated to 0.87 + - Now Locale/*.pl files are searched in @INC. (see [RT#72666]) + - added locale_version method to access the version number of Locale/*.pl. + - tailored compatibility ideographs as well as unified ideographs for + the locales: ja, ko, zh__big5han, zh__gb2312han, zh__pinyin, zh__stroke. + - added loc_cjkc.t in t. + - U::C::Locale newly supports locales: bn, sa. + - updated some locales to CLDR 2.0 : zh__pinyin, zh__stroke. + * supported compatibility decomposable characters and U+FDD0 indexes. + * updated CJK/Pinyin.pm and CJK/Stroke.pm. + - added loc_bn.t, loc_cjk.t, loc_sa.t in t. + +------------------------------------------------------------------- +Fri Nov 18 12:55:20 UTC 2011 - coolo@suse.com + +- update to 0.84, see Changes + ------------------------------------------------------------------- Wed Oct 5 14:28:31 UTC 2011 - coolo@suse.com diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec index a0f74b8..46cbda3 100644 --- a/perl-Unicode-Collate.spec +++ b/perl-Unicode-Collate.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Unicode-Collate # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # - Name: perl-Unicode-Collate -Version: 0.78 -Release: 1 -License: GPL+ or Artistic +Version: 0.89 +Release: 0 %define cpan_name Unicode-Collate Summary: Unicode Collation Algorithm -Url: http://search.cpan.org/dist/Unicode-Collate/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-0.79.tar.gz -Source: Unicode-Collate-0.78.tar.gz +Url: http://search.cpan.org/dist/Unicode-Collate/ +Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -45,7 +43,6 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA). %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"