diff --git a/Unicode-LineBreak-2018.003.tar.gz b/Unicode-LineBreak-2018.003.tar.gz deleted file mode 100644 index 7ce01c7..0000000 --- a/Unicode-LineBreak-2018.003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860c92ff3e710f0a1ca3e7067dba3734540dfb5cb932936536225f7ffca571b1 -size 248257 diff --git a/Unicode-LineBreak-2019.001.tar.gz b/Unicode-LineBreak-2019.001.tar.gz new file mode 100644 index 0000000..8d1ed43 --- /dev/null +++ b/Unicode-LineBreak-2019.001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486762e4cacddcc77b13989f979a029f84630b8175e7fef17989e157d4b6318a +size 312225 diff --git a/perl-Unicode-LineBreak.changes b/perl-Unicode-LineBreak.changes index 0bb821b..27493cf 100644 --- a/perl-Unicode-LineBreak.changes +++ b/perl-Unicode-LineBreak.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Dec 29 06:39:34 UTC 2018 - Stephan Kulow + +- 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 diff --git a/perl-Unicode-LineBreak.spec b/perl-Unicode-LineBreak.spec index 0ed9f17..f192c3a 100644 --- a/perl-Unicode-LineBreak.spec +++ b/perl-Unicode-LineBreak.spec @@ -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