1
0

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
This commit is contained in:
Pedro Monreal Gonzalez 2020-02-17 15:48:12 +00:00 committed by Git OBS Bridge
parent 04dafce52a
commit 0df6a5d3e2
4 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a448ae1f66768fa5dec1cd2fb246bcaaa3f3ea22d555d1fee8d091833073675
size 182655

3
Text-CSV_XS-1.41.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab
size 207142

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 17 03:13:29 UTC 2020 - <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

@ -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