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 2026-01-28 15:15:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Wed Jan 28 15:15:55 2026 rev:561 rq:1329675 version:5.1769602729.9728790 Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2026-01-26 11:03:07.964020152 +0100 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1928/os-autoinst.changes 2026-01-28 15:18:27.446243390 +0100 @@ -1,0 +2,11 @@ +Wed Jan 28 12:34:32 UTC 2026 - [email protected] + +- Update to version 5.1769602729.9728790: + * fix: Improve wrong comment about enablement of modern Perl features + * Replace remaining functions with subroutine signatures in 18-qemu.t + * Fix snapshot overlay mechanism to avoid duplication + * fix(dist): provide proper copyright headers in all spec-files + * fix(dist): try to fix os-autoinst-obs-auto-submit reverting content + * Remove deprecated BIOS and UEFI_PFLASH variables + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1769153586.72cabd0.obscpio New: ---- os-autoinst-5.1769602729.9728790.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.3uvSvl/_old 2026-01-28 15:18:29.666335796 +0100 +++ /var/tmp/diff_new_pack.3uvSvl/_new 2026-01-28 15:18:29.670335962 +0100 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1769153586.72cabd0 +Version: 5.1769602729.9728790 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.3uvSvl/_old 2026-01-28 15:18:29.706337462 +0100 +++ /var/tmp/diff_new_pack.3uvSvl/_new 2026-01-28 15:18:29.706337462 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1769153586.72cabd0 +Version: 5.1769602729.9728790 Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.3uvSvl/_old 2026-01-28 15:18:29.738338793 +0100 +++ /var/tmp/diff_new_pack.3uvSvl/_new 2026-01-28 15:18:29.742338959 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1769153586.72cabd0 +Version: 5.1769602729.9728790 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.3uvSvl/_old 2026-01-28 15:18:29.778340458 +0100 +++ /var/tmp/diff_new_pack.3uvSvl/_new 2026-01-28 15:18:29.786340791 +0100 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1769153586.72cabd0 +Version: 5.1769602729.9728790 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1769153586.72cabd0.obscpio -> os-autoinst-5.1769602729.9728790.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1769153586.72cabd0/basetest.pm new/os-autoinst-5.1769602729.9728790/basetest.pm --- old/os-autoinst-5.1769153586.72cabd0/basetest.pm 2026-01-23 08:33:06.000000000 +0100 +++ new/os-autoinst-5.1769602729.9728790/basetest.pm 2026-01-28 13:18:49.000000000 +0100 @@ -29,7 +29,9 @@ canceled => 800 }; -# enable strictures and warnings in all tests globally but allow signatures +# enable modern Perl features in code consuming this module via `use basetest;` +# note: This does NOT cover `use base 'basetest';`, see https://perldoc.perl.org/base#DESCRIPTION. Hence the use +# of `use Mojo::Base 'basetest', -signatures;` is still recommended in the documentation. sub import ($self, @) { strict->import; warnings->import; ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.3uvSvl/_old 2026-01-28 15:18:31.986432366 +0100 +++ /var/tmp/diff_new_pack.3uvSvl/_new 2026-01-28 15:18:31.990432532 +0100 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1769153586.72cabd0 -mtime: 1769153586 -commit: 72cabd06219204bb1c60c664ac5edbd87f26e030 +version: 5.1769602729.9728790 +mtime: 1769602729 +commit: 9728790c9f25b85a0af66c29900830593ac79cb0
