forked from perl/perl-IPC-Run
Accepting request 35786 from devel:languages:perl
checked in (request 35786) OBS-URL: https://build.opensuse.org/request/show/35786 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
9e52b46dd3
commit
a22f6aee25
3
IPC-Run-0.84.tar.bz2
Normal file
3
IPC-Run-0.84.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64f33f458531ec06ef7774d85c2c635d3222a9a11035d98f30bd0bb52d380ddf
|
||||||
|
size 89387
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed97c3d20c9244559ee699a05b75796cd66847e5f967c03efd7909a040b49382
|
|
||||||
size 90335
|
|
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 25 17:43:14 CET 2010 - anicka@suse.cz
|
|
||||||
|
|
||||||
- update to 0.86
|
|
||||||
- Add all files to subversion for easier releases
|
|
||||||
- bump version on ALL files to 86
|
|
||||||
- Remove use UNIVERSAL. - RT 51509
|
|
||||||
- fix pod for Win32Helper - RT 51695
|
|
||||||
- Better PATHEXT logic bug if cmd_name contains periods - RT 50739
|
|
||||||
- Enhance tests for run.t for better diagnostics - RT 47630
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-IPC-Run
|
Name: perl-IPC-Run
|
||||||
Version: 0.86
|
Version: 0.84
|
||||||
Release: 2
|
Release: 2
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
IPC::Run allows you run and interact with child processes using files,
|
IPC::Run allows you run and interact with child processes using files,
|
||||||
pipes, and pseudo-ttys. Both system()-style and scripted usages are
|
pipes, and pseudo-ttys. Both system()-style and scripted usages are
|
||||||
supported and may be mixed. Like-wise, functional and OO API styles are
|
supported and may be mixed. Like<EFBFBD>wise, functional and OO API styles are
|
||||||
both supported and may be mixed.
|
both supported and may be mixed.
|
||||||
|
|
||||||
Authors: Barrie Slaymaker <barries@slaysys.com>
|
Authors: Barrie Slaymaker <barries@slaysys.com>
|
||||||
@@ -54,8 +54,6 @@ perl Makefile.PL
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
#run.t sometimes fails with "Resource temporarily unavailable"
|
#run.t sometimes fails with "Resource temporarily unavailable"
|
||||||
mv t/run.t t/run.tt
|
mv t/run.t t/run.tt
|
||||||
|
|
||||||
%check
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user