Update to 0.84. Drop IPCRUNDEBUG from "make test" (bug fixed long ago).
This commit is contained in:
parent
1961fe2bed
commit
56351b592f
@ -1 +1 @@
|
||||
IPC-Run-0.82.tar.gz
|
||||
IPC-Run-0.84.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user