forked from pool/perl-Unicode-Collate
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
f2e79022e6
commit
feacccb384
BIN
Unicode-Collate-0.78.tar.gz
(Stored with Git LFS)
BIN
Unicode-Collate-0.78.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Unicode-Collate-0.89.tar.gz
(Stored with Git LFS)
Normal file
BIN
Unicode-Collate-0.89.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
Wed Oct 5 14:28:31 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Unicode-Collate
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Unicode-Collate
|
Name: perl-Unicode-Collate
|
||||||
Version: 0.78
|
Version: 0.89
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Unicode-Collate
|
%define cpan_name Unicode-Collate
|
||||||
Summary: Unicode Collation Algorithm
|
Summary: Unicode Collation Algorithm
|
||||||
Url: http://search.cpan.org/dist/Unicode-Collate/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-0.79.tar.gz
|
Url: http://search.cpan.org/dist/Unicode-Collate/
|
||||||
Source: Unicode-Collate-0.78.tar.gz
|
Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -45,7 +43,6 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user