From 6a8871894858956f15809f6383e994fbc75233c2 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de> Date: Apr 11 2020 21:50:57 +0000 Subject: Update perl-Mojo-IOLoop-ReadWriteProcess to rev 9 via SR 793056 https://build.opensuse.org/request/show/793056 by user coolo + dimstar_suse --- diff --git a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.files b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.files index eb43fb5..40e7bc5 100644 Binary files a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.files and b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.files differ diff --git a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.rev b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.rev index 4d6141c..30f5719 100644 --- a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.rev +++ b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/.rev @@ -63,4 +63,12 @@ <comment></comment> <requestid>737507</requestid> </revision> + <revision rev="9" vrev="1"> + <srcmd5>9dd34ca92037974237239abcb39c17d1</srcmd5> + <version>0.25</version> + <time>1586641619</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>793056</requestid> + </revision> </revisionlist> diff --git a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz deleted file mode 120000 index 594ab26..0000000 --- a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiemjsr5plww73vjerehmenilgrsqnhucdoxwr7u45th2vt6cslkga \ No newline at end of file diff --git a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz new file mode 120000 index 0000000..461d11e --- /dev/null +++ b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreigfgxqlx4uqyjp62bivj3ppcgtuduxuima377d5ei4kje6paaedia \ No newline at end of file diff --git a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes index 1304e8a..f60f3d2 100644 --- a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes +++ b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +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> - Change the `find` call for modifying permissions to leave also shell scripts diff --git a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.spec b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.spec index f12bbbd..69db787 100644 --- a/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.spec +++ b/packages/p/perl-Mojo-IOLoop-ReadWriteProcess/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