From 6229207077e8a98eaaba4609c64a312a9137d81685aaf44708934b1921734cc0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 25 Nov 2013 07:44:51 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=33 --- Text-CSV_XS-1.01.tgz | 3 --- Text-CSV_XS-1.02.tgz | 3 +++ perl-Text-CSV_XS.changes | 9 +++++++++ perl-Text-CSV_XS.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 Text-CSV_XS-1.01.tgz create mode 100644 Text-CSV_XS-1.02.tgz diff --git a/Text-CSV_XS-1.01.tgz b/Text-CSV_XS-1.01.tgz deleted file mode 100644 index 5d2b545..0000000 --- a/Text-CSV_XS-1.01.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efbcbd423f1d7e2f6698b53ba40464d2e39578ee3610eed3b04ceebd228c912d -size 123288 diff --git a/Text-CSV_XS-1.02.tgz b/Text-CSV_XS-1.02.tgz new file mode 100644 index 0000000..aaf812c --- /dev/null +++ b/Text-CSV_XS-1.02.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42b338f0748295984a3a4157ca6075f46fa8a8012c50ffc259d2eaf50f376ef +size 125032 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 8003556..7ed9966 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 25 07:43:45 UTC 2013 - coolo@suse.com + +- updated to 1.02 + * Add example for reading only a single column + * Don't store NULL in _ERROR_INPUT (RT#86217/Clone) + * Prevent double-decode in csv-check + * Add decode_utf8 attribute (default is true) + ------------------------------------------------------------------- Sat Jul 27 11:58:34 UTC 2013 - coolo@suse.com diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index ef54c01..1800872 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -17,7 +17,7 @@ Name: perl-Text-CSV_XS -Version: 1.01 +Version: 1.02 Release: 0 %define cpan_name Text-CSV_XS Summary: comma-separated values manipulation routines @@ -29,7 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros #BuildRequires: perl(Text::CSV_XS) -Recommends: perl(Encode) >= 2.51 +Recommends: perl(Encode) >= 2.55 %{perl_requires} %description