Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2017-07-17 09:11:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Mon Jul 17 09:11:19 2017 rev:55 rq:510160 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2017-06-21 13:53:47.124199001 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2017-07-17 09:11:20.678361698 +0200 @@ -1,0 +2,6 @@ +Thu Jul 6 21:25:08 UTC 2017 - [email protected] + +- Update to 3.5.0 + - Add all new APIs and constants in libvirt 3.5.0 + +------------------------------------------------------------------- Old: ---- Sys-Virt-3.4.0.tar.gz New: ---- Sys-Virt-3.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.PNzord/_old 2017-07-17 09:11:22.118158901 +0200 +++ /var/tmp/diff_new_pack.PNzord/_new 2017-07-17 09:11:22.122158337 +0200 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 3.4.0 +Version: 3.5.0 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-3.4.0.tar.gz -> Sys-Virt-3.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/Changes new/Sys-Virt-3.5.0/Changes --- old/Sys-Virt-3.4.0/Changes 2017-06-05 13:05:52.000000000 +0200 +++ new/Sys-Virt-3.5.0/Changes 2017-07-06 17:56:26.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for perl module Sys::Virt +3.5.0 2017-07-06 + + - Add VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB constant + 3.4.0 2017-06-05 - Add LIST_CAP_MDEV & LIST_CAP_MDEV_TYPES constants diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/META.yml new/Sys-Virt-3.5.0/META.yml --- old/Sys-Virt-3.4.0/META.yml 2017-06-05 13:07:21.000000000 +0200 +++ new/Sys-Virt-3.5.0/META.yml 2017-07-06 17:57:23.000000000 +0200 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 3.4.0 +version: 3.5.0 author: - Daniel P. Berrange <[email protected]> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/MYMETA.json new/Sys-Virt-3.5.0/MYMETA.json --- old/Sys-Virt-3.4.0/MYMETA.json 2017-06-05 13:07:13.000000000 +0200 +++ new/Sys-Virt-3.5.0/MYMETA.json 2017-07-06 17:57:15.000000000 +0200 @@ -42,6 +42,6 @@ } }, "release_status" : "stable", - "version" : "v3.4.0", + "version" : "v3.5.0", "x_serialization_backend" : "JSON::PP version 2.27400" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/MYMETA.yml new/Sys-Virt-3.5.0/MYMETA.yml --- old/Sys-Virt-3.4.0/MYMETA.yml 2017-06-05 13:07:13.000000000 +0200 +++ new/Sys-Virt-3.5.0/MYMETA.yml 2017-07-06 17:57:15.000000000 +0200 @@ -24,5 +24,5 @@ Test::Pod::Coverage: '0' Time::HiRes: '0' XML::XPath: '0' -version: v3.4.0 +version: v3.5.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/Makefile.PL new/Sys-Virt-3.5.0/Makefile.PL --- old/Sys-Virt-3.4.0/Makefile.PL 2017-05-08 18:05:00.000000000 +0200 +++ new/Sys-Virt-3.5.0/Makefile.PL 2017-06-05 13:12:02.000000000 +0200 @@ -3,7 +3,7 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $libvirtver = "3.4.0"; +my $libvirtver = "3.5.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-3.4.0/README new/Sys-Virt-3.5.0/README --- old/Sys-Virt-3.4.0/README 2017-05-08 18:04:56.000000000 +0200 +++ new/Sys-Virt-3.5.0/README 2017-06-05 13:11:57.000000000 +0200 @@ -7,6 +7,6 @@ The only pre-requisite for this module is libvirt itself. For installation instructions, consult the INSTALL file. -The current minimum required version of libvirt is 3.4.0 +The current minimum required version of libvirt is 3.5.0 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/Virt.xs new/Sys-Virt-3.5.0/Virt.xs --- old/Sys-Virt-3.4.0/Virt.xs 2017-05-30 13:16:56.000000000 +0200 +++ new/Sys-Virt-3.5.0/Virt.xs 2017-06-16 11:50:43.000000000 +0200 @@ -8935,6 +8935,7 @@ REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_COPY_REUSE_EXT, BLOCK_COPY_REUSE_EXT); REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_COPY_SHALLOW, BLOCK_COPY_SHALLOW); + REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB, BLOCK_COPY_TRANSIENT_JOB); REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES, BLOCK_JOB_SPEED_BANDWIDTH_BYTES); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/lib/Sys/Virt/Domain.pm new/Sys-Virt-3.5.0/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-3.4.0/lib/Sys/Virt/Domain.pm 2017-05-30 13:16:03.000000000 +0200 +++ new/Sys-Virt-3.5.0/lib/Sys/Virt/Domain.pm 2017-06-16 11:51:04.000000000 +0200 @@ -3582,6 +3582,10 @@ Reuse existing external file for copy +=item Sys::Virt::Domain::BLOCK_COPY_TRANSIENT_JOB + +Don't force usage of recoverable job for the copy operation + =back =head2 DOMAIN BLOCK JOB ABORT CONSTANTS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/lib/Sys/Virt.pm new/Sys-Virt-3.5.0/lib/Sys/Virt.pm --- old/Sys-Virt-3.4.0/lib/Sys/Virt.pm 2017-05-08 18:05:05.000000000 +0200 +++ new/Sys-Virt-3.5.0/lib/Sys/Virt.pm 2017-06-05 13:12:06.000000000 +0200 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '3.4.0'; +our $VERSION = '3.5.0'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/perl-Sys-Virt.spec new/Sys-Virt-3.5.0/perl-Sys-Virt.spec --- old/Sys-Virt-3.4.0/perl-Sys-Virt.spec 2017-06-05 13:07:21.000000000 +0200 +++ new/Sys-Virt-3.5.0/perl-Sys-Virt.spec 2017-07-06 17:57:23.000000000 +0200 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 3.4.0 +Version: 3.5.0 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.4.0/perl-Sys-Virt.spec.PL new/Sys-Virt-3.5.0/perl-Sys-Virt.spec.PL --- old/Sys-Virt-3.4.0/perl-Sys-Virt.spec.PL 2016-10-26 12:35:34.000000000 +0200 +++ new/Sys-Virt-3.5.0/perl-Sys-Virt.spec.PL 2017-06-15 19:25:50.000000000 +0200 @@ -6,7 +6,7 @@ die unless (scalar @ARGV == 1); -unless (do 'lib/Sys/Virt.pm') +unless (do './lib/Sys/Virt.pm') { if ($@) { die $@ }; die "lib/Sys/Virt.pm: $!"; ++++++ suse-set-migration-constraints.patch ++++++ --- /var/tmp/diff_new_pack.PNzord/_old 2017-07-17 09:11:22.218144817 +0200 +++ /var/tmp/diff_new_pack.PNzord/_new 2017-07-17 09:11:22.218144817 +0200 @@ -2,10 +2,10 @@ References: fate#316614, bsc#859868 -Index: Sys-Virt-3.4.0/Virt.xs +Index: Sys-Virt-3.5.0/Virt.xs =================================================================== ---- Sys-Virt-3.4.0.orig/Virt.xs -+++ Sys-Virt-3.4.0/Virt.xs +--- Sys-Virt-3.5.0.orig/Virt.xs ++++ Sys-Virt-3.5.0/Virt.xs @@ -5142,7 +5142,7 @@ _migrate(dom, destcon, newparams, flags= virTypedParameterPtr params; int nparams; @@ -81,10 +81,10 @@ REGISTER_CONSTANT(VIR_DOMAIN_XML_SECURE, XML_SECURE); REGISTER_CONSTANT(VIR_DOMAIN_XML_INACTIVE, XML_INACTIVE); -Index: Sys-Virt-3.4.0/lib/Sys/Virt/Domain.pm +Index: Sys-Virt-3.5.0/lib/Sys/Virt/Domain.pm =================================================================== ---- Sys-Virt-3.4.0.orig/lib/Sys/Virt/Domain.pm -+++ Sys-Virt-3.4.0/lib/Sys/Virt/Domain.pm +--- Sys-Virt-3.5.0.orig/lib/Sys/Virt/Domain.pm ++++ Sys-Virt-3.5.0/lib/Sys/Virt/Domain.pm @@ -1101,6 +1101,22 @@ The initial percentage to throttle guest The additional percentage step size to throttle guest vCPUs if progress is not made
