From 5997fb92cdbafdbc2f83c4b67f09db2d21bda66d946a38b9be64d27ea4c44ae1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 27 Jul 2013 12:27:57 +0000 Subject: [PATCH] - updated to 1.01 * Cache not re-read on getline_all (RT#86155) * Fix automatic UTF-8 in getline/parse for SV's with \0 * Documents return value of bind_columns without arguments * Fix automatic UTF-8 in getline/parse * Clarify eol documentation * Move error_input to XS OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=31 --- Text-CSV_XS-0.97.tgz | 3 --- Text-CSV_XS-1.01.tgz | 3 +++ perl-Text-CSV_XS.changes | 11 +++++++++++ perl-Text-CSV_XS.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 Text-CSV_XS-0.97.tgz create mode 100644 Text-CSV_XS-1.01.tgz diff --git a/Text-CSV_XS-0.97.tgz b/Text-CSV_XS-0.97.tgz deleted file mode 100644 index 3f60a2a..0000000 --- a/Text-CSV_XS-0.97.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98421e12562aa4bfd3db0da65e4d1723bc146ca4895e7e8d616654abfac2aadb -size 122416 diff --git a/Text-CSV_XS-1.01.tgz b/Text-CSV_XS-1.01.tgz new file mode 100644 index 0000000..5d2b545 --- /dev/null +++ b/Text-CSV_XS-1.01.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbcbd423f1d7e2f6698b53ba40464d2e39578ee3610eed3b04ceebd228c912d +size 123288 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index f904fdc..8003556 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jul 27 11:58:34 UTC 2013 - coolo@suse.com + +- updated to 1.01 + * Cache not re-read on getline_all (RT#86155) + * Fix automatic UTF-8 in getline/parse for SV's with \0 + * Documents return value of bind_columns without arguments + * Fix automatic UTF-8 in getline/parse + * Clarify eol documentation + * Move error_input to XS + ------------------------------------------------------------------- Mon Jun 3 10:52:23 UTC 2013 - coolo@suse.com diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 2cba05e..ef54c01 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -17,7 +17,7 @@ Name: perl-Text-CSV_XS -Version: 0.97 +Version: 1.01 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.49 +Recommends: perl(Encode) >= 2.51 %{perl_requires} %description