Accepting request 484296 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/484296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2017-04-06 13:04:06 +00:00 committed by Git OBS Bridge
parent 630557a2a6
commit 8ed9d6fd90
4 changed files with 16 additions and 5 deletions

View File

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

3
Text-CSV-1.92.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Apr 1 06:56:39 UTC 2017 - coolo@suse.com
- updated to 1.92
see /usr/share/doc/packages/perl-Text-CSV/Changes
1.92 2017-04-01
- Imported tests/fixes from Text::CSV_XS 1.28
- Fix crlf issue for csv () on Windows (RT#120466)
- New error code for illegal argument(s)/parameter(s)
- Fix tests for perl without dot in @INC
-------------------------------------------------------------------
Tue Feb 14 07:47:26 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Text-CSV
Version: 1.91
Version: 1.92
Release: 0
%define cpan_name Text-CSV
Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl)
@ -42,7 +42,6 @@ Text::CSV_PP, which is bundled in the same distribution as this module.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor