Update to 0.112
- New upstream release 0.112 - Update author contact info - Add perl version support to docs - Replace a "goto" deep in the guts with a sub call, for speed
This commit is contained in:
parent
327338ddb1
commit
5f21d375cc
7
perl-Data-OptList.rpmlintrc
Normal file
7
perl-Data-OptList.rpmlintrc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from Config import *
|
||||||
|
|
||||||
|
addFilter("spelling-error %description -l en_US undef -> ")
|
||||||
|
addFilter("spelling-error %description -l en_US baz -> ")
|
||||||
|
addFilter("spelling-error %description -l en_US xyz -> ")
|
||||||
|
addFilter("spelling-error %description -l en_US mkopt -> ")
|
||||||
|
addFilter("spelling-error %description -l en_US qw -> ")
|
@ -9,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-Data-OptList
|
Name: perl-Data-OptList
|
||||||
Version: 0.110
|
Version: 0.112
|
||||||
Release: 16%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parse and validate simple name/value option pairs
|
Summary: Parse and validate simple name/value option pairs
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Data-OptList
|
URL: https://metacpan.org/release/Data-OptList
|
||||||
@ -20,9 +20,9 @@ BuildArch: noarch
|
|||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
# Module Runtime
|
# Module Runtime
|
||||||
BuildRequires: perl(List::Util)
|
BuildRequires: perl(List::Util)
|
||||||
BuildRequires: perl(Params::Util)
|
BuildRequires: perl(Params::Util)
|
||||||
@ -39,6 +39,7 @@ BuildRequires: perl(CPAN::Meta::Prereqs)
|
|||||||
%endif
|
%endif
|
||||||
%if %{with perl_Data_OptList_enables_extra_test}
|
%if %{with perl_Data_OptList_enables_extra_test}
|
||||||
# Extra Tests
|
# Extra Tests
|
||||||
|
BuildRequires: perl(Encode)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.41
|
BuildRequires: perl(Test::Pod) >= 1.41
|
||||||
%endif
|
%endif
|
||||||
# Dependencies
|
# Dependencies
|
||||||
@ -96,6 +97,12 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|||||||
%{_mandir}/man3/Data::OptList.3*
|
%{_mandir}/man3/Data::OptList.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2021 Paul Howarth <paul@city-fan.org> - 0.112-1
|
||||||
|
- Update to 0.112
|
||||||
|
- Update author contact info
|
||||||
|
- Add perl version support to docs
|
||||||
|
- Replace a "goto" deep in the guts with a sub call, for speed
|
||||||
|
|
||||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.110-16
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.110-16
|
||||||
- Perl 5.34 rebuild
|
- Perl 5.34 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user