Update to 1.45

- New upstream release 1.45
  - Update to Devel::PPPort-3.62
  - Allow adding to existing data in csv (out => $ref)
  - examples/csv2xlsx: -L # to limit records to export
  - examples/csv2xlsx: --de # for possible double-encoding fix
  - examples/csv2xlsx: Check if .xlsx is creatable before conversion
  - Add examples/csv-split
  - Small documentation additions
  - Fix META issue for bug tracker
epel9
Paul Howarth 4 years ago
parent dcd7a79475
commit f59bf29209

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS
Version: 1.44
Release: 2%{?dist}
Version: 1.45
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic
URL: https://metacpan.org/release/Text-CSV_XS
@ -81,6 +81,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Thu Dec 24 2020 Paul Howarth <paul@city-fan.org> - 1.45-1
- Update to 1.45
- Update to Devel::PPPort-3.62
- Allow adding to existing data in csv (out => $ref)
- examples/csv2xlsx: -L # to limit records to export
- examples/csv2xlsx: --de # for possible double-encoding fix
- examples/csv2xlsx: Check if .xlsx is creatable before conversion
- Add examples/csv-split
- Small documentation additions
- Fix META issue for bug tracker
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.44.tgz) = 7f5ded1f6f617c2f3e6aaeb03c639be2231bcc9643f7362b8a09051d98aad1a796f900cac0078eafc1a0be28e431c5a0f94ecd8f1e3514505e9ab3a0ee492eb8
SHA512 (Text-CSV_XS-1.45.tgz) = ef95ed126541baa519c895394b52659a8173bd4c3c2ebb4843cef4129c1bfd220942823861bfa77ddaaec014914eb3c5677eb0e6131ce6526f0da87d93d1790f

Loading…
Cancel
Save