forked from perl/perl-IPC-Run
- Remove IPC-Run-0.89-path.diff (fixed upstream) - updated to 20231003.0 see /usr/share/doc/packages/perl-IPC-Run/Changelog 20231003.0 Windows now matches other platforms in that a child calling exit(N) causes result() to return N and full_result() to return N << 8. On Windows, before this change, result() was returning N >> 8, and full_result() was returning N. Programs having workarounds for this may need to condition those workarounds on $IPC::Run::VERSION. - #157 - On Windows, avoid hang under IPCRUNDEBUG. - Refresh "cpanfile" from Makefile.PL, to allow use on Windows. - #163 - Normalize shebangs to /usr/bin/perl - Fix or skip all tests recently seen to fail on Windows. - Include t/result.t in releases. - #168 - Make full_result() and result() Windows behavior match non-Windows. OBS-URL: https://build.opensuse.org/request/show/1116977 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=45
19 lines
385 B
YAML
19 lines
385 B
YAML
---
|
|
description_paragraphs: 2
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
preamble: |-
|
|
BuildRequires: netcfg
|
|
post_prep: |-
|
|
# run.t sometimes fails with "Resource temporarily unavailable"
|
|
mv t/run.t t/run.tt
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: -
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|