diff --git a/Text-CSV_XS-0.70.tar.bz2 b/Text-CSV_XS-0.70.tar.bz2 deleted file mode 100644 index 0aac259..0000000 --- a/Text-CSV_XS-0.70.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bd7b85104db00421e1eb74e43e5c2ffa6439b2dedc9ad38cf6d81acc3b17cf0 -size 95183 diff --git a/Text-CSV_XS-0.73.tar.bz2 b/Text-CSV_XS-0.73.tar.bz2 new file mode 100644 index 0000000..c2643c4 --- /dev/null +++ b/Text-CSV_XS-0.73.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7480a6f24b56a9f658a674c9288e00812a893263b9cdfd2229d9e086f9fa0ba2 +size 98060 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 6a7be63..9f05144 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Jun 2 12:45:09 UTC 2010 - chris@computersalat.de + +- update to 0.73 + * Improve date conversion in examples/csv2xls + new option -D allows column selection for date conversions + * Tested under perl-5.12.0 (and 21 other versions of perl) + * Added a note about EBCDIC data files + * Test suite is now safe for parallel test (prove --shuffle -j6) +- 2010-03-16 0.72 - H.Merijn Brand + * Introduce quote_null attribute (RT#55200) + * examples/csv-check can be used for Text::CSV_PP + * examples/csv-check more options for sep_, escape_ and quote_char + * examples/csv2xls more options for sep_, escape_ and quote_char + * examples/csv2xls added auto_diag and verbosity + * Dropped YAML spec to 1.0 +- 2010-02-15 0.71 - H.Merijn Brand + * Upped copyright to 2010 + * Prevent double encoding: make Text::CSV_XS streams behave just + like perl would (thanks ikegami for the test cases) + * Text::CSV_XS->error_diag () in void context now warns instead of + doing nothing + * auto_diag also used for new () itself +- fix deps, cleanup spec + ------------------------------------------------------------------- Sat Dec 12 16:29:31 UTC 2009 - chris@computersalat.de diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index b70b567..05cf4b8 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Text-CSV_XS (Version 0.70) +# spec file for package perl-Text-CSV_XS (Version 0.73) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,7 +21,7 @@ Name: perl-Text-CSV_XS %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Comma-separated values manipulation routines -Version: 0.70 +Version: 0.73 Release: 1 License: Artistic License .. Group: Development/Libraries/Perl @@ -29,11 +29,12 @@ Url: http://search.cpan.org/dist/Text-CSV_XS Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl +%if 0%{?suse_version} < 1120 BuildRequires: perl-macros +%endif BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) Requires: perl = %{perl_version} -Provides: %{cpan_name} %description Text::CSV_XS provides facilities for the composition and decomposition of