|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Test-SubCalls
|
|
|
|
|
Version: 1.06
|
|
|
|
|
Version: 1.07
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Track the number of times subs are called
|
|
|
|
|
|
|
|
|
@ -13,6 +13,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Hook::LexWrap) >= 0.20
|
|
|
|
|
BuildRequires: perl(Test::Builder::Tester) >= 1.02
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.60
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-1
|
|
|
|
|
- bump to 1.07
|
|
|
|
|
- license fix
|
|
|
|
|
|
|
|
|
|
* Fri May 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
|
|
|
|
|
- Update to 1.06.
|
|
|
|
|
|
|
|
|
|