diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index f4b7fef..dbc8d67 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,6 +1,6 @@ Name: perl-Text-CSV_XS -Version: 1.21 -Release: 2%{?dist} +Version: 1.22 +Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic @@ -61,7 +61,7 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} -find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} %{buildroot} %check @@ -74,6 +74,12 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Wed Feb 24 2016 Paul Howarth - 1.22-1 +- Update to 1.22 + - Small doc updates regarding blank_is_undef + - Precedence error in doc + - Add new method header + * Thu Feb 04 2016 Fedora Release Engineering - 1.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 1a9ad28..a554c69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -892e0b43def9f1c05ddfd63038b20382 Text-CSV_XS-1.21.tgz +05b8fd5fc9f9bc90f3889a146a1da523 Text-CSV_XS-1.22.tgz