8
0

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:
Lars Vogdt
2019-09-30 07:20:28 +00:00
committed by Git OBS Bridge
parent 207b7e2bf4
commit b219056b3b
5 changed files with 29 additions and 12 deletions

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

Binary file not shown.

View File

@@ -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: |-

View File

@@ -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

View File

@@ -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