1
0

Accepting request 731279 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/731279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2019-09-24 22:46:10 +00:00 committed by Git OBS Bridge
commit b1a759a3ad
4 changed files with 25 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Sep 16 12:24:19 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.40
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.40 - 2019-09-15, H.Merijn Brand
* Update to Devel::PPPort-3.52
* Development perl is now 5.28.2
* [csv2xlsx] sheetnames are restricted to 31 characters
* Generate cpanfile
* Add munge type "db"
* [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (issue#18)
* New: support $csv->formula (sub { ... })
* Support stacked encodings
-------------------------------------------------------------------
Mon Mar 18 09:28:19 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -17,10 +17,10 @@
Name: perl-Text-CSV_XS
Version: 1.39
Version: 1.40
Release: 0
%define cpan_name Text-CSV_XS
Summary: Comma-Separated Values Manipulation Routines
Summary: Comma-separated values manipulation routines
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
@ -29,7 +29,7 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 2.98
Recommends: perl(Encode) >= 3.01
%{perl_requires}
%description
@ -48,11 +48,11 @@ sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/*
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install