diff --git a/Unicode-Collate-1.19.tar.gz b/Unicode-Collate-1.19.tar.gz deleted file mode 100644 index ec87c63..0000000 --- a/Unicode-Collate-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3ff558c28d4fecb6fb77fbc1936518536e115c3b1eed9b990755e00bb479570 -size 886811 diff --git a/Unicode-Collate-1.25.tar.gz b/Unicode-Collate-1.25.tar.gz new file mode 100644 index 0000000..ff0a904 --- /dev/null +++ b/Unicode-Collate-1.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfbb8a08b60024f83136acc9027143df91a7d115120961686082aa5c964fbb6 +size 894836 diff --git a/no-dot-inc.patch b/no-dot-inc.patch deleted file mode 100644 index fc068a2..0000000 --- a/no-dot-inc.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: Unicode-Collate-1.19/Makefile.PL -=================================================================== ---- Unicode-Collate-1.19.orig/Makefile.PL -+++ Unicode-Collate-1.19/Makefile.PL -@@ -6,7 +6,7 @@ my $clean = {}; - if (-f "Collate.xs") { - print "Making header files for XS...\n"; - -- do 'mkheader' or die $@ || "mkheader: $!"; -+ do './mkheader' or die $@ || "mkheader: $!"; - - $clean = { FILES => 'ucatbl.h' }; - } diff --git a/perl-Unicode-Collate.changes b/perl-Unicode-Collate.changes index 0b02d7d..ec9286d 100644 --- a/perl-Unicode-Collate.changes +++ b/perl-Unicode-Collate.changes @@ -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 diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec index 0ceba97..e0e38c0 100644 --- a/perl-Unicode-Collate.spec +++ b/perl-Unicode-Collate.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Unicode-Collate # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: perl-Unicode-Collate -Version: 1.19 +Version: 1.25 Release: 0 %define cpan_name Unicode-Collate Summary: Unicode Collation Algorithm -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Unicode-Collate/ Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: no-dot-inc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -38,7 +37,6 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA). %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"