From b5fdd9177713438c867c3e5689a8f65ae034f695393d92f9e2a4cd0f26488b64 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 22 Mar 2018 13:16:23 +0000 Subject: [PATCH] Accepting request 590063 from home:pmonrealgonzalez:branches:devel:languages:perl - updated to 1.35 see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog 1.35 - 2018-03-21, H.Merijn Brand * Remove META.yml from MANIFEST.skip * Use UNIVERSAL::isa to protect against unblessed references * -Wformat warning (RT#123729) * Make detect_bom result available * It's 2018 * Add csv (out => \"skip") - suppress output deliberately * Allow sub as top-level filter * Tested against Test2::Harness-0.001062 (yath test) * Tested against perl-5.27.10 OBS-URL: https://build.opensuse.org/request/show/590063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=43 --- Text-CSV_XS-1.34.tgz | 3 --- Text-CSV_XS-1.35.tgz | 3 +++ perl-Text-CSV_XS.changes | 17 +++++++++++++++++ perl-Text-CSV_XS.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 Text-CSV_XS-1.34.tgz create mode 100644 Text-CSV_XS-1.35.tgz diff --git a/Text-CSV_XS-1.34.tgz b/Text-CSV_XS-1.34.tgz deleted file mode 100644 index 3f4e7a8..0000000 --- a/Text-CSV_XS-1.34.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea3aa6fe50e8ef9c07f4304ace98fca413c9c6cf60d84efc32c314b902e8a134 -size 173425 diff --git a/Text-CSV_XS-1.35.tgz b/Text-CSV_XS-1.35.tgz new file mode 100644 index 0000000..13a8d4e --- /dev/null +++ b/Text-CSV_XS-1.35.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4f111e9486b230b02bfabbbf50c453f959d18ec17351a930e41f0959b358b7 +size 174781 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index d71fa12..cfe2a92 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Mar 22 10:32:57 UTC 2018 - pmonrealgonzalez@suse.com + +- updated to 1.35 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.35 - 2018-03-21, H.Merijn Brand + * Remove META.yml from MANIFEST.skip + * Use UNIVERSAL::isa to protect against unblessed references + * -Wformat warning (RT#123729) + * Make detect_bom result available + * It's 2018 + * Add csv (out => \"skip") - suppress output deliberately + * Allow sub as top-level filter + * Tested against Test2::Harness-0.001062 (yath test) + * Tested against perl-5.27.10 + ------------------------------------------------------------------- Sun Dec 10 14:13:18 UTC 2017 - coolo@suse.com diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index ad01b13..bad0ac7 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) 2017 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 @@ -17,7 +17,7 @@ Name: perl-Text-CSV_XS -Version: 1.34 +Version: 1.35 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-Separated Values Manipulation Routines