diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index f50b5b3..2f3ded3 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -7,7 +7,12 @@ License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz # Build: +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: gcc +BuildRequires: make BuildRequires: perl +BuildRequires: perl-devel BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Run-time: BuildRequires: perl(Carp) @@ -21,7 +26,7 @@ BuildRequires: perl(warnings) BuildRequires: perl(base) BuildRequires: perl(charnames) BuildRequires: perl(Config) -# Specific version ≥ 2.68 for Encode is recommended but not required +# Specific version ≥ 2.78 for Encode is recommended but not required BuildRequires: perl(Encode) BuildRequires: perl(Test::More) BuildRequires: perl(Tie::Scalar) @@ -63,12 +68,22 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} + make %{?_smp_mflags} test %files -%doc ChangeLog README examples/ +%doc ChangeLog CONTRIBUTING.md README examples/ %{perl_vendorarch}/Text/ %{perl_vendorarch}/auto/Text/ %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Fri Oct 9 2015 Paul Howarth - 1.20-1 +- Update to 1.20 + - Use "say" in synopsis + - Remove needless special characters in doc section + - Change doc =item attributes for new to =head for index + - Add known_attributes function/method + - Add contributor notes + - Allow undef as value for aliased attributes +- Explicitly BR: perl-devel, needed for EXTERN.h + * Wed Jun 17 2015 Paul Howarth - 1.19-1 - Update to 1.19 - Guard tests against $PERL_UNICODE diff --git a/sources b/sources index e2e4efa..58e9775 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d25bb37e43a836a3f396faf387307548 Text-CSV_XS-1.19.tgz +c593604ccbf486a08353ffc9336e490e Text-CSV_XS-1.20.tgz