Update to 1.34

- New upstream release 1.34
  - 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)
epel9
Paul Howarth 7 years ago
parent a164c2bc92
commit 2ca9e4edaf

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.33 Version: 1.34
Release: 1%{?dist} Release: 1%{?dist}
Summary: Comma-separated values manipulation routines Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic License: GPL+ or Artistic
@ -82,6 +82,15 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3* %{_mandir}/man3/Text::CSV_XS.3*
%changelog %changelog
* Mon Nov 6 2017 Paul Howarth <paul@city-fan.org> - 1.34-1
- Update to 1.34
- 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)
* Fri Oct 20 2017 Paul Howarth <paul@city-fan.org> - 1.33-1 * Fri Oct 20 2017 Paul Howarth <paul@city-fan.org> - 1.33-1
- Update to 1.33 - Update to 1.33
- Small additional fix for eol = \r + BOM - Small additional fix for eol = \r + BOM

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.33.tgz) = f6a18e57ee2d4e1f305af02922d081c487458453d0553166d1ce01de92f2b779a6b227e7136f37532c2614634f4192b699ef06526c1ca624ed4bd3daacbee35b SHA512 (Text-CSV_XS-1.34.tgz) = 1a13dc0105f52997df87e9612d8696342e2823e4f871b4f5402ae6b48c1375c2eaf70f773bf32b2c176da1ba0deab34413c427013bcdf5e10322fc6901dd2b86

Loading…
Cancel
Save