From a639ef30758e08ef7409fa90597998e4a85c1b471b8de36b216fa66cfa2b9033 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 29 Jul 2020 10:25:36 +0000 Subject: [PATCH] Accepting request 823357 from devel:languages:perl:autoupdate - updated to 1.44 see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog 1.44 - 2020-07-22, H.Merijn Brand * EBCDIC now fully functional * Prevent false negative CPANTESTERS fail reports * Fully tested on perl-5.32.0 and perl-5.33.0 * Fix partly decoded fields in header (found by Eric Brine) OBS-URL: https://build.opensuse.org/request/show/823357 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=59 --- Text-CSV_XS-1.43.tgz | 3 --- Text-CSV_XS-1.44.tgz | 3 +++ perl-Text-CSV_XS.changes | 12 ++++++++++++ perl-Text-CSV_XS.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Text-CSV_XS-1.43.tgz create mode 100644 Text-CSV_XS-1.44.tgz diff --git a/Text-CSV_XS-1.43.tgz b/Text-CSV_XS-1.43.tgz deleted file mode 100644 index 5a1b530..0000000 --- a/Text-CSV_XS-1.43.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd94538e8ae9388d9e9e5527630f38f4d2b766e30310d283f0f9c692b94230bb -size 207319 diff --git a/Text-CSV_XS-1.44.tgz b/Text-CSV_XS-1.44.tgz new file mode 100644 index 0000000..8dacefb --- /dev/null +++ b/Text-CSV_XS-1.44.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4812ddca8e2654736c44bc2ce60b27a428a1bc4d5364b0ed1fad3609c8f9bc4 +size 212377 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 24243ed..4cb84ad 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 29 03:15:14 UTC 2020 - Tina Müller + +- updated to 1.44 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.44 - 2020-07-22, H.Merijn Brand + * EBCDIC now fully functional + * Prevent false negative CPANTESTERS fail reports + * Fully tested on perl-5.32.0 and perl-5.33.0 + * Fix partly decoded fields in header (found by Eric Brine) + ------------------------------------------------------------------- Thu May 28 03:14:24 UTC 2020 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 622a1ce..64727ae 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -17,7 +17,7 @@ Name: perl-Text-CSV_XS -Version: 1.43 +Version: 1.44 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-separated values manipulation routines