Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2014-04-20 11:35:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-04 13:58:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2014-04-20 11:35:02.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Apr 7 12:00:30 MDT 2014 - jfehlig@suse.com + +- Update to 1.2.3 + - Add all new APIs and constants in libvirt 1.2.3 + +------------------------------------------------------------------- Old: ---- Sys-Virt-1.2.2.tar.gz New: ---- Sys-Virt-1.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.pQkyeL/_old 2014-04-20 11:35:03.000000000 +0200 +++ /var/tmp/diff_new_pack.pQkyeL/_new 2014-04-20 11:35:03.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 1.2.2 +Version: 1.2.3 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-1.2.2.tar.gz -> Sys-Virt-1.2.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/Changes new/Sys-Virt-1.2.3/Changes --- old/Sys-Virt-1.2.2/Changes 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/Changes 2014-04-07 12:35:31.000000000 +0200 @@ -1,5 +1,11 @@ Revision history for perl module Sys::Virt +1.2.3 2014-04-07 + + - Add VIR_FROM_CRYPTO error constant + - Add VIR_MIGRATE_AUTO_CONVERGE migration constant + - Add virDomainCoreDumpWithFormat and its constants + 1.2.2 2014-03-03 - Add new domain blk I/O constants diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/META.yml new/Sys-Virt-1.2.3/META.yml --- old/Sys-Virt-1.2.2/META.yml 2014-03-03 12:22:04.000000000 +0100 +++ new/Sys-Virt-1.2.3/META.yml 2014-04-07 12:50:38.000000000 +0200 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 1.2.2 +version: 1.2.3 author: - Daniel P. Berrange <dan@berrange.com> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/MYMETA.json new/Sys-Virt-1.2.3/MYMETA.json --- old/Sys-Virt-1.2.2/MYMETA.json 2014-03-03 12:21:57.000000000 +0100 +++ new/Sys-Virt-1.2.3/MYMETA.json 2014-04-07 12:50:30.000000000 +0200 @@ -42,5 +42,5 @@ } }, "release_status" : "stable", - "version" : "v1.2.2" + "version" : "v1.2.3" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/MYMETA.yml new/Sys-Virt-1.2.3/MYMETA.yml --- old/Sys-Virt-1.2.2/MYMETA.yml 2014-03-03 12:21:57.000000000 +0100 +++ new/Sys-Virt-1.2.3/MYMETA.yml 2014-04-07 12:50:30.000000000 +0200 @@ -24,4 +24,4 @@ Test::Pod::Coverage: 0 Time::HiRes: 0 XML::XPath: 0 -version: v1.2.2 +version: v1.2.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/Makefile.PL new/Sys-Virt-1.2.3/Makefile.PL --- old/Sys-Virt-1.2.2/Makefile.PL 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/Makefile.PL 2014-04-07 12:35:31.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.2.2"; +my $libvirtver = "1.2.3"; 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.2/README new/Sys-Virt-1.2.3/README --- old/Sys-Virt-1.2.2/README 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/README 2014-04-07 12:35:31.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.2.2 +The current minimum required version of libvirt is 1.2.3 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/Virt.xs new/Sys-Virt-1.2.3/Virt.xs --- old/Sys-Virt-1.2.2/Virt.xs 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/Virt.xs 2014-04-07 12:35:31.000000000 +0200 @@ -3125,13 +3125,24 @@ void core_dump(dom, to, flags=0) virDomainPtr dom; - const char *to + const char *to; unsigned int flags; PPCODE: if (virDomainCoreDump(dom, to, flags) < 0) _croak_error(); +void +core_dump_format(dom, to, format, flags=0) + virDomainPtr dom; + const char *to; + unsigned int format; + unsigned int flags; + PPCODE: + if (virDomainCoreDumpWithFormat(dom, to, format, flags) < 0) + _croak_error(); + + HV * get_info(dom) virDomainPtr dom; @@ -6761,6 +6772,7 @@ REGISTER_CONSTANT(VIR_MIGRATE_OFFLINE, MIGRATE_OFFLINE); REGISTER_CONSTANT(VIR_MIGRATE_COMPRESSED, MIGRATE_COMPRESSED); REGISTER_CONSTANT(VIR_MIGRATE_ABORT_ON_ERROR, MIGRATE_ABORT_ON_ERROR); + REGISTER_CONSTANT(VIR_MIGRATE_AUTO_CONVERGE, MIGRATE_AUTO_CONVERGE); REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_BANDWIDTH, MIGRATE_PARAM_BANDWIDTH); REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_DEST_NAME, MIGRATE_PARAM_DEST_NAME); @@ -7141,6 +7153,10 @@ REGISTER_CONSTANT(VIR_DOMAIN_SEND_KEY_MAX_KEYS, SEND_KEY_MAX_KEYS); + REGISTER_CONSTANT(VIR_DOMAIN_CORE_DUMP_FORMAT_RAW, CORE_DUMP_FORMAT_RAW); + REGISTER_CONSTANT(VIR_DOMAIN_CORE_DUMP_FORMAT_KDUMP_LZO, CORE_DUMP_FORMAT_KDUMP_LZO); + REGISTER_CONSTANT(VIR_DOMAIN_CORE_DUMP_FORMAT_KDUMP_SNAPPY, CORE_DUMP_FORMAT_KDUMP_SNAPPY); + REGISTER_CONSTANT(VIR_DOMAIN_CORE_DUMP_FORMAT_KDUMP_ZLIB, CORE_DUMP_FORMAT_KDUMP_ZLIB); stash = gv_stashpv( "Sys::Virt::DomainSnapshot", TRUE ); REGISTER_CONSTANT(VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN, DELETE_CHILDREN); @@ -7392,6 +7408,7 @@ REGISTER_CONSTANT(VIR_FROM_ACCESS, FROM_ACCESS); REGISTER_CONSTANT(VIR_FROM_SYSTEMD, FROM_SYSTEMD); REGISTER_CONSTANT(VIR_FROM_BHYVE, FROM_BHYVE); + REGISTER_CONSTANT(VIR_FROM_CRYPTO, FROM_CRYPTO); REGISTER_CONSTANT(VIR_ERR_OK, ERR_OK); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/lib/Sys/Virt/Domain.pm new/Sys-Virt-1.2.3/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-1.2.2/lib/Sys/Virt/Domain.pm 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/lib/Sys/Virt/Domain.pm 2014-04-07 12:35:31.000000000 +0200 @@ -227,6 +227,34 @@ The optional C<$flags> flags parameter is currently unused and if omitted will default to 0. +=item $dom->core_dump_format($filename, $format, [, $flags]) + +Trigger a core dump of the guest virtual machine, saving its memory +image to C<$filename> so it can be analysed by tools such as C<crash>. +The C<$format> parameter is one of the core dump format constants. +The optional C<$flags> flags parameter is currently unused and if +omitted will default to 0. + +=over 4 + +=item Sys::Virt::Domain::CORE_DUMP_FORMAT_RAW + +The raw ELF format + +=item Sys::Virt::Domain::CORE_DUMP_FORMAT_KDUMP_ZLIB + +The zlib compressed ELF format + +=item Sys::Virt::Domain::CORE_DUMP_FORMAT_KDUMP_SNAPPY + +The snappy compressed ELF format + +=item Sys::Virt::Domain::CORE_DUMP_FORMAT_KDUMP_LZO + +The lzo compressed ELF format + +=back + =item $dom->destroy() Immediately poweroff the machine. This is equivalent to removing the @@ -1875,6 +1903,11 @@ Abort if an I/O error occurrs on the disk +=item Sys::Virt::Domain::MIGRATE_AUTO_CONVERGE + +Force convergance of the migration operation by +throttling guest runtime + =back =head2 UNDEFINE CONSTANTS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/lib/Sys/Virt/Error.pm new/Sys-Virt-1.2.3/lib/Sys/Virt/Error.pm --- old/Sys-Virt-1.2.2/lib/Sys/Virt/Error.pm 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/lib/Sys/Virt/Error.pm 2014-04-07 12:35:31.000000000 +0200 @@ -366,6 +366,10 @@ The FreeBSD BHyve driver +=item Sys::Virt::Error::FROM_CRYPTO + +The cryptographic helper APIs. + =back =head2 ERROR CODE CONSTANTS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/lib/Sys/Virt.pm new/Sys-Virt-1.2.3/lib/Sys/Virt.pm --- old/Sys-Virt-1.2.2/lib/Sys/Virt.pm 2014-03-03 12:21:53.000000000 +0100 +++ new/Sys-Virt-1.2.3/lib/Sys/Virt.pm 2014-04-07 12:35:31.000000000 +0200 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '1.2.2'; +our $VERSION = '1.2.3'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.2/perl-Sys-Virt.spec new/Sys-Virt-1.2.3/perl-Sys-Virt.spec --- old/Sys-Virt-1.2.2/perl-Sys-Virt.spec 2014-03-03 12:22:04.000000000 +0100 +++ new/Sys-Virt-1.2.3/perl-Sys-Virt.spec 2014-04-07 12:50:38.000000000 +0200 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 1.2.2 +Version: 1.2.3 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org