From b4de539bb5686375764e8bbb81f55f2cd247ee301585c1b8e3dee0fc1d1a69bb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 24 Feb 2014 06:16:15 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=35 --- Text-CSV_XS-1.02.tgz | 3 --- Text-CSV_XS-1.04.tgz | 3 +++ perl-Text-CSV_XS.changes | 12 ++++++++++++ perl-Text-CSV_XS.spec | 7 +++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 Text-CSV_XS-1.02.tgz create mode 100644 Text-CSV_XS-1.04.tgz diff --git a/Text-CSV_XS-1.02.tgz b/Text-CSV_XS-1.02.tgz deleted file mode 100644 index aaf812c..0000000 --- a/Text-CSV_XS-1.02.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e42b338f0748295984a3a4157ca6075f46fa8a8012c50ffc259d2eaf50f376ef -size 125032 diff --git a/Text-CSV_XS-1.04.tgz b/Text-CSV_XS-1.04.tgz new file mode 100644 index 0000000..7dad7a8 --- /dev/null +++ b/Text-CSV_XS-1.04.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6d59a423e1ba33cf54cfc289f4e24d2bb2480e6f06a81280ee797c4573e01e +size 130595 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 7ed9966..032d5d8 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -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 diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 1800872..d11e29d 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) 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