Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2016-06-14 23:07:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-16 12:03:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2016-06-14 23:07:20.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 7 04:35:02 UTC 2016 - [email protected] + +- Update to 1.3.5 + - Add all new APIs and constants in libvirt 1.3.5 + +------------------------------------------------------------------- Old: ---- Sys-Virt-1.3.4.tar.gz New: ---- Sys-Virt-1.3.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.uvhArx/_old 2016-06-14 23:07:21.000000000 +0200 +++ /var/tmp/diff_new_pack.uvhArx/_new 2016-06-14 23:07:21.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 1.3.4 +Version: 1.3.5 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-1.3.4.tar.gz -> Sys-Virt-1.3.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/Changes new/Sys-Virt-1.3.5/Changes --- old/Sys-Virt-1.3.4/Changes 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/Changes 2016-06-06 13:10:09.000000000 +0200 @@ -1,5 +1,11 @@ Revision history for perl module Sys::Virt +1.3.5 2016-06-06 + + - Add VIR_ERR_NO_CLIENT constant + - Add PERF_PARAM_MBML and PERF_PARAM_MBMT constants + - Fix handling of 'rss' key for memory stats + 1.3.4 2016-05-05 - Fix POD error in Domain.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/META.yml new/Sys-Virt-1.3.5/META.yml --- old/Sys-Virt-1.3.4/META.yml 2016-05-04 11:57:57.000000000 +0200 +++ new/Sys-Virt-1.3.5/META.yml 2016-06-06 13:10:24.000000000 +0200 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 1.3.4 +version: 1.3.5 author: - Daniel P. Berrange <[email protected]> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/MYMETA.json new/Sys-Virt-1.3.5/MYMETA.json --- old/Sys-Virt-1.3.4/MYMETA.json 2016-05-04 11:57:48.000000000 +0200 +++ new/Sys-Virt-1.3.5/MYMETA.json 2016-06-06 13:10:15.000000000 +0200 @@ -42,6 +42,6 @@ } }, "release_status" : "stable", - "version" : "v1.3.4", + "version" : "v1.3.5", "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/MYMETA.yml new/Sys-Virt-1.3.5/MYMETA.yml --- old/Sys-Virt-1.3.4/MYMETA.yml 2016-05-04 11:57:48.000000000 +0200 +++ new/Sys-Virt-1.3.5/MYMETA.yml 2016-06-06 13:10:15.000000000 +0200 @@ -24,5 +24,5 @@ Test::Pod::Coverage: '0' Time::HiRes: '0' XML::XPath: '0' -version: v1.3.4 +version: v1.3.5 x_serialization_backend: 'CPAN::Meta::YAML version 0.016' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/Makefile.PL new/Sys-Virt-1.3.5/Makefile.PL --- old/Sys-Virt-1.3.4/Makefile.PL 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/Makefile.PL 2016-06-06 13:10:09.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 = "1.3.4"; +my $libvirtver = "1.3.5"; 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.4/README new/Sys-Virt-1.3.5/README --- old/Sys-Virt-1.3.4/README 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/README 2016-06-06 13:10:09.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 1.3.4 +The current minimum required version of libvirt is 1.3.5 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/Virt.xs new/Sys-Virt-1.3.5/Virt.xs --- old/Sys-Virt-1.3.4/Virt.xs 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/Virt.xs 2016-06-06 13:10:09.000000000 +0200 @@ -4982,7 +4982,7 @@ break; case VIR_DOMAIN_MEMORY_STAT_RSS: - (void)hv_store (RETVAL, "rss", 14, virt_newSVll(stats[i].val), 0); + (void)hv_store (RETVAL, "rss", 3, virt_newSVll(stats[i].val), 0); break; } } @@ -7967,6 +7967,8 @@ REGISTER_CONSTANT(VIR_DOMAIN_NUMATUNE_MEM_INTERLEAVE, NUMATUNE_MEM_INTERLEAVE); REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CMT, PERF_PARAM_CMT); + REGISTER_CONSTANT_STR(VIR_PERF_PARAM_MBML, PERF_PARAM_MBML); + REGISTER_CONSTANT_STR(VIR_PERF_PARAM_MBMT, PERF_PARAM_MBMT); REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_AVERAGE, BANDWIDTH_IN_AVERAGE); REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_PEAK, BANDWIDTH_IN_PEAK); @@ -8530,4 +8532,5 @@ REGISTER_CONSTANT(VIR_ERR_MIGRATE_FINISH_OK, ERR_MIGRATE_FINISH_OK); REGISTER_CONSTANT(VIR_ERR_AUTH_UNAVAILABLE, ERR_AUTH_UNAVAILABLE); REGISTER_CONSTANT(VIR_ERR_NO_SERVER, ERR_NO_SERVER); + REGISTER_CONSTANT(VIR_ERR_NO_CLIENT, ERR_NO_CLIENT); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/lib/Sys/Virt/Domain.pm new/Sys-Virt-1.3.5/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-1.3.4/lib/Sys/Virt/Domain.pm 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/lib/Sys/Virt/Domain.pm 2016-06-06 13:10:09.000000000 +0200 @@ -919,6 +919,10 @@ Total memory seen by guest +=item C<rss> + +Resident set size. Size of memory resident in host RAM. + =back =item $info = $dom->get_security_label() @@ -2640,7 +2644,21 @@ =item Sys::Virt::Domain::PERF_PARAM_CMT -The CMT event counter +The CMT event counter which can be used to measure the usage of +cache (bytes) by applications running on the platform. It +corresponds to the "perf.cmt" field in the *Stats APIs. + +=item Sys::Virt::Domain::PERF_PARAM_MBML + +The MBML event counter which can be used to monitor the amount of +data (bytes/s) sent through the memory controller on the socket. +It corresponds to the "perf.mbml" field in the *Stats APIs. + +=item Sys::Virt::Domain::PERF_PARAM_MBMT + +The MBMT event counter which can be used to monitor total system +bandwidth (bytes/s) from one level of cache to another. It +corresponds to the "perf.mbmt" field in the *Stats APIs. =back diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/lib/Sys/Virt/Error.pm new/Sys-Virt-1.3.5/lib/Sys/Virt/Error.pm --- old/Sys-Virt-1.3.4/lib/Sys/Virt/Error.pm 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/lib/Sys/Virt/Error.pm 2016-06-06 13:10:09.000000000 +0200 @@ -792,6 +792,10 @@ Libvirt server was not found +=item Sys::Virt::Error::ERR_NO_CLIENT + +Libvirt client was not found + =back =head1 AUTHORS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/lib/Sys/Virt.pm new/Sys-Virt-1.3.5/lib/Sys/Virt.pm --- old/Sys-Virt-1.3.4/lib/Sys/Virt.pm 2016-05-04 11:57:05.000000000 +0200 +++ new/Sys-Virt-1.3.5/lib/Sys/Virt.pm 2016-06-06 13:10:09.000000000 +0200 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '1.3.4'; +our $VERSION = '1.3.5'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.3.4/perl-Sys-Virt.spec new/Sys-Virt-1.3.5/perl-Sys-Virt.spec --- old/Sys-Virt-1.3.4/perl-Sys-Virt.spec 2016-05-04 11:57:57.000000000 +0200 +++ new/Sys-Virt-1.3.5/perl-Sys-Virt.spec 2016-06-06 13:10:24.000000000 +0200 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic
