Update to 0.34. Explicitly BR Params::Check >= 0.20.

This commit is contained in:
Steven Pritchard 2006-11-03 22:36:49 +00:00
parent ff51dd83e0
commit b5b442a498
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
IPC-Cmd-0.32.tar.gz
IPC-Cmd-0.34.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-IPC-Cmd
Version: 0.32
Version: 0.34
Release: 1%{?dist}
Summary: Finding and running system commands made easy
License: GPL or Artistic
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::Load::Conditional)
BuildRequires: perl(Params::Check)
BuildRequires: perl(Params::Check) >= 0.20
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Nov 03 2006 Steven Pritchard <steve@kspei.com> 0.34-1
- Update to 0.34.
- Explicitly BR Params::Check >= 0.20.
* Tue Oct 17 2006 Steven Pritchard <steve@kspei.com> 0.32-1
- Update to 0.32.
- Use fixperms macro instead of our own chmod incantation.

View File

@ -1 +1 @@
4a9828ce6bd63fedba46bca124743850 IPC-Cmd-0.32.tar.gz
cfd848ecb76e2a71757f74501396dd48 IPC-Cmd-0.34.tar.gz