From 64a8caeef264a9f2b736ef5259024d47ae5249e3d5d204c41f3fadfb80c78d01 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 10 Dec 2017 14:13:33 +0000 Subject: [PATCH] - updated to 1.34 see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog 1.34 - 2017-11-05, H.Merijn Brand * Bad arg for formula (like "craok") will now die with error 1500 * Row report in formula reporting was off by 1 * Add a prominent section about BOM handling * Make sheet label more portable (csv2xlsx) * Allow munge => \%hash * Preserve first row in csv (set_column_names => 0) 1.33 - 2017-10-19, H.Merijn Brand * Small additional fix for eol = + BOM * Updated doc for example files * Add support for formula actions (issue 11) - csv2xls and csv2xlsx now warn by default * Reset file info on ->header call (RT#123320) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=41 --- Text-CSV_XS-1.32.tgz | 3 --- Text-CSV_XS-1.34.tgz | 3 +++ perl-Text-CSV_XS.changes | 21 +++++++++++++++++++++ perl-Text-CSV_XS.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 Text-CSV_XS-1.32.tgz create mode 100644 Text-CSV_XS-1.34.tgz diff --git a/Text-CSV_XS-1.32.tgz b/Text-CSV_XS-1.32.tgz deleted file mode 100644 index 4bda6af..0000000 --- a/Text-CSV_XS-1.32.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc4b6be6048df7f9e7aabc018a71a9d2a7884a94ee0fd55b7fb74dcb5f685d70 -size 168648 diff --git a/Text-CSV_XS-1.34.tgz b/Text-CSV_XS-1.34.tgz new file mode 100644 index 0000000..3f4e7a8 --- /dev/null +++ b/Text-CSV_XS-1.34.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3aa6fe50e8ef9c07f4304ace98fca413c9c6cf60d84efc32c314b902e8a134 +size 173425 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 3115a47..d71fa12 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Dec 10 14:13:18 UTC 2017 - coolo@suse.com + +- updated to 1.34 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.34 - 2017-11-05, H.Merijn Brand + * Bad arg for formula (like "craok") will now die with error 1500 + * Row report in formula reporting was off by 1 + * Add a prominent section about BOM handling + * Make sheet label more portable (csv2xlsx) + * Allow munge => \%hash + * Preserve first row in csv (set_column_names => 0) + + 1.33 - 2017-10-19, H.Merijn Brand + * Small additional fix for eol = + BOM + * Updated doc for example files + * Add support for formula actions (issue 11) + - csv2xls and csv2xlsx now warn by default + * Reset file info on ->header call (RT#123320) + ------------------------------------------------------------------- Sun Oct 8 08:18:22 UTC 2017 - coolo@suse.com diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index d2ef819..ad01b13 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -17,7 +17,7 @@ Name: perl-Text-CSV_XS -Version: 1.32 +Version: 1.34 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-Separated Values Manipulation Routines @@ -29,7 +29,7 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 2.92 +Recommends: perl(Encode) >= 2.93 %{perl_requires} %description