Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2014-03-04 13:58:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-01-29 22:22:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2014-03-04 13:58:48.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 3 10:14:52 MST 2014 - [email protected] + +- Update to 1.2.2 + - Add all new APIs and constants in libvirt 1.2.2 + +------------------------------------------------------------------- Old: ---- Sys-Virt-1.2.1.tar.gz New: ---- Sys-Virt-1.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.U0Wkya/_old 2014-03-04 13:58:49.000000000 +0100 +++ /var/tmp/diff_new_pack.U0Wkya/_new 2014-03-04 13:58:49.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 1.2.1 +Version: 1.2.2 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-1.2.1.tar.gz -> Sys-Virt-1.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/Changes new/Sys-Virt-1.2.2/Changes --- old/Sys-Virt-1.2.1/Changes 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/Changes 2014-03-03 12:21:53.000000000 +0100 @@ -1,5 +1,10 @@ Revision history for perl module Sys::Virt +1.2.2 2014-03-03 + + - Add new domain blk I/O constants + - Add BHyve error code + 1.2.1 2014-01-21 - Add new network event APIs from libvirt 1.2.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/META.yml new/Sys-Virt-1.2.2/META.yml --- old/Sys-Virt-1.2.1/META.yml 2014-01-21 13:14:07.000000000 +0100 +++ new/Sys-Virt-1.2.2/META.yml 2014-03-03 12:22:04.000000000 +0100 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 1.2.1 +version: 1.2.2 author: - Daniel P. Berrange <[email protected]> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/MYMETA.json new/Sys-Virt-1.2.2/MYMETA.json --- old/Sys-Virt-1.2.1/MYMETA.json 2014-01-21 13:14:00.000000000 +0100 +++ new/Sys-Virt-1.2.2/MYMETA.json 2014-03-03 12:21:57.000000000 +0100 @@ -42,5 +42,5 @@ } }, "release_status" : "stable", - "version" : "v1.2.1" + "version" : "v1.2.2" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/MYMETA.yml new/Sys-Virt-1.2.2/MYMETA.yml --- old/Sys-Virt-1.2.1/MYMETA.yml 2014-01-21 13:14:00.000000000 +0100 +++ new/Sys-Virt-1.2.2/MYMETA.yml 2014-03-03 12:21:57.000000000 +0100 @@ -24,4 +24,4 @@ Test::Pod::Coverage: 0 Time::HiRes: 0 XML::XPath: 0 -version: v1.2.1 +version: v1.2.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/Makefile.PL new/Sys-Virt-1.2.2/Makefile.PL --- old/Sys-Virt-1.2.1/Makefile.PL 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/Makefile.PL 2014-03-03 12:21:53.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.2.1"; +my $libvirtver = "1.2.2"; 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.2.1/README new/Sys-Virt-1.2.2/README --- old/Sys-Virt-1.2.1/README 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/README 2014-03-03 12:21:53.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.2.1 +The current minimum required version of libvirt is 1.2.2 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/Virt.xs new/Sys-Virt-1.2.2/Virt.xs --- old/Sys-Virt-1.2.1/Virt.xs 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/Virt.xs 2014-03-03 12:21:53.000000000 +0100 @@ -1808,6 +1808,8 @@ (void)hv_store (RETVAL, "idle", 4, virt_newSVull(params[i].value), 0); } else if (strcmp(params[i].field, VIR_NODE_CPU_STATS_IOWAIT) == 0) { (void)hv_store (RETVAL, "iowait", 6, virt_newSVull(params[i].value), 0); + } else if (strcmp(params[i].field, VIR_NODE_CPU_STATS_INTR) == 0) { + (void)hv_store (RETVAL, "intr", 4, virt_newSVull(params[i].value), 0); } else if (strcmp(params[i].field, VIR_NODE_CPU_STATS_UTILIZATION) == 0) { (void)hv_store (RETVAL, "utilization", 11, virt_newSVull(params[i].value), 0); } @@ -6614,6 +6616,7 @@ REGISTER_CONSTANT_STR(VIR_NODE_CPU_STATS_IOWAIT, NODE_CPU_STATS_IOWAIT); REGISTER_CONSTANT_STR(VIR_NODE_CPU_STATS_KERNEL, NODE_CPU_STATS_KERNEL); REGISTER_CONSTANT_STR(VIR_NODE_CPU_STATS_USER, NODE_CPU_STATS_USER); + REGISTER_CONSTANT_STR(VIR_NODE_CPU_STATS_INTR, NODE_CPU_STATS_INTR); REGISTER_CONSTANT_STR(VIR_NODE_CPU_STATS_UTILIZATION, NODE_CPU_STATS_UTILIZATION); REGISTER_CONSTANT(VIR_NODE_MEMORY_STATS_ALL_CELLS, NODE_MEMORY_STATS_ALL_CELLS); @@ -6956,6 +6959,10 @@ REGISTER_CONSTANT_STR(VIR_DOMAIN_BLKIO_WEIGHT, BLKIO_WEIGHT); REGISTER_CONSTANT_STR(VIR_DOMAIN_BLKIO_DEVICE_WEIGHT, BLKIO_DEVICE_WEIGHT); + REGISTER_CONSTANT_STR(VIR_DOMAIN_BLKIO_DEVICE_READ_BPS, BLKIO_DEVICE_READ_BPS); + REGISTER_CONSTANT_STR(VIR_DOMAIN_BLKIO_DEVICE_READ_IOPS, BLKIO_DEVICE_READ_IOPS); + REGISTER_CONSTANT_STR(VIR_DOMAIN_BLKIO_DEVICE_WRITE_BPS, BLKIO_DEVICE_WRITE_BPS); + REGISTER_CONSTANT_STR(VIR_DOMAIN_BLKIO_DEVICE_WRITE_IOPS, BLKIO_DEVICE_WRITE_IOPS); REGISTER_CONSTANT_STR(VIR_DOMAIN_SCHEDULER_CPU_SHARES, SCHEDULER_CPU_SHARES); REGISTER_CONSTANT_STR(VIR_DOMAIN_SCHEDULER_VCPU_PERIOD, SCHEDULER_VCPU_PERIOD); @@ -7384,6 +7391,7 @@ REGISTER_CONSTANT(VIR_FROM_IDENTITY, FROM_IDENTITY); REGISTER_CONSTANT(VIR_FROM_ACCESS, FROM_ACCESS); REGISTER_CONSTANT(VIR_FROM_SYSTEMD, FROM_SYSTEMD); + REGISTER_CONSTANT(VIR_FROM_BHYVE, FROM_BHYVE); REGISTER_CONSTANT(VIR_ERR_OK, ERR_OK); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/lib/Sys/Virt/Domain.pm new/Sys-Virt-1.2.2/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-1.2.1/lib/Sys/Virt/Domain.pm 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/lib/Sys/Virt/Domain.pm 2014-03-03 12:21:53.000000000 +0100 @@ -1975,6 +1975,22 @@ The per-device I/O weight parameter +=item Sys::Virt::Domain::BLKIO_DEVICE_READ_BPS + +The per-device I/O bytes read per second + +=item Sys::Virt::Domain::BLKIO_DEVICE_READ_IOPS + +The per-device I/O operations read per second + +=item Sys::Virt::Domain::BLKIO_DEVICE_WRITE_BPS + +The per-device I/O bytes write per second + +=item Sys::Virt::Domain::BLKIO_DEVICE_WRITE_IOPS + +The per-device I/O operations write per second + =back =head2 BLKIO TUNING PARAMETERS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/lib/Sys/Virt/Error.pm new/Sys-Virt-1.2.2/lib/Sys/Virt/Error.pm --- old/Sys-Virt-1.2.1/lib/Sys/Virt/Error.pm 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/lib/Sys/Virt/Error.pm 2014-03-03 12:21:53.000000000 +0100 @@ -362,6 +362,10 @@ The systemd init service +=item Sys::Virt::Error::FROM_BHYVE + +The FreeBSD BHyve driver + =back =head2 ERROR CODE CONSTANTS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/lib/Sys/Virt.pm new/Sys-Virt-1.2.2/lib/Sys/Virt.pm --- old/Sys-Virt-1.2.1/lib/Sys/Virt.pm 2014-01-21 13:13:55.000000000 +0100 +++ new/Sys-Virt-1.2.2/lib/Sys/Virt.pm 2014-03-03 12:21:53.000000000 +0100 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '1.2.1'; +our $VERSION = '1.2.2'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); @@ -1836,6 +1836,10 @@ Time spent executing user code +=item Sys::Virt::NODE_CPU_STATS_INTR + +Time spent processing interrupts + =item Sys::Virt::NODE_CPU_STATS_UTILIZATION Percentage utilization of the CPU. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.1/perl-Sys-Virt.spec new/Sys-Virt-1.2.2/perl-Sys-Virt.spec --- old/Sys-Virt-1.2.1/perl-Sys-Virt.spec 2014-01-21 13:14:07.000000000 +0100 +++ new/Sys-Virt-1.2.2/perl-Sys-Virt.spec 2014-03-03 12:22:04.000000000 +0100 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
