| Summary: | perl-IPC-Cmd-0.94 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | perl-IPC-Cmd | Assignee: | Petr Pisar <ppisar> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | paul, perl-devel, ppisar, psabata | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Reopened, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | perl-IPC-Cmd-0.94-1.fc24 | Doc Type: | Enhancement | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-03-29 17:27:19 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2016-02-13 00:13:53 UTC
Created attachment 1123692 [details]
[patch] Update to 0.94 (#1307195)
Scratch build completed http://koji.fedoraproject.org/koji/taskinfo?taskID=12959183 pghmcfc's perl-IPC-Cmd-0.94-1.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=735571 A bug fix release suitable for all Fedoras. Any reason why to run-require IPC::Run? IPC::Cmd uses IPC::Open3 on non-Windows instead. See the BEGIN section in IPC::Cmd:
$USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
$USE_IPC_OPEN3 = not IS_VMS;
(In reply to Petr Pisar from comment #6) > Any reason why to run-require IPC::Run? IPC::Cmd uses IPC::Open3 on > non-Windows instead. See the BEGIN section in IPC::Cmd: > > $USE_IPC_RUN = IS_WIN32 && !IS_WIN98; > $USE_IPC_OPEN3 = not IS_VMS; If someone sets the variable $IPC::Cmd::USE_IPC_RUN then IPC::Run is preferred, as per the documentation "HOW IT WORKS". Clearly it's not the default though, so I can see the argument for not including it, or perhaps relegating it to a "Suggests:". I don't think it's a big dependency anyway though, probably only pulling in IO::Tty as an extra dependency. The documentation states:
> If you have C<IPC::Run> installed, and the variable C<$IPC::Cmd::USE_IPC_RUN>
Therefore I'm keen to make the dependency weak. Would you use rather Recommends: or Suggests?
I want to do it this way and push the upgrade also into older Fedoras.
(In reply to Petr Pisar from comment #8) > The documentation states: > > > If you have C<IPC::Run> installed, and the variable C<$IPC::Cmd::USE_IPC_RUN> > > Therefore I'm keen to make the dependency weak. Would you use rather > Recommends: or Suggests? > > I want to do it this way and push the upgrade also into older Fedoras. I think Suggests: would be fine. perl-IPC-Cmd-0.94-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7b802c1f55 perl-IPC-Cmd-0.94-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8fb5a18a11 perl-IPC-Cmd-0.94-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8fb5a18a11 perl-IPC-Cmd-0.94-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-7b802c1f55 perl-IPC-Cmd-0.94-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. perl-IPC-Cmd-0.94-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. perl-IPC-Cmd-0.94-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. perl-IPC-Cmd-0.94-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. ppisar's perl-IPC-Cmd-0.94-3.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=755529 jplesnik's perl-IPC-Cmd-0.94-4.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=762679 |