Update to 1.29

- New upstream release 1.29
  - More docs for bind_columns (CPAN RT#121350)
  - New attribute "strict" (also addresses CPAN RT#121350)
- Drop redundant Group: tag
epel9
Paul Howarth 8 years ago
parent 40ed27c13b
commit 6e0d925e78

@ -1,2 +1,7 @@
from Config import * from Config import *
addFilter("wrong-script-interpreter /usr/share/doc/perl-Text-CSV_XS-.*/examples/");
# Upstream does this on purpose (2011-03-23):
# "As Text::CSV_XS is so low-level, most of these files are actually *examples*
# and not ready-to-run out-of-the-box scripts that work as expected, though
# I must admit that some have evolved into being like that."
addFilter("wrong-script-interpreter /usr/share/doc/perl-Text-CSV_XS.*/examples/[a-z0-9-]+(\.pl)? /pro/bin/perl")

@ -1,8 +1,7 @@
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.28 Version: 1.29
Release: 1%{?dist} Release: 1%{?dist}
Summary: Comma-separated values manipulation routines Summary: Comma-separated values manipulation routines
Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Text-CSV_XS/ URL: http://search.cpan.org/dist/Text-CSV_XS/
Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz
@ -75,6 +74,12 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3* %{_mandir}/man3/Text::CSV_XS.3*
%changelog %changelog
* Wed Apr 26 2017 Paul Howarth <paul@city-fan.org> - 1.29-1
- Update to 1.29
- More docs for bind_columns (CPAN RT#121350)
- New attribute "strict" (also addresses CPAN RT#121350)
- Drop redundant Group: tag
* Wed Mar 22 2017 Paul Howarth <paul@city-fan.org> - 1.28-1 * Wed Mar 22 2017 Paul Howarth <paul@city-fan.org> - 1.28-1
- Update to 1.28 - Update to 1.28
- Fix length problem with bound empty fields and UTF-8 (CPAN RT#120655) - Fix length problem with bound empty fields and UTF-8 (CPAN RT#120655)

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.28.tgz) = 5e40f50c16e2506f60cff1a344c9e45e73398bfe863c85a527a8aaf03ec5e3eb8b94796f548ccbe9cb7c123e79e1e882daec1fe81977142a03b1fed2ba46f60a SHA512 (Text-CSV_XS-1.29.tgz) = fb71d44c8ec8420d7f80a8c7a9a0fc5db5023303f6317a6e49b06681df2ebb7b88af14a43e50f97cc328921a636453fb6a9840f6251d0a2c48205cd48b1d529d

Loading…
Cancel
Save