diff --git a/Unicode-Collate-1.12.tar.gz b/Unicode-Collate-1.12.tar.gz deleted file mode 100644 index 84a59bb..0000000 --- a/Unicode-Collate-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4a71dca428e1a76a235a0cde8d0c59c85288cc4de9c3dafadb375b2a55f45af -size 863579 diff --git a/Unicode-Collate-1.14.tar.gz b/Unicode-Collate-1.14.tar.gz new file mode 100644 index 0000000..9ca00a0 --- /dev/null +++ b/Unicode-Collate-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628a5bb3b5e81c1d4cdf680bc882f2296a50892860af1800b31e796ee166767a +size 866047 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#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 +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Unicode-Collate.changes b/perl-Unicode-Collate.changes index ccbf494..af65f09 100644 --- a/perl-Unicode-Collate.changes +++ b/perl-Unicode-Collate.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jul 12 09:06:42 UTC 2015 - coolo@suse.com + +- updated to 1.14 + see /usr/share/doc/packages/perl-Unicode-Collate/Changes + + 1.14 Sat Jul 11 13:20:03 2015 + - [rt.cpan.org #105621] + mklocale fails because it creates Locale direcory without executable bit + + 1.13 Sat Jul 11 12:13:50 2015 + - something to remove 'use Unicode::Collate' from CJK/Korean.pm + cf. [rt.cpan.org #105791] + ------------------------------------------------------------------- Tue Apr 14 18:30:48 UTC 2015 - coolo@suse.com diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec index 9d263f7..fae01a4 100644 --- a/perl-Unicode-Collate.spec +++ b/perl-Unicode-Collate.spec @@ -17,14 +17,15 @@ Name: perl-Unicode-Collate -Version: 1.12 +Version: 1.14 Release: 0 %define cpan_name Unicode-Collate Summary: Unicode Collation Algorithm License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Unicode-Collate/ -Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros