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-12-09 13:17:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Fri Dec 9 13:17:59 2022 rev:95 rq:1041673 version:8.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2022-11-12 17:41:51.166412176 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.1835/perl-Sys-Virt.changes 2022-12-09 13:19:17.791484707 +0100 @@ -1,0 +2,7 @@ +Thu Dec 8 17:04:54 UTC 2022 - James Fehlig <[email protected]> + +- Update to 8.10.0 + - Add all new APIs and constants in libvirt 8.10.0 + - jsc#PED-1472 + +------------------------------------------------------------------- Old: ---- Sys-Virt-8.9.0.tar.gz New: ---- Sys-Virt-8.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.6zvyEa/_old 2022-12-09 13:19:18.255487171 +0100 +++ /var/tmp/diff_new_pack.6zvyEa/_new 2022-12-09 13:19:18.259487192 +0100 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 8.9.0 +Version: 8.10.0 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-8.9.0.tar.gz -> Sys-Virt-8.10.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/Build.PL new/Sys-Virt-8.10.0/Build.PL --- old/Sys-Virt-8.9.0/Build.PL 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/Build.PL 2022-12-07 13:44:52.000000000 +0100 @@ -17,7 +17,7 @@ use strict; use warnings; -my $libvirtver = "8.9.0"; +my $libvirtver = "8.10.0"; my $stat = system "pkg-config --atleast-version=$libvirtver libvirt"; die "cannot run pkg-config to check libvirt version" if $stat == -1; die "libvirt >= $libvirtver is required\n" unless $stat == 0; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/Changes new/Sys-Virt-8.10.0/Changes --- old/Sys-Virt-8.9.0/Changes 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/Changes 2022-12-07 13:44:52.000000000 +0100 @@ -1,5 +1,11 @@ Revision history for perl module Sys::Virt +8.10.0 2022-12-07 + + - Add VIR_STORAGE_VOL_CREATE_VALIDATE constant + - Add VIR_NODE_DEVICE_CREATE_XML_VALIDATE and + VIR_NODE_DEVICE_DEFINE_XML_VALIDATE constants + 8.9.0 2022-11-01 - Add VIR_DOMAIN_UNDEFINE_TPM and VIR_DOMAIN_UNDEFINE_KEEP_TPM constants diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/README new/Sys-Virt-8.10.0/README --- old/Sys-Virt-8.9.0/README 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/README 2022-12-07 13:44:52.000000000 +0100 @@ -8,6 +8,6 @@ Module::Build buld system. For installation instructions, consult the INSTALL file. -The current minimum required version of libvirt is 8.9.0 +The current minimum required version of libvirt is 8.10.0 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/lib/Sys/Virt/NodeDevice.pm new/Sys-Virt-8.10.0/lib/Sys/Virt/NodeDevice.pm --- old/Sys-Virt-8.9.0/lib/Sys/Virt/NodeDevice.pm 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/lib/Sys/Virt/NodeDevice.pm 2022-12-07 13:44:52.000000000 +0100 @@ -290,6 +290,26 @@ =back +=head2 NODE DEVICE CREATION + +=over 4 + +=item Sys::Virt::NodeDevice::CREATE_XML_VALIDATE + +Validate the XML document against schema + +=back + +=head2 NODE DEVICE DEFINE + +=over 4 + +=item Sys::Virt::NodeDevice::DEFINE_XML_VALIDATE + +Validate the XML document against schema + +=back + =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/lib/Sys/Virt/StorageVol.pm new/Sys-Virt-8.10.0/lib/Sys/Virt/StorageVol.pm --- old/Sys-Virt-8.9.0/lib/Sys/Virt/StorageVol.pm 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/lib/Sys/Virt/StorageVol.pm 2022-12-07 13:44:52.000000000 +0100 @@ -230,6 +230,10 @@ Perform lightweight reference copy +=item Sys::Virt::StorageVol::CREATE_VALIDATE + +Validate the XML document against schema + =back =head2 DELETE MODES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/lib/Sys/Virt.pm new/Sys-Virt-8.10.0/lib/Sys/Virt.pm --- old/Sys-Virt-8.9.0/lib/Sys/Virt.pm 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/lib/Sys/Virt.pm 2022-12-07 13:44:52.000000000 +0100 @@ -81,7 +81,7 @@ use Sys::Virt::DomainCheckpoint; use Sys::Virt::Stream; -our $VERSION = '8.9.0'; +our $VERSION = '8.10.0'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); @@ -464,10 +464,11 @@ =item my $dev = $conn->create_node_device($xml, $flags=0); Create a new virtual node device based on the XML description passed into the -C<$xml> parameter. The C<$flags> parameter is currently unused and defaults to -zero. The returned object is an instance of the L<Sys::Virt::NodeDevice> -class. This method is not available with unprivileged connections to -the hypervisor. +C<$xml> parameter. The returned object is an instance of the +L<Sys::Virt::NodeDevice> class. This method is not available with unprivileged +connections to the hypervisor. The C<$flags> parameter accepts one of the NODE +DEVICE CREATION constants documented in L<Sys::Virt::NodeDevice>, and defaults +to 0 if omitted. =cut @@ -482,12 +483,13 @@ =item my $dev = $conn->define_node_device($xml, $flags=0); Defines, but does not start, a new node dev based on the XML description -passed into the C<$xml> parameter. The C<$flags> parameter is -currently unused and defaults to zero. The returned object is an instance +passed into the C<$xml> parameter. The returned object is an instance of the L<Sys::Virt::NodeDevice> class. This method is not available with unprivileged connections to the hypervisor. The defined node device can be later started by calling the C<create> method on the returned -C<Sys::Virt::NodeDevice> object. +C<Sys::Virt::NodeDevice> object. The C<$flags> parameter accepts one of the +NODE DEVICE DEFINE constants documented in L<Sys::Virt::NodeDevice>, and +defaults to 0 if omitted. =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-8.9.0/lib/Sys/Virt.xs new/Sys-Virt-8.10.0/lib/Sys/Virt.xs --- old/Sys-Virt-8.9.0/lib/Sys/Virt.xs 2022-11-02 12:05:00.000000000 +0100 +++ new/Sys-Virt-8.10.0/lib/Sys/Virt.xs 2022-12-07 13:44:52.000000000 +0100 @@ -10695,6 +10695,10 @@ REGISTER_CONSTANT(VIR_NODE_DEVICE_EVENT_DEFINED, EVENT_DEFINED); REGISTER_CONSTANT(VIR_NODE_DEVICE_EVENT_UNDEFINED, EVENT_UNDEFINED); + REGISTER_CONSTANT(VIR_NODE_DEVICE_CREATE_XML_VALIDATE, CREATE_XML_VALIDATE); + + REGISTER_CONSTANT(VIR_NODE_DEVICE_DEFINE_XML_VALIDATE, DEFINE_XML_VALIDATE); + stash = gv_stashpv( "Sys::Virt::StorageVol", TRUE ); REGISTER_CONSTANT(VIR_STORAGE_VOL_FILE, TYPE_FILE); @@ -10726,6 +10730,7 @@ REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA, CREATE_PREALLOC_METADATA); REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_REFLINK, CREATE_REFLINK); + REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_VALIDATE, CREATE_VALIDATE); REGISTER_CONSTANT(VIR_STORAGE_VOL_USE_ALLOCATION, USE_ALLOCATION); REGISTER_CONSTANT(VIR_STORAGE_VOL_GET_PHYSICAL, GET_PHYSICAL); ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6zvyEa/_old 2022-12-09 13:19:18.383487851 +0100 +++ /var/tmp/diff_new_pack.6zvyEa/_new 2022-12-09 13:19:18.383487851 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">Sys-Virt</param> - <param name="revision">v8.9.0</param> + <param name="revision">v8.10.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.6zvyEa/_old 2022-12-09 13:19:18.395487915 +0100 +++ /var/tmp/diff_new_pack.6zvyEa/_new 2022-12-09 13:19:18.399487936 +0100 @@ -2,10 +2,10 @@ References: fate#316614, bsc#859868 -Index: Sys-Virt-8.9.0/lib/Sys/Virt/Domain.pm +Index: Sys-Virt-8.10.0/lib/Sys/Virt/Domain.pm =================================================================== ---- Sys-Virt-8.9.0.orig/lib/Sys/Virt/Domain.pm -+++ Sys-Virt-8.9.0/lib/Sys/Virt/Domain.pm +--- Sys-Virt-8.10.0.orig/lib/Sys/Virt/Domain.pm ++++ Sys-Virt-8.10.0/lib/Sys/Virt/Domain.pm @@ -1184,6 +1184,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,10 +25,10 @@ =back =item $ddom = $dom->migrate(destcon, flags=0, dname=undef, uri=undef, bandwidth=0) -Index: Sys-Virt-8.9.0/lib/Sys/Virt.xs +Index: Sys-Virt-8.10.0/lib/Sys/Virt.xs =================================================================== ---- Sys-Virt-8.9.0.orig/lib/Sys/Virt.xs -+++ Sys-Virt-8.9.0/lib/Sys/Virt.xs +--- Sys-Virt-8.10.0.orig/lib/Sys/Virt.xs ++++ Sys-Virt-8.10.0/lib/Sys/Virt.xs @@ -5729,7 +5729,7 @@ _migrate(dom, destcon, newparams, flags= virTypedParameterPtr params; int nparams;
