|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
Version: 0.92
|
|
|
|
Version: 0.93
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -13,6 +13,8 @@ BuildRequires: perl(DynaLoader)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
|
|
|
# Specific version >= 2.47 for Encode is recommended but not required
|
|
|
|
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Tie::Scalar)
|
|
|
|
BuildRequires: perl(Tie::Scalar)
|
|
|
|
# Optional tests:
|
|
|
|
# Optional tests:
|
|
|
@ -60,6 +62,9 @@ make test
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 21 2012 Petr Pisar <ppisar@redhat.com> - 0.93-1
|
|
|
|
|
|
|
|
- 0.93 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 14 2012 Petr Pisar <ppisar@redhat.com> - 0.92-1
|
|
|
|
* Wed Nov 14 2012 Petr Pisar <ppisar@redhat.com> - 0.92-1
|
|
|
|
- 0.92 bump
|
|
|
|
- 0.92 bump
|
|
|
|
|
|
|
|
|
|
|
|