diff --git a/Text-CSV-Unicode-0.115.tar.gz b/Text-CSV-Unicode-0.115.tar.gz deleted file mode 100644 index 6945b02..0000000 --- a/Text-CSV-Unicode-0.115.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:489d19c252e395f8bedeac8d2ac7b26836d8066d1a9efedaa89a9e9c912ca21b -size 12317 diff --git a/Text-CSV-Unicode-0.200.tar.gz b/Text-CSV-Unicode-0.200.tar.gz new file mode 100644 index 0000000..88ac19b --- /dev/null +++ b/Text-CSV-Unicode-0.200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47af28b940175f11cb3160c18d06ee9bee4cd28e6952b740cf70de02472638d5 +size 8876 diff --git a/perl-Text-CSV-Unicode.changes b/perl-Text-CSV-Unicode.changes index 3e0add8..1837b51 100644 --- a/perl-Text-CSV-Unicode.changes +++ b/perl-Text-CSV-Unicode.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Sep 22 06:04:05 UTC 2018 - Stephan Kulow + +- updated to 0.200 + see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes + + + 0.200 2018-19-21 + Completely rewritten to use Text::CSV + Allow unicode but not Cntrl in Text::CSV::Unicode + Allow all unicode with binary=>1, by dropping through to Text::CSV + combine() with undef produces different output: t/combine-undef.t + version() provided by Text::CSV::Version + - test as class method: t/unicode.t + ------------------------------------------------------------------- Thu Apr 16 19:13:49 UTC 2015 - coolo@suse.com diff --git a/perl-Text-CSV-Unicode.spec b/perl-Text-CSV-Unicode.spec index eb74070..de3da41 100644 --- a/perl-Text-CSV-Unicode.spec +++ b/perl-Text-CSV-Unicode.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV-Unicode # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,34 +12,34 @@ # 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-Text-CSV-Unicode -Version: 0.115 +Version: 0.200 Release: 0 %define cpan_name Text-CSV-Unicode -Summary: with Potentially Wide Character Data -License: Artistic-1.0 or GPL-1.0+ +Summary: Comma-Separated Values Manipulation Routines +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-CSV-Unicode/ -Source0: http://www.cpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.380000 +BuildRequires: perl(Text::CSV) >= 1 +Requires: perl(Text::CSV) >= 1 %{perl_requires} %description Text::CSV::Unicode provides facilities for the composition and -decomposition of comma-separated values, based on Text::CSV 0.01. -Text::CSV::Unicode allows for input with wide character data. - -An instance of the Text::CSV::Unicode class can combine fields into a CSV -string and parse a CSV string into fields. +decomposition of comma-separated values, based on Text::CSV. +Text::CSV::Unicode allows for input with wide character data but does not +permit control characters (by default). %prep %setup -q -n %{cpan_name}-%{version}