diff --git a/Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz b/Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz deleted file mode 100644 index a63ed2b..0000000 --- a/Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c4ca3d7aed6feea924487611a859a32834f410dd7b47f4e7667d567e1496a30 -size 58122 diff --git a/Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz b/Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz new file mode 100644 index 0000000..aef60fe --- /dev/null +++ b/Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c535e0bbf290c25fed05154edef11a741d2f44301bffc7d2238a493cf0008340 +size 58309 diff --git a/perl-Mojo-IOLoop-ReadWriteProcess.changes b/perl-Mojo-IOLoop-ReadWriteProcess.changes index 36d8425..04e3172 100644 --- a/perl-Mojo-IOLoop-ReadWriteProcess.changes +++ b/perl-Mojo-IOLoop-ReadWriteProcess.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 9 03:08:35 UTC 2020 - + +- 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 - diff --git a/perl-Mojo-IOLoop-ReadWriteProcess.spec b/perl-Mojo-IOLoop-ReadWriteProcess.spec index a179ca6..ce119ce 100644 --- a/perl-Mojo-IOLoop-ReadWriteProcess.spec +++ b/perl-Mojo-IOLoop-ReadWriteProcess.spec @@ -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