diff --git a/Text-CSV-1.21.tar.gz b/Text-CSV-1.21.tar.gz deleted file mode 100644 index fd4fd6d..0000000 --- a/Text-CSV-1.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:845bd10486d2124abcce62c681431c842efe1d0025f3c18ced60082d071a2302 -size 58647 diff --git a/Text-CSV-1.32.tar.gz b/Text-CSV-1.32.tar.gz new file mode 100644 index 0000000..45190e1 --- /dev/null +++ b/Text-CSV-1.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49fea66d75a1419a76b0b2b30144d97e1f69728928c06ed08405874fd8ff9af +size 62294 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index bb44274..1d38838 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -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 diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 19d88f4..feb0966 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -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