Accepting request 662485 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/662485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-LineBreak?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-01-05 14:40:52 +00:00 committed by Git OBS Bridge
commit ca8119c6f9
4 changed files with 46 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:860c92ff3e710f0a1ca3e7067dba3734540dfb5cb932936536225f7ffca571b1
size 248257

BIN
Unicode-LineBreak-2019.001.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Dec 29 06:39:34 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 2019.001
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes
2019.001 Sat Dec 29
# No new features.
! Makefile.PL
- GH PR#4: Added timeout to wget call in Makefile.PL by J. Bargsten.
- CPAN RT#125079: Installation stuck after a wget.
Fixed by changing scheme from ftp to https.
! lib/Text/LineFold.pm
! t/04fold.t
- Fix: Text::LineFold: new() & config() did not allow multiple Prep option
! t/01break.t
! t/02hangul.t
! t/03ns.t
! t/04fold.t
! t/05urgent.t
! t/06context.t
! t/07sea.t
! t/08partial.t
! t/09uri.t
! t/11format.t
! t/12fold2.t
! t/13flowedsp.t
! t/14sea_al.t
! t/15array.t
! t/16regex.t
! t/17prop.t
! t/18currency.t
- CPAN RT #120535: Fails tests when no "." in @INC.
2018.012 Sat Dec 29 2018
# Withdrawn.
-------------------------------------------------------------------
Fri Mar 30 06:07:53 UTC 2018 - coolo@suse.com

View File

@ -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-LineBreak
Version: 2018.003
Version: 2019.001
Release: 0
%define cpan_name Unicode-LineBreak
Summary: UAX #14 Unicode Line Breaking Algorithm
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Unicode-LineBreak/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,11 +42,11 @@ by Annex #11 [UAX #11] will be concerned to determine breaking positions.
%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