Update to 1.41

- New upstream release 1.41
  - Update to Devel::PPPort-3.56
  - csv2xls uses sheetname as csv2xlsx
  - csv2xlsx: support images (each image gets its own tab)
  - More docs (data validation)
  - It's 2020
  - No binary literals in fixed error messages
  - Fix auto_diag > 2 to die when headers are used (GH#19)
epel9
Paul Howarth 5 years ago
parent 279f2590d5
commit 3bb84b1788

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS
Version: 1.40
Release: 2%{?dist}
Version: 1.41
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic
URL: https://metacpan.org/release/Text-CSV_XS
@ -81,6 +81,16 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Sun Feb 16 2020 Paul Howarth <paul@city-fan.org> - 1.41-1
- Update to 1.41
- Update to Devel::PPPort-3.56
- csv2xls uses sheetname as csv2xlsx
- csv2xlsx: support images (each image gets its own tab)
- More docs (data validation)
- It's 2020
- No binary literals in fixed error messages
- Fix auto_diag > 2 to die when headers are used (GH#19)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.40.tgz) = 1570c6ff08487603e428d889e9f917766ff8d053727924db6b5f2ab28b0161faa9496d44eba2f466ea2447b1ec8491313857cb447a948a0b9194a6e1c56e961c
SHA512 (Text-CSV_XS-1.41.tgz) = a518a1cfe328c8fb3c439bde5137c4cda6081f6ab2d87fe9a8b2943d05f51705c5dd3ab2500b9f09484418d82577cb6a6e60b1bbe1747a177d2158f7d10b93f6

Loading…
Cancel
Save