Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-SDL for openSUSE:Factory checked in at 2023-01-17 17:36:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-SDL (Old) and /work/SRC/openSUSE:Factory/.perl-SDL.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-SDL" Tue Jan 17 17:36:15 2023 rev:10 rq:1059017 version:2.548 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-SDL/perl-SDL.changes 2022-08-16 17:08:12.975962889 +0200 +++ /work/SRC/openSUSE:Factory/.perl-SDL.new.32243/perl-SDL.changes 2023-01-17 17:36:31.265593642 +0100 @@ -1,0 +2,6 @@ +Fri Jan 13 15:20:01 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Skip t/core_video.t: We do not have a GUI available inside OBS + builds which can result in this test deadlocking. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-SDL.spec ++++++ --- /var/tmp/diff_new_pack.jH9r8f/_old 2023-01-17 17:36:31.825596800 +0100 +++ /var/tmp/diff_new_pack.jH9r8f/_new 2023-01-17 17:36:31.833596846 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-SDL # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,6 +72,8 @@ # Remove hanging test. See: https://github.com/PerlGameDev/SDL/issues/289 rm t/sdlx_controller_interface.t %endif +# core_video is deadlocking in OBS builds (no graphical interface available) +rm t/core_video.t # MANUAL END %build
