8
0

Accepting request 316072 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/316072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Collate?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-07-13 05:15:00 +00:00
committed by Git OBS Bridge
parent b1c79bb7ab
commit 2bd1d9f840
5 changed files with 43 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

23
cpanspec.yml Normal file
View File

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

View File

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

View File

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