From f921bc21a49c4168a506e9c0f38a526e9bc8f5c46dccf40097a792de2afb7a9f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 05:05:09 +0000 Subject: [PATCH] Accepting request 296541 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296541 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=21 --- Text-CSV-1.32.tar.gz | 3 --- Text-CSV-1.33.tar.gz | 3 +++ perl-Text-CSV.changes | 20 ++++++++++++++++++++ perl-Text-CSV.spec | 6 +++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 Text-CSV-1.32.tar.gz create mode 100644 Text-CSV-1.33.tar.gz diff --git a/Text-CSV-1.32.tar.gz b/Text-CSV-1.32.tar.gz deleted file mode 100644 index 45190e1..0000000 --- a/Text-CSV-1.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b49fea66d75a1419a76b0b2b30144d97e1f69728928c06ed08405874fd8ff9af -size 62294 diff --git a/Text-CSV-1.33.tar.gz b/Text-CSV-1.33.tar.gz new file mode 100644 index 0000000..09bcbab --- /dev/null +++ b/Text-CSV-1.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5b8fb9baffd58f02ed2b3f0b6d9a6454198f18a80e7f3a049680ddbdb24115 +size 64771 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 1d38838..eabbe40 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 14 21:12:13 UTC 2015 - coolo@suse.com + +- updated to 1.33 + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 1.33 Tue Mar 3 14:13:41 2015 + - Fix some reported bugs with handling fields with zeros. + https://rt.cpan.org/Public/Bug/Display.html?id=93518 + https://rt.cpan.org/Public/Bug/Display.html?id=92509 + patched by shlomif + - catch up Text::CSV_XS 1.02 + * add decode_utf8 attribute by ktat + - fix warnings: $. is undefined by ktat + - typo fixes in doc by anirvan, dsteinbrunner and pdl. + - parse() supports bind_columns() + + * TODO: Updating documents and adding diag_verbose in the next version. + Catching up CSV_XS 1.04. + ------------------------------------------------------------------- Sat Jul 27 11:58:55 UTC 2013 - coolo@suse.com diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index feb0966..ec2295a 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@ Name: perl-Text-CSV -Version: 1.32 +Version: 1.33 Release: 0 %define cpan_name Text-CSV Summary: comma-separated values manipulator (using XS or PurePerl) @@ -29,7 +29,6 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Text::CSV) %{perl_requires} %description @@ -46,6 +45,7 @@ perhaps better called ASV (anything separated values) rather than just CSV. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor