From 12f36acf27df7452d3c64a63601c3e3f5b061988268f55c8c636e4611ece39d1 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sat, 1 Jan 2022 17:41:51 +0000 Subject: [PATCH] Accepting request 943095 from devel:languages:perl:autoupdate - updated to 1.47 see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog 1.47 - 2021-12-21, H.Merijn Brand * Make error 2014 catchable * Suppress empty lines on empty input (issue 34) * Perl 6 -> Raku in docs (RT#136864) * IETF changed their URLs * Add some documentation for Google hist (Nigel) OBS-URL: https://build.opensuse.org/request/show/943095 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=65 --- Text-CSV_XS-1.46.tgz | 3 --- Text-CSV_XS-1.47.tgz | 3 +++ perl-Text-CSV_XS.changes | 13 +++++++++++++ perl-Text-CSV_XS.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 Text-CSV_XS-1.46.tgz create mode 100644 Text-CSV_XS-1.47.tgz diff --git a/Text-CSV_XS-1.46.tgz b/Text-CSV_XS-1.46.tgz deleted file mode 100644 index 2f0a186..0000000 --- a/Text-CSV_XS-1.46.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27e39f0d5f2322aaf78ff90eb1221f3cbed1d4c514d0956bda19407fcb98bed6 -size 256628 diff --git a/Text-CSV_XS-1.47.tgz b/Text-CSV_XS-1.47.tgz new file mode 100644 index 0000000..ee3bdb3 --- /dev/null +++ b/Text-CSV_XS-1.47.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbaffbdfb68505ef3326dc748e63ebe0db31157b78ca8dfcb8c3cd1d1313262 +size 259265 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 0901ab9..17e3366 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Dec 22 03:06:54 UTC 2021 - Tina Müller + +- updated to 1.47 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.47 - 2021-12-21, H.Merijn Brand + * Make error 2014 catchable + * Suppress empty lines on empty input (issue 34) + * Perl 6 -> Raku in docs (RT#136864) + * IETF changed their URLs + * Add some documentation for Google hist (Nigel) + ------------------------------------------------------------------- Thu Mar 25 03:08:52 UTC 2021 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index eedc898..962010b 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,7 +18,7 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.46 +Version: 1.47 Release: 0 Summary: Comma-separated values manipulation routines License: Artistic-1.0 OR GPL-1.0-or-later @@ -27,7 +27,7 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-% Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.08 +Recommends: perl(Encode) >= 3.16 %{perl_requires} %description