forked from pool/perl-Unicode-Collate
Compare commits
11 Commits
f29f6f2b08
...
2859c3170f
Author | SHA256 | Date | |
---|---|---|---|
2859c3170f | |||
581b81c7f3 | |||
c5c8b7a80b | |||
|
9aa1172c20 | ||
2ddfb51e27 | |||
49f5734536 | |||
7e99821f22 | |||
4dd85aebd1 | |||
|
b219056b3b | ||
c45e53b5a0 | |||
|
207b7e2bf4 |
BIN
Unicode-Collate-1.19.tar.gz
(Stored with Git LFS)
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
BIN
Unicode-Collate-1.31.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
cpanspec.yml
11
cpanspec.yml
@@ -4,10 +4,13 @@
|
|||||||
#sources:
|
#sources:
|
||||||
# - source1
|
# - source1
|
||||||
# - source2
|
# - source2
|
||||||
patches:
|
#patches:
|
||||||
no-dot-inc.patch: -p1
|
# no-dot-inc.patch: -p1
|
||||||
#preamble: |-
|
preamble: |-
|
||||||
# BuildRequires: gcc-c++
|
# 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: |-
|
#post_prep: |-
|
||||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
@@ -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' };
|
|
||||||
}
|
|
@@ -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
|
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
|
- initial package 0.78
|
||||||
* created by cpanspec 1.78.06
|
* created by cpanspec 1.78.06
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Unicode-Collate
|
# 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
|
# 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,40 +12,42 @@
|
|||||||
# 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
|
|
||||||
Version: 1.19
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Unicode-Collate
|
%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
|
Summary: Unicode Collation Algorithm
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
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
|
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: no-dot-inc.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{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
|
%description
|
||||||
This module is an implementation of Unicode Technical Standard #10 (a.k.a.
|
This module is an implementation of Unicode Technical Standard #10 (a.k.a.
|
||||||
UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
|
UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -53,7 +55,6 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes Collate.pmN disableXS enableXS MANIFEST.N mkheader mklocale README
|
%doc Changes Collate.pmN disableXS enableXS MANIFEST.N mkheader mklocale README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user