|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-B-Debug
|
|
|
|
|
Version: 1.26
|
|
|
|
|
Release: 423%{?dist}
|
|
|
|
|
Release: 424%{?dist}
|
|
|
|
|
Summary: Walk Perl syntax tree, print debug information about op-codes
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/B-Debug
|
|
|
|
@ -27,7 +27,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
|
# B::Asmdata not used
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
# deprecate since perl 5.27.1
|
|
|
|
|
BuildRequires: perl(deprecate)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
# Optional run-time:
|
|
|
|
|
# B::Flags 0.04 not packaged
|
|
|
|
@ -40,7 +40,7 @@ BuildRequires: perl(warnings)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
# deprecate since perl 5.27.1
|
|
|
|
|
Requires: perl(deprecate)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Walk Perl syntax tree and print debug information about op-codes. See
|
|
|
|
@ -67,6 +67,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 10 2020 Petr Pisar <ppisar@redhat.com> - 1.26-424
|
|
|
|
|
- Specify all dependencies
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-423
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|