diff --git a/Text-CSV_XS-1.39.tgz b/Text-CSV_XS-1.39.tgz deleted file mode 100644 index facb82e..0000000 --- a/Text-CSV_XS-1.39.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa4e424eaf68bea0d0e8c16b961c942b64926e6183ce1dbbc6c799eafb0a9ebd -size 177188 diff --git a/Text-CSV_XS-1.40.tgz b/Text-CSV_XS-1.40.tgz new file mode 100644 index 0000000..e2a49e2 --- /dev/null +++ b/Text-CSV_XS-1.40.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a448ae1f66768fa5dec1cd2fb246bcaaa3f3ea22d555d1fee8d091833073675 +size 182655 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 40a5b29..2c1ce99 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 16 12:24:19 UTC 2019 - + +- 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 diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 0b0953c..b8a540c 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -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