- updated to 1.32
- fix t/rt71_pp.t - fix handling UTF8 in parse method. - fix getline with allow_loose_quotes (rt#83705) - add allow_unquoted_escape - fix parsing escapted sep char (found in Text::CSV_XS rt#81295) * TODO: Updating documents and adding diag_verbose in the next version - catch up Text::CSV_XS 0.99 (except for diag_verbose and allow_unquoted_escape) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=19
This commit is contained in:
parent
bf2cd25ea5
commit
f80ec980b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:845bd10486d2124abcce62c681431c842efe1d0025f3c18ced60082d071a2302
|
||||
size 58647
|
3
Text-CSV-1.32.tar.gz
Normal file
3
Text-CSV-1.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b49fea66d75a1419a76b0b2b30144d97e1f69728928c06ed08405874fd8ff9af
|
||||
size 62294
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:58:55 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.32
|
||||
- fix t/rt71_pp.t
|
||||
- fix handling UTF8 in parse method.
|
||||
- fix getline with allow_loose_quotes (rt#83705)
|
||||
- add allow_unquoted_escape
|
||||
- fix parsing escapted sep char (found in Text::CSV_XS rt#81295)
|
||||
* TODO: Updating documents and adding diag_verbose in the next version
|
||||
- catch up Text::CSV_XS 0.99
|
||||
(except for diag_verbose and allow_unquoted_escape)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 12:09:01 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-CSV
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-Text-CSV
|
||||
Version: 1.21
|
||||
Version: 1.32
|
||||
Release: 0
|
||||
%define cpan_name Text-CSV
|
||||
Summary: Comma-separated values manipulator (using XS or PurePerl)
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Summary: comma-separated values manipulator (using XS or PurePerl)
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Text-CSV/
|
||||
Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::Handle)
|
||||
Requires: perl(IO::Handle)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
#BuildRequires: perl(Text::CSV)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -60,11 +59,8 @@ perhaps better called ASV (anything separated values) rather than just CSV.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user