|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-B-Debug
|
|
|
|
|
Version: 1.21
|
|
|
|
|
Version: 1.22
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Walk Perl syntax tree, print debug information about op-codes
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.ta
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
|
# Run-time:
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
|
# B::Asmdata not used
|
|
|
|
@ -51,5 +52,8 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1.22-1
|
|
|
|
|
- 1.22 bump
|
|
|
|
|
|
|
|
|
|
* Wed Sep 17 2014 Petr Pisar <ppisar@redhat.com> 1.21-1
|
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
|
|
|
|