Update to 0.84. Drop IPCRUNDEBUG from "make test" (bug fixed long ago).

This commit is contained in:
Steven Pritchard 2009-09-03 17:20:16 +00:00
parent 1961fe2bed
commit 56351b592f
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
IPC-Run-0.82.tar.gz
IPC-Run-0.84.tar.gz

View File

@ -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 <steve@kspei.com> 0.84-1
- Update to 0.84.
- Drop IPCRUNDEBUG from "make test" (bug fixed long ago).
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
6eb9fa0058956ece7fdf25c6ec395288 IPC-Run-0.82.tar.gz
f7c1b7584ebcde637479bf5aa321491f IPC-Run-0.84.tar.gz