From 0df6a5d3e2e88108be9d5408d156d00b853f5f8321c284b21a43b8a361aacb0a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 17 Feb 2020 15:48:12 +0000 Subject: [PATCH] Accepting request 774892 from devel:languages:perl:autoupdate - updated to 1.41 see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog 1.41 - 2020-02-16, H.Merijn Brand * Update to Devel::PPPort-3.56 * csv2xls uses sheetname as csv2xlsx * csv2xlsx: support images (each image gets its own tab) * More docs. (Data validation) * It's 2020 * No binary literals in fixed error messages * Fix auto_diag > 2 to die when headers are used (issue 19) OBS-URL: https://build.opensuse.org/request/show/774892 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=54 --- Text-CSV_XS-1.40.tgz | 3 --- Text-CSV_XS-1.41.tgz | 3 +++ perl-Text-CSV_XS.changes | 15 +++++++++++++++ perl-Text-CSV_XS.spec | 8 ++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 Text-CSV_XS-1.40.tgz create mode 100644 Text-CSV_XS-1.41.tgz diff --git a/Text-CSV_XS-1.40.tgz b/Text-CSV_XS-1.40.tgz deleted file mode 100644 index e2a49e2..0000000 --- a/Text-CSV_XS-1.40.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a448ae1f66768fa5dec1cd2fb246bcaaa3f3ea22d555d1fee8d091833073675 -size 182655 diff --git a/Text-CSV_XS-1.41.tgz b/Text-CSV_XS-1.41.tgz new file mode 100644 index 0000000..753dbd2 --- /dev/null +++ b/Text-CSV_XS-1.41.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab +size 207142 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 2c1ce99..7cdbe5f 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 17 03:13:29 UTC 2020 - + +- updated to 1.41 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.41 - 2020-02-16, H.Merijn Brand + * Update to Devel::PPPort-3.56 + * csv2xls uses sheetname as csv2xlsx + * csv2xlsx: support images (each image gets its own tab) + * More docs. (Data validation) + * It's 2020 + * No binary literals in fixed error messages + * Fix auto_diag > 2 to die when headers are used (issue 19) + ------------------------------------------------------------------- Mon Sep 16 12:24:19 UTC 2019 - diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index b8a540c..915dc43 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV_XS # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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_XS -Version: 1.40 +Version: 1.41 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) >= 3.01 +Recommends: perl(Encode) >= 3.02 %{perl_requires} %description @@ -42,7 +42,7 @@ user-specified characters for delimiters, separators, and escapes. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/* # MANUAL END