From b5b442a498f74b59403b6c1bd945bdfbbf73d36c Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Fri, 3 Nov 2006 22:36:49 +0000 Subject: [PATCH] Update to 0.34. Explicitly BR Params::Check >= 0.20. --- .cvsignore | 2 +- perl-IPC-Cmd.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 02316cc..c1d6863 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPC-Cmd-0.32.tar.gz +IPC-Cmd-0.34.tar.gz diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec index 29a0ca0..e31000c 100644 --- a/perl-IPC-Cmd.spec +++ b/perl-IPC-Cmd.spec @@ -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 0.34-1 +- Update to 0.34. +- Explicitly BR Params::Check >= 0.20. + * Tue Oct 17 2006 Steven Pritchard 0.32-1 - Update to 0.32. - Use fixperms macro instead of our own chmod incantation. diff --git a/sources b/sources index bb15760..7e039c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a9828ce6bd63fedba46bca124743850 IPC-Cmd-0.32.tar.gz +cfd848ecb76e2a71757f74501396dd48 IPC-Cmd-0.34.tar.gz