Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Factory checked in at 2025-12-11 18:42:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Thu Dec 11 18:42:03 2025 rev:551 rq:1322208 version:5.1765450253.f16e6ac Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2025-12-10 15:34:14.539649841 +0100 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1939/os-autoinst.changes 2025-12-11 18:45:34.788157863 +0100 @@ -1,0 +2,12 @@ +Thu Dec 11 12:33:13 UTC 2025 - [email protected] + +- Update to version 5.1765450253.f16e6ac: + * Simplify the code to increment the counter + * audio: Allow for multiple audio recordings per test + * Improve documentation strings for get/check_var + * Add port forwarding example for NICTYPE_USER_OPTIONS + * Fix regression from abcaa66b by disabling virtio-keyboard by default + * distribution: Add "disable_key_repeat" + * Use 'virtio-keyboard' by default to allow fixing key repetition errors + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1765311639.7e3a762.obscpio New: ---- os-autoinst-5.1765450253.f16e6ac.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.fxfnGL/_old 2025-12-11 18:45:38.636319515 +0100 +++ /var/tmp/diff_new_pack.fxfnGL/_new 2025-12-11 18:45:38.652320187 +0100 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1765311639.7e3a762 +Version: 5.1765450253.f16e6ac Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.fxfnGL/_old 2025-12-11 18:45:38.996334638 +0100 +++ /var/tmp/diff_new_pack.fxfnGL/_new 2025-12-11 18:45:39.012335310 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1765311639.7e3a762 +Version: 5.1765450253.f16e6ac Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.fxfnGL/_old 2025-12-11 18:45:39.280346569 +0100 +++ /var/tmp/diff_new_pack.fxfnGL/_new 2025-12-11 18:45:39.288346905 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1765311639.7e3a762 +Version: 5.1765450253.f16e6ac Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.fxfnGL/_old 2025-12-11 18:45:39.536357323 +0100 +++ /var/tmp/diff_new_pack.fxfnGL/_new 2025-12-11 18:45:39.544357660 +0100 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1765311639.7e3a762 +Version: 5.1765450253.f16e6ac Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1765311639.7e3a762.obscpio -> os-autoinst-5.1765450253.f16e6ac.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1765311639.7e3a762/testapi.pm new/os-autoinst-5.1765450253.f16e6ac/testapi.pm --- old/os-autoinst-5.1765311639.7e3a762/testapi.pm 2025-12-09 21:20:39.000000000 +0100 +++ new/os-autoinst-5.1765450253.f16e6ac/testapi.pm 2025-12-11 11:50:53.000000000 +0100 @@ -700,7 +700,8 @@ get_var($variable [, $default ]) -Returns content of test variable C<$variable> or the C<$default> given as second argument or C<undef> +Returns the contents of the test variable C<$variable> if defined, otherwise +the C<$default> if specified, otherwise C<undef>. =cut @@ -750,7 +751,7 @@ check_var($variable, $value); -Returns true if test variable C<$variable> is equal to C<$value> or returns C<undef>. +Returns whether the test variable C<$variable> is equal to C<$value>. =cut ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.fxfnGL/_old 2025-12-11 18:45:43.824537460 +0100 +++ /var/tmp/diff_new_pack.fxfnGL/_new 2025-12-11 18:45:43.828537627 +0100 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1765311639.7e3a762 -mtime: 1765311639 -commit: 7e3a7626939cb8d3f90860d31f3cbcdee271cc2e +version: 5.1765450253.f16e6ac +mtime: 1765450253 +commit: f16e6ac534ed49ce6c2316e107980b58d922b786
