Perl 5.22 rebuild

This commit is contained in:
Jitka Plesnikova 2015-06-05 12:26:39 +02:00
parent e0be4ae87f
commit e48dd82a17

View File

@ -1,7 +1,7 @@
Name: perl-Data-OptList Name: perl-Data-OptList
Summary: Parse and validate simple name/value option pairs Summary: Parse and validate simple name/value option pairs
Version: 0.109 Version: 0.109
Release: 4%{?dist} Release: 5%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Data-OptList/ URL: http://search.cpan.org/dist/Data-OptList/
@ -69,6 +69,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Data::OptList.3pm* %{_mandir}/man3/Data::OptList.3pm*
%changelog %changelog
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.109-5
- Perl 5.22 rebuild
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 0.109-4 * Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 0.109-4
- Do not hard-code interpreter name - Do not hard-code interpreter name
- Specify all dependencies - Specify all dependencies