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

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 10 03:07:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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
-------------------------------------------------------------------
Thu Dec 2 03:07:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>

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