forked from pool/perl-Text-CSV_XS
This commit is contained in:
committed by
Git OBS Bridge
parent
027ef924d4
commit
cb97c3b8a2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89d7da80694e5148005757e7cc16de2a2a93ea6969f36459d3352c43abfb8301
|
|
||||||
size 81883
|
|
3
Text-CSV_XS-0.41.tgz
Normal file
3
Text-CSV_XS-0.41.tgz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dca077a68ad0b8505435adf3d2997e2139bbbec2ec1f437df388f635484fbfd8
|
||||||
|
size 85570
|
@@ -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
|
Fri Apr 4 11:35:03 CEST 2008 - ug@suse.de
|
||||||
|
|
||||||
|
@@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
Name: perl-Text-CSV_XS
|
Name: perl-Text-CSV_XS
|
||||||
Summary: Perl Module Text::CSV
|
Summary: Perl Module Text::CSV
|
||||||
Version: 0.37
|
Version: 0.41
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source0: Text-CSV_XS-%{version}.tar.gz
|
Source0: Text-CSV_XS-%{version}.tgz
|
||||||
Patch: Text-CSV_XS-%{version}.dif
|
Patch: Text-CSV_XS-%{version}.dif
|
||||||
Url: http://www.cpan.org
|
Url: http://www.cpan.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -62,6 +62,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 04 2008 ug@suse.de
|
||||||
- version to 0.37
|
- version to 0.37
|
||||||
- Fix leak / make meta info available to getline () + tests
|
- Fix leak / make meta info available to getline () + tests
|
||||||
|
Reference in New Issue
Block a user