rpms/perl-CPANPLUS/devel perl-CPANPLUS.spec,1.5,1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Jan 30 15:37:54 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-CPANPLUS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32296

Modified Files:
	perl-CPANPLUS.spec 
Log Message:
Add missing explicit dependencies on IPC::Run, Module::CoreList, and
Module::Pluggable (#225357).
Add missing BR: Package::Constants, Module::CoreList.



Index: perl-CPANPLUS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS/devel/perl-CPANPLUS.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-CPANPLUS.spec	17 Oct 2006 00:07:26 -0000	1.5
+++ perl-CPANPLUS.spec	30 Jan 2007 15:37:23 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-CPANPLUS
 Version:        0.076
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        API & CLI access to the CPAN mirrors
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -21,6 +21,11 @@
 BuildRequires:  perl(Object::Accessor) >= 0.03
 BuildRequires:  perl(Params::Check) >= 0.22
 BuildRequires:  perl(Term::UI) >= 0.05
+%{?_with_check:BuildRequires:  perl(Package::Constants)}
+%{?_with_check:BuildRequires:  perl(Module::CoreList)}
+Requires:       perl(IPC::Run) >= 0.79
+Requires:       perl(Module::Pluggable) >= 2.4
+Requires:       perl(Module::CoreList)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Source98:       CPANPLUS-filter-requires.sh
@@ -69,6 +74,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 30 2007 Steven Pritchard <steve at kspei.com> 0.076-2
+- Add missing explicit dependencies on IPC::Run, Module::CoreList, and
+  Module::Pluggable (#225357).
+- Add missing BR: Package::Constants, Module::CoreList.
+
 * Mon Oct 16 2006 Steven Pritchard <steve at kspei.com> 0.076-1
 - Update to 0.076.
 - Fix find option order.




More information about the fedora-extras-commits mailing list