8
0

Accepting request 809859 from devel:languages:perl:autoupdate

updated to 1.43
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.43	- 2020-05-27, H.Merijn Brand
      * Add --parser-opt[=value] to csv-check
      * Add -L & -X to csv-check
      * Fix undef value in attribute setters for strings (issue 24)
      * Document quote (undef) is not supported

OBS-URL: https://build.opensuse.org/request/show/809859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=57
This commit is contained in:
2020-05-28 09:12:52 +00:00
committed by Git OBS Bridge
parent fc889ecddb
commit 660f02a00c
4 changed files with 18 additions and 5 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 28 03:14:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 1.43
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.43 - 2020-05-27, H.Merijn Brand
* Add --parser-opt[=value] to csv-check
* Add -L & -X to csv-check
* Fix undef value in attribute setters for strings (issue 24)
* Document quote (undef) is not supported
-------------------------------------------------------------------
Wed May 20 03:14:18 UTC 2020 - Tina Müller <timueller+perl@suse.de>
+2 -2
View File
@@ -17,7 +17,7 @@
Name: perl-Text-CSV_XS
Version: 1.42
Version: 1.43
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.05
Recommends: perl(Encode) >= 3.06
%{perl_requires}
%description
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.