Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2022-01-22 08:18:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Sat Jan 22 08:18:01 2022 rev:89 rq:947281 version:8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2021-12-07 23:59:49.559724310 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.1938/perl-Sys-Virt.changes 2022-01-22 08:18:28.386786927 +0100 @@ -1,0 +2,7 @@ +Tue Jan 18 03:22:40 UTC 2022 - James Fehlig <[email protected]> + +- Update to 8.0.0 + - Add all new APIs and constants in libvirt 8.0.0 + - jsc#SLE-11435, jsc#SLE-18354 + +------------------------------------------------------------------- Old: ---- Sys-Virt-7.10.0.tar.gz New: ---- Sys-Virt-8.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.NkgWSI/_old 2022-01-22 08:18:28.918783342 +0100 +++ /var/tmp/diff_new_pack.NkgWSI/_new 2022-01-22 08:18:28.926783288 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Sys-Virt # -# 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 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 7.10.0 +Version: 8.0.0 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-7.10.0.tar.gz -> Sys-Virt-8.0.0.tar.gz ++++++ ++++ 1678 lines of diff (skipped) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NkgWSI/_old 2022-01-22 08:18:29.058782399 +0100 +++ /var/tmp/diff_new_pack.NkgWSI/_new 2022-01-22 08:18:29.062782372 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">Sys-Virt</param> - <param name="revision">v7.10.0</param> + <param name="revision">v8.0.0</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://gitlab.com/libvirt/libvirt-perl.git</param> ++++++ suse-set-migration-constraints.patch ++++++ --- /var/tmp/diff_new_pack.NkgWSI/_old 2022-01-22 08:18:29.074782292 +0100 +++ /var/tmp/diff_new_pack.NkgWSI/_new 2022-01-22 08:18:29.074782292 +0100 @@ -2,10 +2,10 @@ References: fate#316614, bsc#859868 -Index: Sys-Virt-7.10.0/lib/Sys/Virt/Domain.pm +Index: Sys-Virt-8.0.0/lib/Sys/Virt/Domain.pm =================================================================== ---- Sys-Virt-7.10.0.orig/lib/Sys/Virt/Domain.pm -+++ Sys-Virt-7.10.0/lib/Sys/Virt/Domain.pm +--- Sys-Virt-8.0.0.orig/lib/Sys/Virt/Domain.pm ++++ Sys-Virt-8.0.0/lib/Sys/Virt/Domain.pm @@ -1176,6 +1176,18 @@ omitted libvirt will auto-generate suita only necessary to specify this URI if the destination host has multiple interfaces and a specific interface is required to transmit storage data. @@ -25,11 +25,11 @@ =back =item $ddom = $dom->migrate(destcon, flags=0, dname=undef, uri=undef, bandwidth=0) -Index: Sys-Virt-7.10.0/lib/Sys/Virt.xs +Index: Sys-Virt-8.0.0/lib/Sys/Virt.xs =================================================================== ---- Sys-Virt-7.10.0.orig/lib/Sys/Virt.xs -+++ Sys-Virt-7.10.0/lib/Sys/Virt.xs -@@ -5580,7 +5580,7 @@ _migrate(dom, destcon, newparams, flags= +--- Sys-Virt-8.0.0.orig/lib/Sys/Virt.xs ++++ Sys-Virt-8.0.0/lib/Sys/Virt.xs +@@ -5613,7 +5613,7 @@ _migrate(dom, destcon, newparams, flags= virTypedParameterPtr params; int nparams; CODE: @@ -38,7 +38,7 @@ Newx(params, nparams, virTypedParameter); strncpy(params[0].field, VIR_MIGRATE_PARAM_URI, -@@ -5659,6 +5659,18 @@ _migrate(dom, destcon, newparams, flags= +@@ -5692,6 +5692,18 @@ _migrate(dom, destcon, newparams, flags= VIR_TYPED_PARAM_FIELD_LENGTH); params[18].type = VIR_TYPED_PARAM_STRING; @@ -57,7 +57,7 @@ nparams = vir_typed_param_from_hv(newparams, params, nparams); vir_typed_param_add_string_list_from_hv(newparams, ¶ms, &nparams, -@@ -5687,7 +5699,7 @@ _migrate_to_uri(dom, desturi, newparams, +@@ -5720,7 +5732,7 @@ _migrate_to_uri(dom, desturi, newparams, virTypedParameterPtr params; int nparams; PPCODE: @@ -66,7 +66,7 @@ Newx(params, nparams, virTypedParameter); strncpy(params[0].field, VIR_MIGRATE_PARAM_URI, -@@ -5766,6 +5778,18 @@ _migrate_to_uri(dom, desturi, newparams, +@@ -5799,6 +5811,18 @@ _migrate_to_uri(dom, desturi, newparams, VIR_TYPED_PARAM_FIELD_LENGTH); params[18].type = VIR_TYPED_PARAM_STRING; @@ -85,7 +85,7 @@ nparams = vir_typed_param_from_hv(newparams, params, nparams); vir_typed_param_add_string_list_from_hv(newparams, ¶ms, &nparams, -@@ -9644,6 +9668,9 @@ BOOT: +@@ -9680,6 +9704,9 @@ BOOT: REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_DISKS_URI, MIGRATE_PARAM_DISKS_URI); REGISTER_CONSTANT(VIR_DOMAIN_MIGRATE_MAX_SPEED_POSTCOPY, MIGRATE_MAX_SPEED_POSTCOPY);
