Update to 0.72.
This commit is contained in:
parent
c5134b99f7
commit
fd6f8264c0
@ -1 +1 @@
|
||||
Module-ScanDeps-0.71.tar.gz
|
||||
Module-ScanDeps-0.72.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Module-ScanDeps
|
||||
Version: 0.71
|
||||
Version: 0.72
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively scan Perl code for dependencies
|
||||
|
||||
@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Module-ScanDeps-%{v
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.72-1
|
||||
- Update to 0.72.
|
||||
- Added perl(Module::Pluggable) to the build requirements list (t/2-pluggable.t).
|
||||
|
||||
* Fri Jan 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.71-1
|
||||
- Update to 0.71.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user