Update to 1.22

- New upstream release 1.22
  - Small doc updates regarding blank_is_undef
  - Precedence error in doc
  - Add new method header
epel9
Paul Howarth 9 years ago
parent 286c675b0d
commit f20e04b2a9

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.21 Version: 1.22
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
@ -61,7 +61,7 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} + find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
@ -74,6 +74,12 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3* %{_mandir}/man3/Text::CSV_XS.3*
%changelog %changelog
* Wed Feb 24 2016 Paul Howarth <paul@city-fan.org> - 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 <releng@fedoraproject.org> - 1.21-2 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
892e0b43def9f1c05ddfd63038b20382 Text-CSV_XS-1.21.tgz 05b8fd5fc9f9bc90f3889a146a1da523 Text-CSV_XS-1.22.tgz

Loading…
Cancel
Save