Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2016-02-07 09:22:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2016-01-01 19:50:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2016-02-07 09:22:57.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Jan 28 23:43:58 UTC 2016 - [email protected] + +- Update to 1.3.1 + - Add all new APIs and constants in libvirt 1.3.1 + +------------------------------------------------------------------- Old: ---- Sys-Virt-1.3.0.tar.gz New: ---- Sys-Virt-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.xDBvUB/_old 2016-02-07 09:22:58.000000000 +0100 +++ /var/tmp/diff_new_pack.xDBvUB/_new 2016-02-07 09:22:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Sys-Virt # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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: 1.3.0 +Version: 1.3.1 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-1.3.0.tar.gz -> Sys-Virt-1.3.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/Changes new/Sys-Virt-1.3.1/Changes --- old/Sys-Virt-1.3.0/Changes 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/Changes 2016-01-20 11:22:13.000000000 +0100 @@ -1,5 +1,12 @@ Revision history for perl module Sys::Virt +1.3.1 2016-01-20 + + - Add VIR_STORAGE_POOL_CREATE_NORMAL, VIR_STORAGE_POOL_CREATE_WITH_BUILD, + VIR_STORAGE_POOL_CREATE_WITH_BUILD_OVERWRITE and + VIR_STORAGE_POOL_CREATE_WITH_BUILD_NO_OVERWRITE constants + - Add new domain job memory constants + 1.3.0 2015-12-10 - Add VIR_FROM_LOGGING constant diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/META.yml new/Sys-Virt-1.3.1/META.yml --- old/Sys-Virt-1.3.0/META.yml 2015-12-10 18:49:28.000000000 +0100 +++ new/Sys-Virt-1.3.1/META.yml 2016-01-20 11:22:27.000000000 +0100 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 1.3.0 +version: 1.3.1 author: - Daniel P. Berrange <[email protected]> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/MYMETA.json new/Sys-Virt-1.3.1/MYMETA.json --- old/Sys-Virt-1.3.0/MYMETA.json 2015-12-10 18:49:18.000000000 +0100 +++ new/Sys-Virt-1.3.1/MYMETA.json 2016-01-20 11:22:18.000000000 +0100 @@ -42,6 +42,6 @@ } }, "release_status" : "stable", - "version" : "v1.3.0", + "version" : "v1.3.1", "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/MYMETA.yml new/Sys-Virt-1.3.1/MYMETA.yml --- old/Sys-Virt-1.3.0/MYMETA.yml 2015-12-10 18:49:18.000000000 +0100 +++ new/Sys-Virt-1.3.1/MYMETA.yml 2016-01-20 11:22:18.000000000 +0100 @@ -24,5 +24,5 @@ Test::Pod::Coverage: '0' Time::HiRes: '0' XML::XPath: '0' -version: v1.3.0 +version: v1.3.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.016' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/Makefile.PL new/Sys-Virt-1.3.1/Makefile.PL --- old/Sys-Virt-1.3.0/Makefile.PL 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/Makefile.PL 2016-01-20 11:22:13.000000000 +0100 @@ -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 = "1.3.0"; +my $libvirtver = "1.3.1"; 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-1.3.0/README new/Sys-Virt-1.3.1/README --- old/Sys-Virt-1.3.0/README 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/README 2016-01-20 11:22:13.000000000 +0100 @@ -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 1.3.0 +The current minimum required version of libvirt is 1.3.1 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/Virt.xs new/Sys-Virt-1.3.1/Virt.xs --- old/Sys-Virt-1.3.0/Virt.xs 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/Virt.xs 2016-01-20 11:22:13.000000000 +0100 @@ -7652,6 +7652,8 @@ REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_REMAINING, JOB_MEMORY_REMAINING); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_TOTAL, JOB_MEMORY_TOTAL); REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_BPS, JOB_MEMORY_BPS); + REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_DIRTY_RATE, JOB_MEMORY_DIRTY_RATE); + REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_MEMORY_ITERATION, JOB_MEMORY_ITERATION); 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); @@ -8026,6 +8028,11 @@ REGISTER_CONSTANT(VIR_STORAGE_POOL_BUILD_NO_OVERWRITE, BUILD_NO_OVERWRITE); REGISTER_CONSTANT(VIR_STORAGE_POOL_BUILD_OVERWRITE, BUILD_OVERWRITE); + REGISTER_CONSTANT(VIR_STORAGE_POOL_CREATE_NORMAL, CREATE_NORMAL); + REGISTER_CONSTANT(VIR_STORAGE_POOL_CREATE_WITH_BUILD, CREATE_WITH_BUILD); + REGISTER_CONSTANT(VIR_STORAGE_POOL_CREATE_WITH_BUILD_OVERWRITE, CREATE_WITH_BUILD_OVERWRITE); + REGISTER_CONSTANT(VIR_STORAGE_POOL_CREATE_WITH_BUILD_NO_OVERWRITE, CREATE_WITH_BUILD_NO_OVERWRITE); + REGISTER_CONSTANT(VIR_STORAGE_POOL_DELETE_NORMAL, DELETE_NORMAL); REGISTER_CONSTANT(VIR_STORAGE_POOL_DELETE_ZEROED, DELETE_ZEROED); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/lib/Sys/Virt/Domain.pm new/Sys-Virt-1.3.1/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-1.3.0/lib/Sys/Virt/Domain.pm 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/lib/Sys/Virt/Domain.pm 2016-01-20 11:22:13.000000000 +0100 @@ -1427,6 +1427,14 @@ The bytes per second transferred +=item Sys::Virt::Domain::JOB_MEMORY_DIRTY_RATE + +The number of memory pages dirtied per second + +=item Sys::Virt::Domain::JOB_MEMORY_ITERATION + +The total number of iterations over guest memory + =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-1.3.0/lib/Sys/Virt/StoragePool.pm new/Sys-Virt-1.3.1/lib/Sys/Virt/StoragePool.pm --- old/Sys-Virt-1.3.0/lib/Sys/Virt/StoragePool.pm 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/lib/Sys/Virt/StoragePool.pm 2016-01-20 11:22:13.000000000 +0100 @@ -355,6 +355,34 @@ =back +=head2 CREATE MODES + +When creating a storage pool it can be built at the same time. +The following values are therefore close to their BUILD +counterparts. + +=over 4 + +=item Sys::Virt::StoragePool::CREATE_NORMAL + +Just create the storage pool without building it. + +=item Sys::Virt::StoragePool::CREATE_WITH_BUILD + +When creating new storage pool also perform pool build without any flags. + +=item Sys::Virt::StoragePool::CREATE_WITH_BUILD_OVERWRITE + +Create the pool and perform pool build using the BUILD_OVERWRITE +flag. This is mutually exclusive to CREATE_WITH_BUILD_NO_OVERWRITE. + +=item Sys::Virt::StoragePool::CREATE_WITH_BUILD_NO_OVERWRITE + +Create the pool and perform pool build using the BUILD_NO_OVERWRITE +flag. This is mutually exclusive to CREATE_WITH_BUILD_OVERWRITE. + +=back + =head2 XML DOCUMENTS The following constants are useful when requesting diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/lib/Sys/Virt.pm new/Sys-Virt-1.3.1/lib/Sys/Virt.pm --- old/Sys-Virt-1.3.0/lib/Sys/Virt.pm 2015-12-10 18:49:15.000000000 +0100 +++ new/Sys-Virt-1.3.1/lib/Sys/Virt.pm 2016-01-20 11:22:13.000000000 +0100 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '1.3.0'; +our $VERSION = '1.3.1'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.0/perl-Sys-Virt.spec new/Sys-Virt-1.3.1/perl-Sys-Virt.spec --- old/Sys-Virt-1.3.0/perl-Sys-Virt.spec 2015-12-10 18:49:28.000000000 +0100 +++ new/Sys-Virt-1.3.1/perl-Sys-Virt.spec 2016-01-20 11:22:27.000000000 +0100 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic
