forked from pool/perl-Unicode-Collate
Accepting request 733654 from devel:languages:perl:autoupdate
- updated to 1.27 see /usr/share/doc/packages/perl-Unicode-Collate/Changes 1.27 - 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 - 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. OBS-URL: https://build.opensuse.org/request/show/733654 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
207b7e2bf4
commit
b219056b3b
BIN
Unicode-Collate-1.25.tar.gz
(Stored with Git LFS)
BIN
Unicode-Collate-1.25.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Unicode-Collate-1.27.tar.gz
(Stored with Git LFS)
Normal file
BIN
Unicode-Collate-1.27.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -4,8 +4,8 @@
|
|||||||
#sources:
|
#sources:
|
||||||
# - source1
|
# - source1
|
||||||
# - source2
|
# - source2
|
||||||
patches:
|
#patches:
|
||||||
no-dot-inc.patch: -p1
|
# no-dot-inc.patch: -p1
|
||||||
#preamble: |-
|
#preamble: |-
|
||||||
# BuildRequires: gcc-c++
|
# BuildRequires: gcc-c++
|
||||||
#post_prep: |-
|
#post_prep: |-
|
||||||
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 10:17:42 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Fri Apr 13 05:01:44 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Unicode-Collate
|
# 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
|
# 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
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Unicode-Collate
|
||||||
Version: 1.25
|
Version: 1.27
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Unicode-Collate
|
%define cpan_name Unicode-Collate
|
||||||
Summary: Unicode Collation Algorithm
|
Summary: Unicode Collation Algorithm
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -39,11 +39,11 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user