diff --git a/Text-CSV_XS-1.41.tgz b/Text-CSV_XS-1.41.tgz deleted file mode 100644 index 753dbd2..0000000 --- a/Text-CSV_XS-1.41.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab -size 207142 diff --git a/Text-CSV_XS-1.43.tgz b/Text-CSV_XS-1.43.tgz new file mode 100644 index 0000000..5a1b530 --- /dev/null +++ b/Text-CSV_XS-1.43.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd94538e8ae9388d9e9e5527630f38f4d2b766e30310d283f0f9c692b94230bb +size 207319 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 7cdbe5f..24243ed 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu May 28 03:14:24 UTC 2020 - Tina Müller + +updated to 1.43 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.43 - 2020-05-27, H.Merijn Brand + * Add --parser-opt[=value] to csv-check + * Add -L & -X to csv-check + * Fix undef value in attribute setters for strings (issue 24) + * Document quote (undef) is not supported + + +------------------------------------------------------------------- +Wed May 20 03:14:18 UTC 2020 - Tina Müller + +updated to 1.42 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.42 - 2020-05-19, H.Merijn Brand + * Update to Devel::PPPort-3.58 + * Unicode fixes for csv2xls and csv2xlsx + * Add internal buffers to cache diagnostics + * Fix positional reporting in examples/csv-check + * Allow passing CSV parsing attributes to csv-check + * Proof reading - doc fixes by Klaus Baldermann (PR#21) + * Fix type caching (RT#132344) + * Small doc fix by Nick Tonkin <1nickt> (PR#22) + * Fix sep=; being ignored in ->header (issue 23) + + ------------------------------------------------------------------- Mon Feb 17 03:13:29 UTC 2020 - diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 915dc43..622a1ce 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV_XS # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,19 @@ Name: perl-Text-CSV_XS -Version: 1.41 +Version: 1.43 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-separated values manipulation routines License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.02 +Recommends: perl(Encode) >= 3.06 %{perl_requires} %description