Accepting request 661940 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/661940 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-LineBreak?expand=0&rev=19
This commit is contained in:
parent
be4e29b8a1
commit
ff214616ae
@ -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
BIN
Unicode-LineBreak-2019.001.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user