diff --git a/Text-CSV_XS-0.37.tar.gz b/Text-CSV_XS-0.37.tar.gz deleted file mode 100644 index 5854019..0000000 --- a/Text-CSV_XS-0.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89d7da80694e5148005757e7cc16de2a2a93ea6969f36459d3352c43abfb8301 -size 81883 diff --git a/Text-CSV_XS-0.37.dif b/Text-CSV_XS-0.41.dif similarity index 100% rename from Text-CSV_XS-0.37.dif rename to Text-CSV_XS-0.41.dif diff --git a/Text-CSV_XS-0.41.tgz b/Text-CSV_XS-0.41.tgz new file mode 100644 index 0000000..83cf188 --- /dev/null +++ b/Text-CSV_XS-0.41.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca077a68ad0b8505435adf3d2997e2139bbbec2ec1f437df388f635484fbfd8 +size 85570 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index a51a229..a1a210b 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Apr 14 11:07:25 CEST 2008 - ug@suse.de + +- version 0.41 +- error_diag () subclassable +- typo in bind_columns () docs +- examples/csv2xls now uses getline () +- better test for getline in t/75_hashref.t (makamata) +- document return value of getline () with bind_columns () +- add perl version prereq to META.yml +- Implemented getline_hr () and column_names () RT 34474 + (suggestions accepted from Mark Stosberg) +- Corrected misspelled variable names in XS +- Functions are now =head2 type doc entries (Mark Stosberg) +- Make SetDiag() available to the perl level, so errors can + be centralized and consistent +- Integrate the non-XS errors into XS +- Add t/75_hashref.t +- Testcase for error 2023 (Michael P Randall) +- Completely refactored the XS part of parse/getline, which + is now up to 6% faster. YMMV +- Completed bind_columns. On straight fetches now up to three + times as fast as normal fetches (both using getline ()) + ------------------------------------------------------------------- Fri Apr 4 11:35:03 CEST 2008 - ug@suse.de diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 062d26e..c85e8f9 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.37) +# spec file for package perl-Text-CSV_XS (Version 0.41) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,11 +13,11 @@ Name: perl-Text-CSV_XS Summary: Perl Module Text::CSV -Version: 0.37 +Version: 0.41 Release: 1 License: GPL v2 or later Group: Development/Libraries/Perl -Source0: Text-CSV_XS-%{version}.tar.gz +Source0: Text-CSV_XS-%{version}.tgz Patch: Text-CSV_XS-%{version}.dif Url: http://www.cpan.org BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,6 +62,27 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Mon Apr 14 2008 ug@suse.de +- version 0.41 +- error_diag () subclassable +- typo in bind_columns () docs +- examples/csv2xls now uses getline () +- better test for getline in t/75_hashref.t (makamata) +- document return value of getline () with bind_columns () +- add perl version prereq to META.yml +- Implemented getline_hr () and column_names () RT 34474 + (suggestions accepted from Mark Stosberg) +- Corrected misspelled variable names in XS +- Functions are now =head2 type doc entries (Mark Stosberg) +- Make SetDiag() available to the perl level, so errors can + be centralized and consistent +- Integrate the non-XS errors into XS +- Add t/75_hashref.t +- Testcase for error 2023 (Michael P Randall) +- Completely refactored the XS part of parse/getline, which + is now up to 6%% faster. YMMV +- Completed bind_columns. On straight fetches now up to three + times as fast as normal fetches (both using getline ()) * Fri Apr 04 2008 ug@suse.de - version to 0.37 - Fix leak / make meta info available to getline () + tests