1
0

- 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
This commit is contained in:
Stephan Kulow 2013-07-27 12:27:57 +00:00 committed by Git OBS Bridge
parent 16ade8ab47
commit 5997fb92cd
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@ -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

View File

@ -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