forked from pool/perl-Mojo-IOLoop-ReadWriteProcess
Accepting request 793056 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/793056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c4ca3d7aed6feea924487611a859a32834f410dd7b47f4e7667d567e1496a30
|
||||
size 58122
|
3
Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz
Normal file
3
Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c535e0bbf290c25fed05154edef11a741d2f44301bffc7d2238a493cf0008340
|
||||
size 58309
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 03:08:35 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.25
|
||||
see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
|
||||
|
||||
0.25 2020-04-08T14:48:01Z
|
||||
- In "stop" sleep only after sending the first signal to speedup termination by okurz
|
||||
- Various fixups in test suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 08:59:00 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Mojo-IOLoop-ReadWriteProcess
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Mojo-IOLoop-ReadWriteProcess
|
||||
Version: 0.24
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
%define cpan_name Mojo-IOLoop-ReadWriteProcess
|
||||
Summary: Execute external programs or internal code blocks as separate process
|
||||
@@ -43,16 +43,13 @@ Mojo::IOLoop::ReadWriteProcess is yet another process manager.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
# https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939460
|
||||
rm t/10_cgroupv?.t
|
||||
./Build test
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user