diff --git a/Unicode-Collate-1.25.tar.gz b/Unicode-Collate-1.25.tar.gz deleted file mode 100644 index ff0a904..0000000 --- a/Unicode-Collate-1.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddfbb8a08b60024f83136acc9027143df91a7d115120961686082aa5c964fbb6 -size 894836 diff --git a/Unicode-Collate-1.27.tar.gz b/Unicode-Collate-1.27.tar.gz new file mode 100644 index 0000000..36e6117 --- /dev/null +++ b/Unicode-Collate-1.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e754b7ddcb37ceb0cce3a4dfc69f666c2b051484ba64e54dc26666f8825ae89 +size 906872 diff --git a/cpanspec.yml b/cpanspec.yml index a1fdcda..dbb84fe 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -4,8 +4,8 @@ #sources: # - source1 # - source2 -patches: - no-dot-inc.patch: -p1 +#patches: +# no-dot-inc.patch: -p1 #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- diff --git a/perl-Unicode-Collate.changes b/perl-Unicode-Collate.changes index ec9286d..4fa5722 100644 --- a/perl-Unicode-Collate.changes +++ b/perl-Unicode-Collate.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 27 10:17:42 UTC 2019 - + +- 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 05:01:44 UTC 2018 - werner@suse.de diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec index e0e38c0..ff2b134 100644 --- a/perl-Unicode-Collate.spec +++ b/perl-Unicode-Collate.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Unicode-Collate # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Unicode-Collate -Version: 1.25 +Version: 1.27 Release: 0 %define cpan_name Unicode-Collate Summary: Unicode Collation Algorithm License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Unicode-Collate/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,11 +39,11 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA). %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install