Accepting request 208384 from devel:languages:perl
- 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) OBS-URL: https://build.opensuse.org/request/show/208384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=30
This commit is contained in:
commit
dd9a5345ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efbcbd423f1d7e2f6698b53ba40464d2e39578ee3610eed3b04ceebd228c912d
|
||||
size 123288
|
3
Text-CSV_XS-1.02.tgz
Normal file
3
Text-CSV_XS-1.02.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42b338f0748295984a3a4157ca6075f46fa8a8012c50ffc259d2eaf50f376ef
|
||||
size 125032
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user