Update to 1.36

- New upstream release 1.36
  - Now also tested on FreeBSD-11.1
  - Update to Devel::PPPort-3.42
  - Fixed memory leak
  - Add undef_str attribute
  - Tested against perl-5.28.0
  - Move from DynaLoader to XSLoader
  - Tested on Synology DSM
epel9
Paul Howarth 7 years ago
parent 22c168f377
commit ffb430a939

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.35 Version: 1.36
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
@ -17,7 +17,6 @@ BuildRequires: perl(Config::Tiny)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time: # Run-time:
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
# Specific version ≥ 2.92 for Encode is recommended but not required # Specific version ≥ 2.92 for Encode is recommended but not required
BuildRequires: perl(Encode) BuildRequires: perl(Encode)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
@ -26,6 +25,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(UNIVERSAL::isa) BuildRequires: perl(UNIVERSAL::isa)
BuildRequires: perl(vars) BuildRequires: perl(vars)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
# Tests: # Tests:
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(charnames) BuildRequires: perl(charnames)
@ -84,6 +84,17 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3* %{_mandir}/man3/Text::CSV_XS.3*
%changelog %changelog
* Tue Jun 26 2018 Paul Howarth <paul@city-fan.org> - 1.36-1
- Update to 1.36
- Now also tested on FreeBSD-11.1
- Update to Devel::PPPort-3.42
- Fixed memory leak
- Add undef_str attribute
- Tested against perl-5.28.0
- Move from DynaLoader to XSLoader
- Tested on Synology DSM
- Switch upstream from search.cpan.org to metacpan.org
* Wed Mar 21 2018 Paul Howarth <paul@city-fan.org> - 1.35-1 * Wed Mar 21 2018 Paul Howarth <paul@city-fan.org> - 1.35-1
- Update to 1.35 - Update to 1.35
- Remove META.yml from MANIFEST.skip - Remove META.yml from MANIFEST.skip

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.35.tgz) = 4828bda3138e8220e83d4641a9f7b41de46d07dbe7b043b4b6a280ee6f66e4b4a3a0df6187477f3865ca914a97ec24627aafdd8f37cb343dd0bb7e09c64e5b0c SHA512 (Text-CSV_XS-1.36.tgz) = 94335a75be01b016f2881e7444e1660eb98c85de88f2a17e44c4e548c0c2d5dbd8443081c753e5e3af3488f6f4927557600e36bbb51ae7930256639f77fef2bc

Loading…
Cancel
Save