8
0

Accepting request 939157 from devel:languages:perl:autoupdate

- updated to 0.32
   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
  0.32 2021-12-09T18:03:02Z
   - Project moved to https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess
   - Introduce emit_from_sigchld()
   - CI moved to GitHub Actions

OBS-URL: https://build.opensuse.org/request/show/939157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-IOLoop-ReadWriteProcess?expand=0&rev=28
This commit is contained in:
2021-12-10 14:42:58 +00:00
committed by Git OBS Bridge
parent 03fefc0f44
commit 7f70a62ecc
4 changed files with 18 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
%define cpan_name Mojo-IOLoop-ReadWriteProcess
Name: perl-Mojo-IOLoop-ReadWriteProcess
Version: 0.31
Version: 0.32
Release: 0
Summary: Execute external programs or internal code blocks as separate process
License: Artistic-1.0 OR GPL-1.0-or-later
@@ -30,10 +30,10 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IPC::SharedMem)
BuildRequires: perl(Module::Build) >= 0.400500
BuildRequires: perl(Mojolicious) >= 7.24
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Mojolicious)
BuildRequires: perl(Test::Exception)
Requires: perl(IPC::SharedMem)
Requires: perl(Mojolicious) >= 7.24
Requires: perl(Mojolicious)
%{perl_requires}
%description