8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
2859c3170f Accepting request 914270 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/914270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Collate?expand=0&rev=7
2021-08-28 20:28:40 +00:00
581b81c7f3 Accepting request 913853 from devel:languages:perl:autoupdate
- updated to 1.31
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.31  
      - Someone, not via rt.cpan.org, proposed patches for EBCDIC. Thanks!
      - Here is an experimental EBCDIC support, that the author has not used yet.
      - Since this distribution on CPAN has a pure-perl module without XSUB,
        then the internal values should be Unicode, but not native.
      - All t/*.t files include sub _pack_U and _unpack_U as well as sub ok.
  1.30  
      - [rt.cpan.org #133952] mkheader subject to "print on closed filehandle"
        warnings
- ensure rebuild to be always newer than the perl-core provided
  version (see bsc#1185600) 
- updated to 1.29
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.29  
      - DUCET is updated (for Unicode 13.0.0) as Collate/allkeys.txt.
      - The default UCA_Version is 43.
      - added khitan.t in t.
      - Locale/*.pl and CJK/Korean.pm are updated.
- updated to 1.28
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.28  
      - DUCET is updated (for Unicode 12.1.0) as Collate/allkeys.txt.
      - The default UCA_Version is 41.
      - UCA_Version 38 & 40 (for Unicode 11.0.0 & 12.0.0) are also supported.
      - [rt.cpan.org #133311] Make Makefile.PL strict
- 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.
- updated to 1.25
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
1.25  
    - Makefile.PL: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
1.24  
    - xs: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
1.23  
    - 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  
    - 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  
    - 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  
    - 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
- add no-dot-inc.patch to compile with perl 5.26
  (https://rt.cpan.org/Public/Bug/Display.html?id=121664)
- updated to 1.19
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.19  
      - U::C::Locale newly supports locales: he, vo.
      - locales updated to CLDR 24: az, haw.
      - locale updated to CLDR 26: et.
- updated to 1.18
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.18  
      - U::C::Locale newly supports locale: de_AT_phonebook.
      - locales updated to CLDR 23: as, ca.
      - removed locale fr (French) other than Canadian according to CLDR 1.9.0.
  
  1.17  
      - DUCET is updated (for Unicode 8.0.0) as Collate/allkeys.txt.
        * Please notice that allkeys.txt will be overwritten if you have had
          other allkeys.txt already.
      - The default UCA_Version is 32.
      - U+9FCD..U+9FD5 and U+2B820..U+2CEA1 are new CJK unified ideographs.
      - Cyrillic contractions except SHORT I are removed from DUCET.
        * modified locales: be, bs_Cyrl, kk, mk, sr, uk.
        * removed locales: bg, ru.
      - Locale/*.pl and CJK/Korean.pm are updated.
  
  1.16  
      - modified tests for the Cyrillic script before updating DUCET:
        loc_be.t, loc_kk.t, loc_mncy.t, loc_ru.t, loc_uk.t.
- updated to 1.15
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.15  
      - U::C::Locale newly supports locale: ug_Cyrl.
        cf. [rt.cpan.org #117512]
      - added loc_mncy.t, loc_ugcy.t in t.
      - modified tests for the Cyrillic script: loc_be.t, loc_bg.t, loc_bscy.t,
        loc_kk.t, loc_mk.t, loc_ru.t, loc_sr.t, loc_uk.t.
- updated to 1.14
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.14  
      - [rt.cpan.org #105621]
        mklocale fails because it creates Locale direcory without executable bit
  
  1.13  
      - something to remove 'use Unicode::Collate' from CJK/Korean.pm
        cf. [rt.cpan.org #105791]
- updated to 1.12
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.12  
      - XS: [rt.cpan.org #102663] IRIX 6.5 failures with Unicode::Collate
        (porting: avoid non-zero values in the initializer of an array)
  
  1.11  
      - XS: [rt.cpan.org #102024] remove extranous const casting
  
  1.10  
      - XS: const &c [rt.cpan.org #101170] [PATCH]
      - Makefile.PL: [rt.cpan.org #101500] [PATCH]
  
  1.09  
      - XS: a workaround for perl 5.6.x to handle noncharacters U+FFFF etc.
        is abandoned. Perl 5.8.0 or later is recommended for handling these
        noncharacters.
  
  1.08  
      - DUCET is updated (for Unicode 7.0.0) as Collate/allkeys.txt.
      ! Please notice that allkeys.txt will be overwritten if you have had
        other allkeys.txt already.
      - The default UCA_Version is 30.
      - *.pl and *.pm are updated so that they have same the version number.
  
  1.07  
      - XS: for the world without utf8n_to_uvuni().
  
  1.06  
      - 0.67's improved discontiguous contractions is invalidated by default
        and is supported as a parameter 'long_contraction.'
  
  1.05  
      - XS: avoid unused expression 1; for no-op.
        (see [rt.cpan.org #95866] compilation noise)
  
  1.04  
      - XS: a workaround for perl 5.6.x to handle U+FFFF correctly.
        unpack_U() is implemented by using XS again as well as that in 1.02,
        but now that is used only in the versions before perl 5.8.0.
  
  1.03  
      - XS: now unpack_U() uses unpack('U*') in pure perl.
        avoid XS for the internal "utf8" encoding of perl.
  
  1.02  
      - POD: fix [rt.cpan.org #90170] about iso-8859-1 letters in pod.
        E<> is used for the compatibility with perl 5.6.1 and possibly EBCDIC.
      - 1.01 forgot to increase the version number of CJK/Korean.pm.
      - modified tests: cjkrange.t, compatui.t, hangtype.t, illegal.t,
        loc_ja.t, loc_ta.t, overcjk0.t, overcjk1.t, view.t in t.
  
  1.01  
      - DUCET is updated (for Unicode 6.3.0) as Collate/allkeys.txt.
      ! Please notice that allkeys.txt will be overwritten if you have had
        other allkeys.txt already.
      - The default UCA_Version is 28.
      - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
      - modified tests: loc_es.t, loc_estr.t, rewrite.t, version.t in t.
  
  1.00  
      - When a subroutine by 'overrideOut' taking a out-of-range value and
        returning undef, now the value is treated as if it were U+FFFD.
        * 0.99 wrongly calculates implicit weights based on out-of-range values.
      - Assertion using unpack 'U' is added. If not only pack('U') but also
        unpack('U') of CORE:: don't work as expected, this module will die.
  
  0.99  
      - by default out-of-range values are treated as if it were U+FFFD
        when UCA_Version >= 22.
      - supported overriding out-of-range values (see 'overrideOut' in POD).
      - modified tests: override.t, illegal.t in t.
  
  0.98  
      - typo (see [rt.cpan.org #85655] typo fixes)
  
  0.97  
      - bug fix: XS of 0.96 (if UCA_Version is 9 to 11) wrongly referred to
        DUCET for completely ignorable characters, even though the collator
        doesn't use DUCET.
      - separated t/notable.t from t/test.t.
  
  0.96  
      - special noncharancter tailorings ('highestFFFF' and 'minimalFFFE')
        * some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy,
          kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur.
      - U::C::Locale now allows 'entry' to add or override mappings.
      - bug fix: using DUCET through XS wrongly prevented completely ignorable
        characters from tailoring.
      - modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t,
        loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t,
        loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t,
        loc_ur.t, nonchar.t in t.
  
  0.95  
      - U::C::Locale newly supports locales: bs_Cyrl, ee.
      - updated to CLDR 21: uk.
      - updated to CLDR 22: th, to.
      - added loc_bscy.t, loc_ee.t in t.
      - modified tests: loc_th.t, loc_to.t, loc_uk.t in t.
  
  0.94  
      - U::C::Locale newly supports locale: zh__zhuyin.
      - added Unicode::Collate::CJK::Zhuyin for zh__zhuyin.
      - doc: added CAVEAT to CJK/Stroke.pm
      - modified tests: loc_cjk.t, loc_cjkc.t in t.
      - added cjk_zy.t, loc_zhzy.t in t.
  
  0.93  
      - DUCET is updated (for Unicode 6.2.0) as Collate/allkeys.txt.
      ! Please notice that allkeys.txt will be overwritten if you have had
        other allkeys.txt already.
      - The default UCA_Version is 26.
      - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
      - modified tests: loc_es.t, loc_estr.t, version.t in t.
  
  0.92  
      - fix: index() etc. with preprocess/normalization should be always croaked.
      - doc: referred to the latest UTS #10 and updated its section numbers.
      - supported the identical level (see 'identical' in POD).
      - Now UCA_Version 26 (for Unicode 6.2.0) is supported.
        * But the default UCA_Version is still 24.
      - added ident.t in t.
      - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t,
        overcjk0.t, overcjk1.t, test.t, view.t in t.
  
  0.91  
      - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
        (see [rt.cpan.org #80313])
  
  0.90  
      - perl 5.11.0 or later: Install to 'site' instead of 'perl'
        (see [rt.cpan.org #79800])
- 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,
- 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.
- update to 0.84, see Changes
- initial package 0.78
    * created by cpanspec 1.78.06

OBS-URL: https://build.opensuse.org/request/show/913853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=30
2021-08-25 16:18:03 +00:00
c5c8b7a80b Accepting request 891843 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/891843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Collate?expand=0&rev=6
2021-05-12 17:31:28 +00:00
Lars Vogdt
9aa1172c20 Accepting request 890954 from home:dirkmueller:Factory
- ensure rebuild to be always newer than the perl-core provided
  version (see bsc#1185600)

OBS-URL: https://build.opensuse.org/request/show/890954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=28
2021-05-09 12:53:05 +00:00
2ddfb51e27 Accepting request 838285 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/838285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Collate?expand=0&rev=5
2020-10-08 11:05:47 +00:00
49f5734536 Accepting request 838254 from devel:languages:perl:autoupdate
- updated to 1.29
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.29  
      - DUCET is updated (for Unicode 13.0.0) as Collate/allkeys.txt.
      - The default UCA_Version is 43.
      - added khitan.t in t.
      - Locale/*.pl and CJK/Korean.pm are updated.

OBS-URL: https://build.opensuse.org/request/show/838254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=26
2020-09-28 12:43:39 +00:00
7e99821f22 Accepting request 836272 from devel:languages:perl:autoupdate
- updated to 1.28
   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
  1.28  
      - DUCET is updated (for Unicode 12.1.0) as Collate/allkeys.txt.
      - The default UCA_Version is 41.
      - UCA_Version 38 & 40 (for Unicode 11.0.0 & 12.0.0) are also supported.
      - [rt.cpan.org #133311] Make Makefile.PL strict

OBS-URL: https://build.opensuse.org/request/show/836272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=25
2020-09-23 15:35:43 +00:00
4dd85aebd1 Accepting request 733996 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/733996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Collate?expand=0&rev=4
2019-10-07 11:38:24 +00:00
Lars Vogdt
b219056b3b 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
2019-09-30 07:20:28 +00:00
c45e53b5a0 Accepting request 598486 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/598486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Collate?expand=0&rev=3
2018-04-25 07:59:34 +00:00
Stephan Kulow
207b7e2bf4 Accepting request 596059 from home:WernerFink:branches:devel:languages:perl
For TeXLive 2018
- 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

OBS-URL: https://build.opensuse.org/request/show/596059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=21
2018-04-19 10:16:40 +00:00
6 changed files with 127 additions and 37 deletions

BIN
Unicode-Collate-1.19.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Unicode-Collate-1.31.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -4,10 +4,13 @@
#sources:
# - source1
# - source2
patches:
no-dot-inc.patch: -p1
#preamble: |-
# BuildRequires: gcc-c++
#patches:
# no-dot-inc.patch: -p1
preamble: |-
# special case as perl itself provides Unicode-Collate as well, however
# in an older version. we need to rebuild on version updates
# to ensure we are always newer than the perl-core provided version (bsc#1185600)
%requires_eq perl
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL

View File

@@ -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' };
}

View File

@@ -1,3 +1,103 @@
-------------------------------------------------------------------
Mon Aug 23 14:53:07 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 1.31
see /usr/share/doc/packages/perl-Unicode-Collate/Changes
1.31 Sat Aug 21 20:02:21 2021
- Someone, not via rt.cpan.org, proposed patches for EBCDIC. Thanks!
- Here is an experimental EBCDIC support, that the author has not used yet.
- Since this distribution on CPAN has a pure-perl module without XSUB,
then the internal values should be Unicode, but not native.
- All t/*.t files include sub _pack_U and _unpack_U as well as sub ok.
1.30 Sun Jun 6 21:33:26 2021
- [rt.cpan.org #133952] mkheader subject to "print on closed filehandle"
warnings
-------------------------------------------------------------------
Thu May 6 10:30:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
- ensure rebuild to be always newer than the perl-core provided
version (see bsc#1185600)
-------------------------------------------------------------------
Sun Sep 27 03:19:39 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.29
see /usr/share/doc/packages/perl-Unicode-Collate/Changes
1.29 Sun Sep 27 08:56:06 2020
- DUCET is updated (for Unicode 13.0.0) as Collate/allkeys.txt.
- The default UCA_Version is 43.
- added khitan.t in t.
- Locale/*.pl and CJK/Korean.pm are updated.
-------------------------------------------------------------------
Wed Sep 23 03:12:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.28
see /usr/share/doc/packages/perl-Unicode-Collate/Changes
1.28 Tue Sep 22 22:14:48 2020
- DUCET is updated (for Unicode 12.1.0) as Collate/allkeys.txt.
- The default UCA_Version is 41.
- UCA_Version 38 & 40 (for Unicode 11.0.0 & 12.0.0) are also supported.
- [rt.cpan.org #133311] Make Makefile.PL strict
-------------------------------------------------------------------
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
- 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
@@ -244,4 +344,3 @@ Wed Oct 5 14:28:31 UTC 2011 - coolo@suse.com
- initial package 0.78
* created by cpanspec 1.78.06

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Collate
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,42 @@
# 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.19
Release: 0
%define cpan_name Unicode-Collate
Name: perl-Unicode-Collate
Version: 1.31
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Unicode Collation Algorithm
License: Artistic-1.0 or GPL-1.0+
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
Patch0: no-dot-inc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
# MANUAL BEGIN
# special case as perl itself provides Unicode-Collate as well, however
# in an older version. we need to rebuild on version updates
# to ensure we are always newer than the perl-core provided version (bsc#1185600)
%requires_eq perl
# MANUAL END
%description
This module is an implementation of Unicode Technical Standard #10 (a.k.a.
UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -53,7 +55,6 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Collate.pmN disableXS enableXS MANIFEST.N mkheader mklocale README
%changelog