Accepting request 639075 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/639075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=6
This commit is contained in:
2018-09-29 08:51:26 +00:00
committed by Git OBS Bridge
parent 96801aae10
commit ce61ea57da
4 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 29 05:51:13 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.300
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.299_001 2018-09-27
Text::CSV::Base is redundant
Document always_quote in Text::CSV::Unicode
Drop charnames - not used
0.300 2018-09-28
Text::CSV::Unicode does not use Text::CSV::Base
Text::CSV::Base is redundant
Text::CSV::Unicode does not set C<always_quote => 1>
Text::CSV::Unicode C<binary => 1> is deprecated
-------------------------------------------------------------------
Wed Sep 26 06:00:25 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Text-CSV-Unicode
Version: 0.201
Version: 0.300
Release: 0
%define cpan_name Text-CSV-Unicode
Summary: Comma-Separated Values Manipulation Routines
@@ -39,7 +39,7 @@ Requires: perl(Text::CSV) >= 1
Text::CSV::Unicode provides facilities for the composition and
decomposition of comma-separated values, based on Text::CSV.
Text::CSV::Unicode allows for input with wide character data but does not
permit control characters (by default).
permit control characters.
%prep
%setup -q -n %{cpan_name}-%{version}