|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
|
Version: 0.88
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -57,6 +57,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.88-2
|
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Mar 19 2012 Petr Pisar <ppisar@redhat.com> - 0.88-1
|
|
|
|
|
- 0.88 bump
|
|
|
|
|
- Fix parsing fields that contain excessive $/
|
|
|
|
|