Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2019-02-05 11:18:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Tue Feb 5 11:18:30 2019 rev:67 rq:667894 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2018-12-11 15:47:06.562254206 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.28833/perl-Sys-Virt.changes 2019-02-05 11:18:31.644903525 +0100 @@ -1,0 +2,7 @@ +Tue Jan 22 22:39:48 UTC 2019 - James Fehlig <[email protected]> + +- Update to 5.0.0 + - Add all new APIs and constants in libvirt 5.0.0 + - FATE#320928, FATE#325817, FATE#326380, FATE#326698 + +------------------------------------------------------------------- Old: ---- Sys-Virt-v4.10.0.tar.gz New: ---- Sys-Virt-v5.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.Q5YNxt/_old 2019-02-05 11:18:32.240903197 +0100 +++ /var/tmp/diff_new_pack.Q5YNxt/_new 2019-02-05 11:18:32.240903197 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Sys-Virt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: 4.10.0 +Version: 5.0.0 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-v4.10.0.tar.gz -> Sys-Virt-v5.0.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/Build.PL new/Sys-Virt-v5.0.0/Build.PL --- old/Sys-Virt-v4.10.0/Build.PL 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/Build.PL 2019-01-21 17:27:43.000000000 +0100 @@ -17,7 +17,7 @@ use strict; use warnings; -my $libvirtver = "4.10.0"; +my $libvirtver = "5.0.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-v4.10.0/Changes new/Sys-Virt-v5.0.0/Changes --- old/Sys-Virt-v4.10.0/Changes 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/Changes 2019-01-21 17:27:43.000000000 +0100 @@ -1,5 +1,9 @@ Revision history for perl module Sys::Virt +5.0.0 2019-01-21 + + - Add VIR_DOMAIN_JOB_MEMORY_POSTCOPY_REQS constant + 4.10.0 2018-12-03 - Add VIR_DOMAIN_SHUTOFF_DAEMON constant diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/META.json new/Sys-Virt-v5.0.0/META.json --- old/Sys-Virt-v4.10.0/META.json 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/META.json 2019-01-21 17:27:43.000000000 +0100 @@ -41,7 +41,7 @@ "provides" : { "Sys::Virt" : { "file" : "lib/Sys/Virt.pm", - "version" : "v4.10.0" + "version" : "v5.0.0" }, "Sys::Virt::Domain" : { "file" : "lib/Sys/Virt/Domain.pm" @@ -94,6 +94,6 @@ }, "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list" }, - "version" : "v4.10.0", + "version" : "v5.0.0", "x_serialization_backend" : "JSON::PP version 2.97001" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/META.yml new/Sys-Virt-v5.0.0/META.yml --- old/Sys-Virt-v4.10.0/META.yml 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/META.yml 2019-01-21 17:27:43.000000000 +0100 @@ -24,7 +24,7 @@ provides: Sys::Virt: file: lib/Sys/Virt.pm - version: v4.10.0 + version: v5.0.0 Sys::Virt::Domain: file: lib/Sys/Virt/Domain.pm Sys::Virt::DomainSnapshot: @@ -58,5 +58,5 @@ homepage: http://libvirt.org/ license: http://www.gnu.org/licenses/gpl.html repository: https://libvirt.org/git/?p=libvirt-perl.git;a=summary -version: v4.10.0 +version: v5.0.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/README new/Sys-Virt-v5.0.0/README --- old/Sys-Virt-v4.10.0/README 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/README 2019-01-21 17:27:43.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 4.10.0 +The current minimum required version of libvirt is 5.0.0 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/lib/Sys/Virt/Domain.pm new/Sys-Virt-v5.0.0/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-v4.10.0/lib/Sys/Virt/Domain.pm 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/lib/Sys/Virt/Domain.pm 2019-01-21 17:27:43.000000000 +0100 @@ -1592,6 +1592,10 @@ The total number of iterations over guest memory +=item Sys::Virt::Domain::JOB_MEMORY_POSTCOPY_REQS + +The number of page requests received from the destination host during post-copy migration. + =item Sys::Virt::Domain::JOB_DISK_TOTAL The total amount of file expected to be processed by the job, in bytes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/lib/Sys/Virt.pm new/Sys-Virt-v5.0.0/lib/Sys/Virt.pm --- old/Sys-Virt-v4.10.0/lib/Sys/Virt.pm 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/lib/Sys/Virt.pm 2019-01-21 17:27:43.000000000 +0100 @@ -79,7 +79,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '4.10.0'; +our $VERSION = '5.0.0'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/lib/Sys/Virt.xs new/Sys-Virt-v5.0.0/lib/Sys/Virt.xs --- old/Sys-Virt-v4.10.0/lib/Sys/Virt.xs 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/lib/Sys/Virt.xs 2019-01-21 17:27:43.000000000 +0100 @@ -8991,6 +8991,7 @@ REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_DIRTY_RATE, JOB_MEMORY_DIRTY_RATE); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_PAGE_SIZE, JOB_MEMORY_PAGE_SIZE); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_ITERATION, JOB_MEMORY_ITERATION); + REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_POSTCOPY_REQS, JOB_MEMORY_POSTCOPY_REQS); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_SETUP_TIME, JOB_SETUP_TIME); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_TIME_ELAPSED, JOB_TIME_ELAPSED); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_TIME_ELAPSED_NET, JOB_TIME_ELAPSED_NET); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-v4.10.0/perl-Sys-Virt.spec new/Sys-Virt-v5.0.0/perl-Sys-Virt.spec --- old/Sys-Virt-v4.10.0/perl-Sys-Virt.spec 2018-12-03 17:16:42.000000000 +0100 +++ new/Sys-Virt-v5.0.0/perl-Sys-Virt.spec 2019-01-21 17:27:43.000000000 +0100 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 4.10.0 +Version: 5.0.0 Release: 1%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic ++++++ suse-set-migration-constraints.patch ++++++ --- /var/tmp/diff_new_pack.Q5YNxt/_old 2019-02-05 11:18:32.320903153 +0100 +++ /var/tmp/diff_new_pack.Q5YNxt/_new 2019-02-05 11:18:32.320903153 +0100 @@ -2,10 +2,10 @@ References: fate#316614, bsc#859868 -Index: Sys-Virt-v4.10.0/lib/Sys/Virt/Domain.pm +Index: Sys-Virt-v5.0.0/lib/Sys/Virt/Domain.pm =================================================================== ---- Sys-Virt-v4.10.0.orig/lib/Sys/Virt/Domain.pm -+++ Sys-Virt-v4.10.0/lib/Sys/Virt/Domain.pm +--- Sys-Virt-v5.0.0.orig/lib/Sys/Virt/Domain.pm ++++ Sys-Virt-v5.0.0/lib/Sys/Virt/Domain.pm @@ -1121,6 +1121,22 @@ The initial percentage to throttle guest The additional percentage step size to throttle guest vCPUs if progress is not made @@ -29,10 +29,10 @@ =back =item $ddom = $dom->migrate(destcon, flags=0, dname=undef, uri=undef, bandwidth=0) -Index: Sys-Virt-v4.10.0/lib/Sys/Virt.xs +Index: Sys-Virt-v5.0.0/lib/Sys/Virt.xs =================================================================== ---- Sys-Virt-v4.10.0.orig/lib/Sys/Virt.xs -+++ Sys-Virt-v4.10.0/lib/Sys/Virt.xs +--- Sys-Virt-v5.0.0.orig/lib/Sys/Virt.xs ++++ Sys-Virt-v5.0.0/lib/Sys/Virt.xs @@ -5321,7 +5321,7 @@ _migrate(dom, destcon, newparams, flags= virTypedParameterPtr params; int nparams;
