8
0

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
This commit is contained in:
2022-12-12 20:43:13 +00:00
committed by Git OBS Bridge
parent 486906b48b
commit 952cf584cf
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 12 20:21:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <okurz@suse.com>