Update to 1.19

- New upstream release 1.19
  - Guard tests against $PERL_UNICODE
  - Numeric options were sometimes interpreted as boolean
  - Safer meta_info use
epel9
Paul Howarth 10 years ago
parent b0de90bc55
commit e7ab9083fc

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS
Version: 1.18
Release: 2%{?dist}
Version: 1.19
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
License: GPL+ or Artistic
@ -69,6 +69,12 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Wed Jun 17 2015 Paul Howarth <paul@city-fan.org> - 1.19-1
- Update to 1.19
- Guard tests against $PERL_UNICODE
- Numeric options were sometimes interpreted as boolean
- Safer meta_info use
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-2
- Perl 5.22 rebuild

@ -1 +1 @@
510791081d14d6ad4b53511d5d0aed60 Text-CSV_XS-1.18.tgz
d25bb37e43a836a3f396faf387307548 Text-CSV_XS-1.19.tgz

Loading…
Cancel
Save