|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
Version: 0.82
|
|
|
|
Version: 0.83a
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -25,7 +25,8 @@ fields into a CSV string and parse a CSV string into fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Text-CSV_XS-%{version}
|
|
|
|
# 0.83a is a special case; change back to %{version} for next release
|
|
|
|
|
|
|
|
%setup -q -n Text-CSV_XS-0.83
|
|
|
|
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 && mv ChangeLog.utf8 ChangeLog
|
|
|
|
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 && mv ChangeLog.utf8 ChangeLog
|
|
|
|
chmod -c a-x examples/*
|
|
|
|
chmod -c a-x examples/*
|
|
|
|
# Upstream does this on purpose (2011-03-23):
|
|
|
|
# Upstream does this on purpose (2011-03-23):
|
|
|
@ -62,6 +63,9 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 08 2011 Petr Sabata <contyk@redhat.com> - 0.83a-1
|
|
|
|
|
|
|
|
- 0.83a bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82-2
|
|
|
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|