1
0

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
This commit is contained in:
Pedro Monreal Gonzalez 2018-03-22 13:16:23 +00:00 committed by Git OBS Bridge
parent 64a8caeef2
commit b5fdd91777
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea3aa6fe50e8ef9c07f4304ace98fca413c9c6cf60d84efc32c314b902e8a134
size 173425

3
Text-CSV_XS-1.35.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b4f111e9486b230b02bfabbbf50c453f959d18ec17351a930e41f0959b358b7
size 174781

View File

@ -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

View File

@ -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