Update to 1.40

- New upstream release 1.40
  - 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 (GH#18)
  - New: support $csv->formula (sub { ... })
  - Support stacked encodings
- Use %{make_build} and %{make_install}
epel9
Paul Howarth 5 years ago
parent 130a5a37ab
commit fd0de279b6

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS
Version: 1.39
Release: 3%{?dist}
Version: 1.40
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic
URL: https://metacpan.org/release/Text-CSV_XS
@ -64,15 +64,15 @@ perl Makefile.PL \
OPTIMIZE="%{optflags}" \
NO_PACKLIST=true \
NO_PERLLOCAL=true
make %{?_smp_mflags}
%{make_build}
%install
make install DESTDIR=%{buildroot}
%{make_install}
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} -c %{buildroot}
%check
make %{?_smp_mflags} test
%{make_build} test
%files
%doc ChangeLog CONTRIBUTING.md README examples/
@ -81,6 +81,18 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Sun Sep 15 2019 Paul Howarth <paul@city-fan.org> - 1.40-1
- Update to 1.40
- 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 (GH#18)
- New: support $csv->formula (sub { ... })
- Support stacked encodings
- Use %%{make_build} and %%{make_install}
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.39-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.39.tgz) = ae3f51e5084698b43ea35bcfc75794ba3d74792c0994279ee3f3b578047ca52a683ad81f2ab56da276f96ea209f9d7e12b854ada2c9de3ee879487c00cea8638
SHA512 (Text-CSV_XS-1.40.tgz) = 1570c6ff08487603e428d889e9f917766ff8d053727924db6b5f2ab28b0161faa9496d44eba2f466ea2447b1ec8491313857cb447a948a0b9194a6e1c56e961c

Loading…
Cancel
Save