Accepting request 43329 from devel:languages:perl
Copy from devel:languages:perl/perl-Text-CSV_XS based on submit request 43329 from user computersalat OBS-URL: https://build.opensuse.org/request/show/43329 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=13
This commit is contained in:
parent
fdec767b03
commit
c85ee63560
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bd7b85104db00421e1eb74e43e5c2ffa6439b2dedc9ad38cf6d81acc3b17cf0
|
||||
size 95183
|
3
Text-CSV_XS-0.73.tar.bz2
Normal file
3
Text-CSV_XS-0.73.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7480a6f24b56a9f658a674c9288e00812a893263b9cdfd2229d9e086f9fa0ba2
|
||||
size 98060
|
@ -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 <h.m.brand@xs4all.nl>
|
||||
* 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 <h.m.brand@xs4all.nl>
|
||||
* 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user