Update to 1.15

- New upstream release 1.15
  - Remove perl recommendation from META as it breaks cpan clients
epel9
Paul Howarth 10 years ago
parent b17536019f
commit 33f098dfcc

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS
Version: 1.14
Version: 1.15
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
@ -60,7 +60,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
%{_fixperms} %{buildroot}
%check
make test %{?_smp_mflags}
make %{?_smp_mflags} test
%files
%doc ChangeLog README examples/
@ -69,6 +69,10 @@ make test %{?_smp_mflags}
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Wed Feb 11 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
- Update to 1.15:
- Remove perl recommendation from META as it breaks cpan clients
* Mon Feb 2 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
- Update to 1.14:
- Move to github

@ -1 +1 @@
d4a198b0c0252392d378db7b323695d7 Text-CSV_XS-1.14.tgz
eb677157de7ddcd00563c9c4c60528b8 Text-CSV_XS-1.15.tgz

Loading…
Cancel
Save