1
0

Accepting request 223607 from devel:languages:perl

- updated to 1.04
    * get_columnd () with no argument now returns the empty list
      instead of undef when no columns defined
    * fragments (rcf7111) now also support AoH (was AoA only)
    * Error code conflict for fragments resolved to 2013
    * New function "csv" (not a method)
    * Update copyright to 2014
    * Implement RCF7111

OBS-URL: https://build.opensuse.org/request/show/223607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2014-02-24 13:13:01 +00:00 committed by Git OBS Bridge
commit 0ea51aad75
4 changed files with 18 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 24 06:08:10 UTC 2014 - coolo@suse.com
- updated to 1.04
* get_columnd () with no argument now returns the empty list
instead of undef when no columns defined
* fragments (rcf7111) now also support AoH (was AoA only)
* Error code conflict for fragments resolved to 2013
* New function "csv" (not a method)
* Update copyright to 2014
* Implement RCF7111
-------------------------------------------------------------------
Mon Nov 25 07:43:45 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV_XS
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products 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.02
Version: 1.04
Release: 0
%define cpan_name Text-CSV_XS
Summary: comma-separated values manipulation routines
@ -28,8 +28,7 @@ Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{versi
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Text::CSV_XS)
Recommends: perl(Encode) >= 2.55
Recommends: perl(Encode) >= 2.57
%{perl_requires}
%description