From 56351b592fb336447e62acebace03e7018323940 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Thu, 3 Sep 2009 17:20:16 +0000 Subject: [PATCH] Update to 0.84. Drop IPCRUNDEBUG from "make test" (bug fixed long ago). --- .cvsignore | 2 +- perl-IPC-Run.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2809630..3c2016f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPC-Run-0.82.tar.gz +IPC-Run-0.84.tar.gz diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index 0dc0154..b838cf8 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run -Version: 0.82 -Release: 3%{?dist} +Version: 0.84 +Release: 1%{?dist} Summary: Perl module for interacting with child processes License: GPL+ or Artistic Group: Development/Libraries @@ -46,8 +46,7 @@ rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/IPC/Run/Win32*.pm rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3* %check -# https://rt.cpan.org/NoAuth/Bug.html?id=11129 -[ ! -d /dev/pts ] || IPCRUNDEBUG=2 make test +make test %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Steven Pritchard 0.84-1 +- Update to 0.84. +- Drop IPCRUNDEBUG from "make test" (bug fixed long ago). + * Sat Jul 25 2009 Fedora Release Engineering - 0.82-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 74bff14..ee2a57f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6eb9fa0058956ece7fdf25c6ec395288 IPC-Run-0.82.tar.gz +f7c1b7584ebcde637479bf5aa321491f IPC-Run-0.84.tar.gz