Sync from SUSE:SLFO:Main perl-Unicode-LineBreak revision f8f60835a8377273d53f08f7a13c37dc

This commit is contained in:
Adrian Schröter 2024-05-03 19:05:01 +02:00
commit e0018761df
5 changed files with 233 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Unicode-LineBreak-2019.001.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

@ -0,0 +1,123 @@
-------------------------------------------------------------------
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
- updated to 2018.003
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes
2018.003 Thu Mar 29 2018
# No new features.
! Makefile.PL.sombok
- CPAN RT#120370: Build fails with recent EUMM and some make variants.
Patch by Alexandr Ciornii.
-------------------------------------------------------------------
Wed Apr 12 06:55:05 UTC 2017 - coolo@suse.com
- updated to 2017.004
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes
2017.004 Tue Apr 11 2017
# No new features.
2016.007_02 Sat Jul 02 2016
! lib/Text/LineFold.pm
! t/04fold.t
- CPAN RT#115146: Space indenting not happening with "From" or " ".
-------------------------------------------------------------------
Tue Mar 29 10:20:41 UTC 2016 - coolo@suse.com
- updated to 2016.003
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes.REL1
-------------------------------------------------------------------
Sun Nov 29 10:26:45 UTC 2015 - coolo@suse.com
- updated to 2015.12
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes.REL1
-------------------------------------------------------------------
Wed Nov 4 10:38:42 UTC 2015 - coolo@suse.com
- updated to 2015.11
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes.REL1
-------------------------------------------------------------------
Sun Jun 21 08:56:43 UTC 2015 - coolo@suse.com
- updated to 2015.06
see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes
2015.06 Sun Jun 21 2015
# Unicode 8.0.0, bundled sombok 2.4.0.
! lib/Unicode/LineBreak.pod
! lib/POD2/JA/Unicode/LineBreak.pod
! t/18currency.y
- add a change for U+20BE.
-------------------------------------------------------------------
Tue Jun 24 20:17:33 UTC 2014 - elchevive@opensuse.org
- updated to version 2014.06
# Unicode 7.0.0, bundled sombok 2.3.3.
- add a change for U+20BB.
- Repository has been moved to GitHub.
-------------------------------------------------------------------
Mon Nov 11 17:36:43 UTC 2013 - elchevive@opensuse.org
- updated to version 2013.10
* Unicode 6.3.0, bundled sombok-2.3.1.
- Moved Japanese PODs to suit POD2 feature.
- Commented-out "Methods planned to be deprecated".
- Addition about IDEOGRAPHIC SPACE.
- Added description about predefined property values for currency symbols.
- Commented-out "Methods Planned to be Deprecated" and "Obsoleted Options".
- A new constant IDEOGRAPHIC_SPACE.
- On reserved codepoints for currency symbols.
- Abort make if older libthai was found.
- Decode arguments without utf8 flag as ISO-8859-1: CPAN RT #84661.
- Added tests for non-utf8-flagged arguments.
-------------------------------------------------------------------
Fri Oct 19 23:40:15 UTC 2012 - elchevive@opensuse.org
- initial packaging using 'cpansubmitter' package

View File

@ -0,0 +1,61 @@
#
# spec file for package perl-Unicode-LineBreak
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Unicode-LineBreak
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: 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
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(MIME::Charset) >= 1.006.2
Requires: perl(MIME::Charset) >= 1.006.2
%{perl_requires}
%description
Unicode::LineBreak performs Line Breaking Algorithm described in Unicode
Standard Annex #14 [UAX #14]. East_Asian_Width informative property defined
by Annex #11 [UAX #11] will be concerned to determine breaking positions.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Changes.REL1 GPL Makefile.PL.sombok README Todo.REL1
%license ARTISTIC
%changelog