From 683258480515886eb99bf5043e99beefc6a17e9aab97fcd0fd5f321efe8434a3 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 17 Mar 2010 08:22:27 +0000 Subject: [PATCH] - update to 1.17: + fixed parse working when setting quote_char undef + made Text::CSV_XS compat 0.71 * Text::CSV->error_diag() in void context warns instead of doing nothing * auto_diag also used for new () itself * Added quote_space attribute * Forbad \r and \n in sep_char, quote_char, and escape_char * Auto detection of eol => "\r" in streams * fail if first arg to new () is not a hash ref * added empty_is_undef * error_diag () uses warn () in void context instead of STDERR * added auto_diag attribute * updated documents same as Text::CSV_XS + added quote_null (introduced in Text::CSV_XS 0.72) + getline() didn't handle '0' starting multi line data - use perl standard macros in specfile OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=3 --- Text-CSV-1.12.tar.bz2 | 3 --- Text-CSV-1.17.tar.bz2 | 3 +++ perl-Text-CSV.changes | 21 +++++++++++++++++++++ perl-Text-CSV.spec | 12 +++--------- 4 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 Text-CSV-1.12.tar.bz2 create mode 100644 Text-CSV-1.17.tar.bz2 diff --git a/Text-CSV-1.12.tar.bz2 b/Text-CSV-1.12.tar.bz2 deleted file mode 100644 index edf8ba0..0000000 --- a/Text-CSV-1.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27dde65aa625c724cdbf193a1faff7918b49a6ae7ca2c403dde8337f27d9b0a5 -size 38924 diff --git a/Text-CSV-1.17.tar.bz2 b/Text-CSV-1.17.tar.bz2 new file mode 100644 index 0000000..4a08ea2 --- /dev/null +++ b/Text-CSV-1.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d226e2c0bdb005c4a3e6b7ebc8ed3d07cd125d3de96414f3e48e1225e9e7ad9e +size 43439 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index a791e30..ceb8aad 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 17 08:16:11 UTC 2010 - lars@linux-schulserver.de + +- update to 1.17: + + fixed parse working when setting quote_char undef + + made Text::CSV_XS compat 0.71 + * Text::CSV->error_diag() in void context warns instead + of doing nothing + * auto_diag also used for new () itself + * Added quote_space attribute + * Forbad \r and \n in sep_char, quote_char, and escape_char + * Auto detection of eol => "\r" in streams + * fail if first arg to new () is not a hash ref + * added empty_is_undef + * error_diag () uses warn () in void context instead of STDERR + * added auto_diag attribute + * updated documents same as Text::CSV_XS + + added quote_null (introduced in Text::CSV_XS 0.72) + + getline() didn't handle '0' starting multi line data +- use perl standard macros in specfile + ------------------------------------------------------------------- Tue Jun 2 09:20:47 CEST 2009 - lars@linux-schulserver.de diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index ae0e372..07f19e1 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -7,7 +7,7 @@ Name: perl-Text-CSV %define real_name Text-CSV Summary: CSV - comma-separated values manipulator -Version: 1.12 +Version: 1.17 Release: 1 Url: http://search.cpan.org/perldoc?Text::CSV Group: Development/Libraries/Perl @@ -50,19 +50,13 @@ make test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist %clean rm -rf %{buildroot} -%files +%files -f %{name}.files %defattr(-, root, root) %doc Changes README MANIFEST -%doc %{_mandir}/man?/* -%dir %{perl_vendorarch}/auto/Text -%dir %{perl_vendorarch}/auto/Text/CSV -%dir %{perl_vendorlib}/Text -%{perl_vendorarch}/auto/Text/CSV/.packlist -%{perl_vendorlib}/Text/* -/var/adm/perl-modules/%{name} %changelog