Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2017-10-11 23:01:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Wed Oct 11 23:01:36 2017 rev:57 rq:532219 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2017-09-20 17:07:11.987934543 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2017-10-11 23:01:38.228156275 +0200 @@ -1,0 +2,6 @@ +Thu Oct 5 20:08:57 UTC 2017 - [email protected] + +- Update to 3.8.0 + - Add all new APIs and constants in libvirt 3.8.0 + +------------------------------------------------------------------- Old: ---- Sys-Virt-3.7.0.tar.gz New: ---- Sys-Virt-3.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.7mL2cn/_old 2017-10-11 23:01:39.040120703 +0200 +++ /var/tmp/diff_new_pack.7mL2cn/_new 2017-10-11 23:01:39.044120527 +0200 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 3.7.0 +Version: 3.8.0 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-3.7.0.tar.gz -> Sys-Virt-3.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/Changes new/Sys-Virt-3.8.0/Changes --- old/Sys-Virt-3.7.0/Changes 2017-09-04 15:23:05.000000000 +0200 +++ new/Sys-Virt-3.8.0/Changes 2017-10-04 18:46:22.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for perl module Sys::Virt +3.8.0 2017-10-04 + + - Add VIR_STORAGE_POOL_EVENT_{DELETED,CREATED} constants + 3.7.0 2017-09-04 - Add VIR_FROM_RESCTRL constant diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/META.yml new/Sys-Virt-3.8.0/META.yml --- old/Sys-Virt-3.7.0/META.yml 2017-09-04 15:23:49.000000000 +0200 +++ new/Sys-Virt-3.8.0/META.yml 2017-10-04 18:47:21.000000000 +0200 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 3.7.0 +version: 3.8.0 author: - Daniel P. Berrange <[email protected]> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/MYMETA.json new/Sys-Virt-3.8.0/MYMETA.json --- old/Sys-Virt-3.7.0/MYMETA.json 2017-09-04 15:23:42.000000000 +0200 +++ new/Sys-Virt-3.8.0/MYMETA.json 2017-10-04 18:47:12.000000000 +0200 @@ -42,6 +42,6 @@ } }, "release_status" : "stable", - "version" : "v3.7.0", + "version" : "v3.8.0", "x_serialization_backend" : "JSON::PP version 2.94" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/MYMETA.yml new/Sys-Virt-3.8.0/MYMETA.yml --- old/Sys-Virt-3.7.0/MYMETA.yml 2017-09-04 15:23:42.000000000 +0200 +++ new/Sys-Virt-3.8.0/MYMETA.yml 2017-10-04 18:47:12.000000000 +0200 @@ -24,5 +24,5 @@ Test::Pod::Coverage: '0' Time::HiRes: '0' XML::XPath: '0' -version: v3.7.0 +version: v3.8.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/Makefile.PL new/Sys-Virt-3.8.0/Makefile.PL --- old/Sys-Virt-3.7.0/Makefile.PL 2017-08-02 14:20:56.000000000 +0200 +++ new/Sys-Virt-3.8.0/Makefile.PL 2017-09-04 15:28:40.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.7.0"; +my $libvirtver = "3.8.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.7.0/README new/Sys-Virt-3.8.0/README --- old/Sys-Virt-3.7.0/README 2017-08-02 14:20:52.000000000 +0200 +++ new/Sys-Virt-3.8.0/README 2017-09-04 15:28:18.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.7.0 +The current minimum required version of libvirt is 3.8.0 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/Virt.xs new/Sys-Virt-3.8.0/Virt.xs --- old/Sys-Virt-3.7.0/Virt.xs 2017-08-30 17:19:49.000000000 +0200 +++ new/Sys-Virt-3.8.0/Virt.xs 2017-09-20 17:00:29.000000000 +0200 @@ -9142,6 +9142,8 @@ REGISTER_CONSTANT(VIR_STORAGE_POOL_EVENT_UNDEFINED, EVENT_UNDEFINED); REGISTER_CONSTANT(VIR_STORAGE_POOL_EVENT_STARTED, EVENT_STARTED); REGISTER_CONSTANT(VIR_STORAGE_POOL_EVENT_STOPPED, EVENT_STOPPED); + REGISTER_CONSTANT(VIR_STORAGE_POOL_EVENT_CREATED, EVENT_CREATED); + REGISTER_CONSTANT(VIR_STORAGE_POOL_EVENT_DELETED, EVENT_DELETED); stash = gv_stashpv( "Sys::Virt::Network", TRUE ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/lib/Sys/Virt/StoragePool.pm new/Sys-Virt-3.8.0/lib/Sys/Virt/StoragePool.pm --- old/Sys-Virt-3.7.0/lib/Sys/Virt/StoragePool.pm 2017-01-30 17:09:09.000000000 +0100 +++ new/Sys-Virt-3.8.0/lib/Sys/Virt/StoragePool.pm 2017-09-20 17:01:51.000000000 +0200 @@ -497,8 +497,8 @@ =head2 LIFECYCLE CHANGE EVENTS -The following constants allow network lifecycle change events to be -interpreted. The events contain both a state change, and a +The following constants allow storage pool lifecycle change events +to be interpreted. The events contain both a state change, and a reason though the reason is currently unsed. =over 4 @@ -506,20 +506,28 @@ =item Sys::Virt::StoragePool::EVENT_DEFINED Indicates that a persistent configuration has been defined for -the network. +the storage pool =item Sys::Virt::StoragePool::EVENT_STARTED -The network has started running +The storage pool has started running =item Sys::Virt::StoragePool::EVENT_STOPPED -The network has stopped running +The storage pool has stopped running =item Sys::Virt::StoragePool::EVENT_UNDEFINED The persistent configuration has gone away +=item Sys::Virt::StoragePool::EVENT_CREATED + +The underlying storage has been built + +=item Sys::Virt::StoragePool::EVENT_DELETED + +The underlying storage has been released + =back =head1 AUTHORS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/lib/Sys/Virt.pm new/Sys-Virt-3.8.0/lib/Sys/Virt.pm --- old/Sys-Virt-3.7.0/lib/Sys/Virt.pm 2017-08-02 14:20:42.000000000 +0200 +++ new/Sys-Virt-3.8.0/lib/Sys/Virt.pm 2017-09-04 15:28:36.000000000 +0200 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '3.7.0'; +our $VERSION = '3.8.0'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-3.7.0/perl-Sys-Virt.spec new/Sys-Virt-3.8.0/perl-Sys-Virt.spec --- old/Sys-Virt-3.7.0/perl-Sys-Virt.spec 2017-09-04 15:23:49.000000000 +0200 +++ new/Sys-Virt-3.8.0/perl-Sys-Virt.spec 2017-10-04 18:47:21.000000000 +0200 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 3.7.0 +Version: 3.8.0 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic ++++++ suse-set-migration-constraints.patch ++++++ --- /var/tmp/diff_new_pack.7mL2cn/_old 2017-10-11 23:01:39.200113693 +0200 +++ /var/tmp/diff_new_pack.7mL2cn/_new 2017-10-11 23:01:39.204113518 +0200 @@ -2,10 +2,10 @@ References: fate#316614, bsc#859868 -Index: Sys-Virt-3.7.0/Virt.xs +Index: Sys-Virt-3.8.0/Virt.xs =================================================================== ---- Sys-Virt-3.7.0.orig/Virt.xs -+++ Sys-Virt-3.7.0/Virt.xs +--- Sys-Virt-3.8.0.orig/Virt.xs ++++ Sys-Virt-3.8.0/Virt.xs @@ -5167,7 +5167,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.7.0/lib/Sys/Virt/Domain.pm +Index: Sys-Virt-3.8.0/lib/Sys/Virt/Domain.pm =================================================================== ---- Sys-Virt-3.7.0.orig/lib/Sys/Virt/Domain.pm -+++ Sys-Virt-3.7.0/lib/Sys/Virt/Domain.pm +--- Sys-Virt-3.8.0.orig/lib/Sys/Virt/Domain.pm ++++ Sys-Virt-3.8.0/lib/Sys/Virt/Domain.pm @@ -1111,6 +1111,22 @@ The initial percentage to throttle guest The additional percentage step size to throttle guest vCPUs if progress is not made
