From 702caa78584f3e7d489a986a055c55614d254c5a80278c4b1d8ffc90ea95fbdf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Nov 2010 12:16:30 +0000 Subject: [PATCH] - update to 1.20: - couldn't parse the csv containing the column starting with '0'. (hiratara) * patched by hiratara * enhanced getline regexp (makamaka) * resolved a bug in bleadperl-fb85c04 - added tests into t/71_pp.t (hiratara) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=5 --- Text-CSV-1.19.tar.bz2 | 3 --- Text-CSV-1.20.tar.bz2 | 3 +++ perl-Text-CSV.changes | 10 ++++++++++ perl-Text-CSV.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Text-CSV-1.19.tar.bz2 create mode 100644 Text-CSV-1.20.tar.bz2 diff --git a/Text-CSV-1.19.tar.bz2 b/Text-CSV-1.19.tar.bz2 deleted file mode 100644 index 75d207b..0000000 --- a/Text-CSV-1.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42bc1b598b74b36e2e6d3b7f2fd7c9bc2a412c20a954f31f9e27973cfea29342 -size 44820 diff --git a/Text-CSV-1.20.tar.bz2 b/Text-CSV-1.20.tar.bz2 new file mode 100644 index 0000000..2b7a008 --- /dev/null +++ b/Text-CSV-1.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92569f876b5473b98725f1701b48168ebc60bab31f7b3fd9a7db02c6a0c48d96 +size 45204 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 029562e..9be8063 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 3 13:16:04 CET 2010 - dmueller@suse.de + +- update to 1.20: + - couldn't parse the csv containing the column starting with '0'. (hiratara) + * patched by hiratara + * enhanced getline regexp (makamaka) + * resolved a bug in bleadperl-fb85c04 + - added tests into t/71_pp.t (hiratara) + ------------------------------------------------------------------- Sun Oct 17 17:40:00 UTC 2010 - chris@computersalat.de diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index c107e28..cca4f76 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -22,7 +22,7 @@ Name: perl-Text-CSV %define cpan_name Text-CSV Summary: Comma-separated values manipulator (using XS or PurePerl) -Version: 1.19 +Version: 1.20 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl