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:
commit
0ea51aad75
@ -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
3
Text-CSV_XS-1.04.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca6d59a423e1ba33cf54cfc289f4e24d2bb2480e6f06a81280ee797c4573e01e
|
||||||
|
size 130595
|
@ -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
|
Mon Nov 25 07:43:45 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-CSV_XS
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Text-CSV_XS
|
Name: perl-Text-CSV_XS
|
||||||
Version: 1.02
|
Version: 1.04
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-CSV_XS
|
%define cpan_name Text-CSV_XS
|
||||||
Summary: comma-separated values manipulation routines
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(Text::CSV_XS)
|
Recommends: perl(Encode) >= 2.57
|
||||||
Recommends: perl(Encode) >= 2.55
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user