diff --git a/Text-CSV_XS-1.42.tgz b/Text-CSV_XS-1.42.tgz deleted file mode 100644 index 8a0dbad..0000000 --- a/Text-CSV_XS-1.42.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a591143441c548328376ee4f24661809a459b1d9aeeafb5b2d3955cbffc3268e -size 206950 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 3b0e18a..24243ed 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 8f9778d..622a1ce 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -17,7 +17,7 @@ Name: perl-Text-CSV_XS -Version: 1.42 +Version: 1.43 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-separated values manipulation routines @@ -29,7 +29,7 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.05 +Recommends: perl(Encode) >= 3.06 %{perl_requires} %description