8
0

Accepting request 578053 from home:EDiGiacinto:branches:devel:languages:perl

- updated to 0.16
   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
  0.16 2018-02-19T13:32:54Z
     - Fix minor issue in event test that made them unstable
  0.15 2018-02-19T10:13:22Z
     - Fix skipping subreaper tests on unsupported platforms
     - Reset session before invoking child callback
  0.14 2018-02-18T21:08:17Z
     - Fix race condition in Mojo::IOLoop::ReadWriteProcess::Queue
  0.13 2018-02-17T19:34:51Z
     - Move subreaper and subprocess logics to Mojo::IOLoop::ReadWriteProcess::Session
     - Use Mojo::IOLoop::ReadWriteProcess::Session as global collector handler
  0.12 2018-02-16T12:53:26Z
     - Enhance tests
     - Add experimental subreaper and subprocess support

OBS-URL: https://build.opensuse.org/request/show/578053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-IOLoop-ReadWriteProcess?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2018-02-19 14:03:31 +00:00
committed by Git OBS Bridge
parent 4a22ce002c
commit 367be66e9d
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9f7887817cdcc0afb6a48b9b354326e252cb58851eda178977a9cd4e210ccc4
size 27146

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6a2f481ec28343dc533df11676cceee999c3e154d6d3a84ab3a22a678c45ce5
size 36339

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Feb 19 13:54:50 UTC 2018 - edigiacinto@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
0.16 2018-02-19T13:32:54Z
- Fix minor issue in event test that made them unstable
0.15 2018-02-19T10:13:22Z
- Fix skipping subreaper tests on unsupported platforms
- Reset session before invoking child callback
0.14 2018-02-18T21:08:17Z
- Fix race condition in Mojo::IOLoop::ReadWriteProcess::Queue
0.13 2018-02-17T19:34:51Z
- Move subreaper and subprocess logics to Mojo::IOLoop::ReadWriteProcess::Session
- Use Mojo::IOLoop::ReadWriteProcess::Session as global collector handler
0.12 2018-02-16T12:53:26Z
- Enhance tests
- Add experimental subreaper and subprocess support
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 12 10:28:46 UTC 2018 - coolo@suse.com Mon Feb 12 10:28:46 UTC 2018 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Mojo-IOLoop-ReadWriteProcess Name: perl-Mojo-IOLoop-ReadWriteProcess
Version: 0.11 Version: 0.16
Release: 0 Release: 0
%define cpan_name Mojo-IOLoop-ReadWriteProcess %define cpan_name Mojo-IOLoop-ReadWriteProcess
Summary: Execute external programs or internal code blocks as separate process Summary: Execute external programs or internal code blocks as separate process