1
0

Accepting request 556508 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/556508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2017-12-15 13:01:12 +00:00 committed by Git OBS Bridge
commit e3969c6372
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Dec 10 14:13:18 UTC 2017 - coolo@suse.com
- updated to 1.34
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.34 - 2017-11-05, H.Merijn Brand
* Bad arg for formula (like "craok") will now die with error 1500
* Row report in formula reporting was off by 1
* Add a prominent section about BOM handling
* Make sheet label more portable (csv2xlsx)
* Allow munge => \%hash
* Preserve first row in csv (set_column_names => 0)
1.33 - 2017-10-19, H.Merijn Brand
* Small additional fix for eol = + BOM
* Updated doc for example files
* Add support for formula actions (issue 11)
- csv2xls and csv2xlsx now warn by default
* Reset file info on ->header call (RT#123320)
-------------------------------------------------------------------
Sun Oct 8 08:18:22 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Text-CSV_XS
Version: 1.32
Version: 1.34
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) >= 2.92
Recommends: perl(Encode) >= 2.93
%{perl_requires}
%description