From 952cf584cfa0de6ca8777dd0edef9770edfc47c25925c32d2a6289c40261b1af Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Mon, 12 Dec 2022 20:43:13 +0000 Subject: [PATCH] Accepting request 1042460 from devel:languages:perl:autoupdate - updated to 0.33 see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes 0.33 2022-12-12T12:22:13Z - Apply perltidy v20221112 - remove hard-coding of OABI syscall entry point - Fix typos detected by lintian (Debian) (#47) - tests: Check executable, before using it in tests - Fix sporadic 01_run.t failure -- "process is still running" - Fix all .perltidyrc violations - Run perltidy for pull requests - Add test for SIG_CHLD handler in spawned process OBS-URL: https://build.opensuse.org/request/show/1042460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-IOLoop-ReadWriteProcess?expand=0&rev=33 --- Mojo-IOLoop-ReadWriteProcess-0.32.tar.gz | 3 --- Mojo-IOLoop-ReadWriteProcess-0.33.tar.gz | 3 +++ perl-Mojo-IOLoop-ReadWriteProcess.changes | 16 ++++++++++++++++ perl-Mojo-IOLoop-ReadWriteProcess.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 Mojo-IOLoop-ReadWriteProcess-0.32.tar.gz create mode 100644 Mojo-IOLoop-ReadWriteProcess-0.33.tar.gz diff --git a/Mojo-IOLoop-ReadWriteProcess-0.32.tar.gz b/Mojo-IOLoop-ReadWriteProcess-0.32.tar.gz deleted file mode 100644 index c7dc597..0000000 --- a/Mojo-IOLoop-ReadWriteProcess-0.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a9fe8dd1a9a53cf55994b737876bb977423d1309225b7fb494b9cd11bfc1432 -size 61420 diff --git a/Mojo-IOLoop-ReadWriteProcess-0.33.tar.gz b/Mojo-IOLoop-ReadWriteProcess-0.33.tar.gz new file mode 100644 index 0000000..ad95189 --- /dev/null +++ b/Mojo-IOLoop-ReadWriteProcess-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8135c2ff8fc5834f241987e012563de2f7d9c693720717ca2c824bcf03071b35 +size 62521 diff --git a/perl-Mojo-IOLoop-ReadWriteProcess.changes b/perl-Mojo-IOLoop-ReadWriteProcess.changes index a28df27..17f9582 100644 --- a/perl-Mojo-IOLoop-ReadWriteProcess.changes +++ b/perl-Mojo-IOLoop-ReadWriteProcess.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Dec 12 20:21:31 UTC 2022 - Tina Müller + +- updated to 0.33 + see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes + + 0.33 2022-12-12T12:22:13Z + - Apply perltidy v20221112 + - remove hard-coding of OABI syscall entry point + - Fix typos detected by lintian (Debian) (#47) + - tests: Check executable, before using it in tests + - Fix sporadic 01_run.t failure -- "process is still running" + - Fix all .perltidyrc violations + - Run perltidy for pull requests + - Add test for SIG_CHLD handler in spawned process + ------------------------------------------------------------------- Mon Dec 13 16:23:13 UTC 2021 - Oliver Kurz diff --git a/perl-Mojo-IOLoop-ReadWriteProcess.spec b/perl-Mojo-IOLoop-ReadWriteProcess.spec index 6ddede7..1025122 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) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Mojo-IOLoop-ReadWriteProcess Name: perl-Mojo-IOLoop-ReadWriteProcess -Version: 0.32 +Version: 0.33 Release: 0 -Summary: Execute external programs or internal code blocks as separate process License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Execute external programs or internal code blocks as separate process URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SZ/SZARATE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml