Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-05-09 18:09:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sys-Virt"

Tue May  9 18:09:54 2017 rev:53 rq:493582 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes      
2017-04-11 09:41:19.841564433 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-05-09 18:09:56.539302213 +0200
@@ -1,0 +2,7 @@
+Mon May  8 17:45:24 UTC 2017 - [email protected]
+
+- Update to 3.3.0
+  - Add all new APIs and constants in libvirt 3.3.0
+  - FATE#319684, FATE#321335, FATE#321349
+
+-------------------------------------------------------------------

Old:
----
  Sys-Virt-3.2.0.tar.gz

New:
----
  Sys-Virt-3.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.MLeKEv/_old  2017-05-09 18:09:57.511164878 +0200
+++ /var/tmp/diff_new_pack.MLeKEv/_new  2017-05-09 18:09:57.515164313 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sys-Virt
-Version:        3.2.0
+Version:        3.3.0
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-3.2.0.tar.gz -> Sys-Virt-3.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/Changes new/Sys-Virt-3.3.0/Changes
--- old/Sys-Virt-3.2.0/Changes  2017-04-03 15:40:07.000000000 +0200
+++ new/Sys-Virt-3.3.0/Changes  2017-05-08 12:23:32.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+3.3.0 2017-05-08
+
+ - Add VIR_DOMAIN_JOB_OPERATION* constants
+
 3.2.0 2017-04-03
 
  - Add PERF_PARAM_CPU_CLOCK constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/META.yml new/Sys-Virt-3.3.0/META.yml
--- old/Sys-Virt-3.2.0/META.yml 2017-04-03 15:41:13.000000000 +0200
+++ new/Sys-Virt-3.3.0/META.yml 2017-05-08 12:25:34.000000000 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         Sys-Virt
 abstract:     Extension for the libvirt library
-version:      3.2.0
+version:      3.3.0
 author:
   - Daniel P. Berrange <[email protected]>
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/MYMETA.json 
new/Sys-Virt-3.3.0/MYMETA.json
--- old/Sys-Virt-3.2.0/MYMETA.json      2017-04-03 15:41:05.000000000 +0200
+++ new/Sys-Virt-3.3.0/MYMETA.json      2017-05-08 12:25:26.000000000 +0200
@@ -42,6 +42,6 @@
       }
    },
    "release_status" : "stable",
-   "version" : "v3.2.0",
+   "version" : "v3.3.0",
    "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/MYMETA.yml 
new/Sys-Virt-3.3.0/MYMETA.yml
--- old/Sys-Virt-3.2.0/MYMETA.yml       2017-04-03 15:41:05.000000000 +0200
+++ new/Sys-Virt-3.3.0/MYMETA.yml       2017-05-08 12:25:26.000000000 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.2.0
+version: v3.3.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/Makefile.PL 
new/Sys-Virt-3.3.0/Makefile.PL
--- old/Sys-Virt-3.2.0/Makefile.PL      2017-03-07 10:57:27.000000000 +0100
+++ new/Sys-Virt-3.3.0/Makefile.PL      2017-04-03 15:51:08.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.2.0";
+my $libvirtver = "3.3.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.2.0/README new/Sys-Virt-3.3.0/README
--- old/Sys-Virt-3.2.0/README   2017-03-07 10:57:18.000000000 +0100
+++ new/Sys-Virt-3.3.0/README   2017-04-03 15:50:44.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.2.0
+The current minimum required version of libvirt is 3.3.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/Virt.xs new/Sys-Virt-3.3.0/Virt.xs
--- old/Sys-Virt-3.2.0/Virt.xs  2017-04-03 15:25:40.000000000 +0200
+++ new/Sys-Virt-3.3.0/Virt.xs  2017-04-28 13:10:06.000000000 +0200
@@ -8402,6 +8402,7 @@
       REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_TIME_ELAPSED, JOB_TIME_ELAPSED);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_TIME_ELAPSED_NET, 
JOB_TIME_ELAPSED_NET);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_TIME_REMAINING, JOB_TIME_REMAINING);
+      REGISTER_CONSTANT_STR(VIR_DOMAIN_JOB_OPERATION, JOB_OPERATION);
 
       REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_JOB_TYPE_UNKNOWN, 
BLOCK_JOB_TYPE_UNKNOWN);
       REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_JOB_TYPE_PULL, BLOCK_JOB_TYPE_PULL);
@@ -8777,6 +8778,16 @@
 
       REGISTER_CONSTANT(VIR_DOMAIN_PASSWORD_ENCRYPTED, PASSWORD_ENCRYPTED);
 
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_UNKNOWN, 
JOB_OPERATION_UNKNOWN);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_START, JOB_OPERATION_START);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_SAVE, JOB_OPERATION_SAVE);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_RESTORE, 
JOB_OPERATION_RESTORE);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_MIGRATION_IN, 
JOB_OPERATION_MIGRATION_IN);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_MIGRATION_OUT, 
JOB_OPERATION_MIGRATION_OUT);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_SNAPSHOT, 
JOB_OPERATION_SNAPSHOT);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_SNAPSHOT_REVERT, 
JOB_OPERATION_SNAPSHOT_REVERT);
+      REGISTER_CONSTANT(VIR_DOMAIN_JOB_OPERATION_DUMP, JOB_OPERATION_DUMP);
+
       stash = gv_stashpv( "Sys::Virt::DomainSnapshot", TRUE );
       REGISTER_CONSTANT(VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN, DELETE_CHILDREN);
       REGISTER_CONSTANT(VIR_DOMAIN_SNAPSHOT_DELETE_METADATA_ONLY, 
DELETE_METADATA_ONLY);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/lib/Sys/Virt/Domain.pm 
new/Sys-Virt-3.3.0/lib/Sys/Virt/Domain.pm
--- old/Sys-Virt-3.2.0/lib/Sys/Virt/Domain.pm   2017-04-03 15:25:40.000000000 
+0200
+++ new/Sys-Virt-3.3.0/lib/Sys/Virt/Domain.pm   2017-04-28 13:12:40.000000000 
+0200
@@ -1611,6 +1611,52 @@
 
 The number of milliseconds of time doing setup of the job
 
+=item Sys::Virt::Domain::JOB_OPERATION
+
+The type of operation associated with the job
+
+=back
+
+The values for the Sys::Virt::Domain::JOB_OPERATION field are
+
+=over 4
+
+=item Sys::Virt::Domain::JOB_OPERATION_UNKNOWN
+
+No known job type
+
+=item Sys::Virt::Domain::JOB_OPERATION_START
+
+The guest is starting
+
+=item Sys::Virt::Domain::JOB_OPERATION_SAVE
+
+The guest is saving to disk
+
+=item Sys::Virt::Domain::JOB_OPERATION_RESTORE
+
+The guest is restoring from disk
+
+=item Sys::Virt::Domain::JOB_OPERATION_MIGRATION_IN
+
+The guest is migrating in from another host
+
+=item Sys::Virt::Domain::JOB_OPERATION_MIGRATION_OUT
+
+The guest is migrating out to another host
+
+=item Sys::Virt::Domain::JOB_OPERATION_SNAPSHOT
+
+The guest is saving a snapshot
+
+=item Sys::Virt::Domain::JOB_OPERATION_SNAPSHOT_REVERT
+
+The guest is reverting to a snapshot
+
+=item Sys::Virt::Domain::JOB_OPERATION_DUMP
+
+The guest is saving a crash dump
+
 =back
 
 =item $dom->abort_job()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/lib/Sys/Virt/NodeDevice.pm 
new/Sys-Virt-3.3.0/lib/Sys/Virt/NodeDevice.pm
--- old/Sys-Virt-3.2.0/lib/Sys/Virt/NodeDevice.pm       2017-02-20 
17:50:50.000000000 +0100
+++ new/Sys-Virt-3.3.0/lib/Sys/Virt/NodeDevice.pm       2017-04-19 
11:10:19.000000000 +0200
@@ -193,11 +193,11 @@
 
 =over 4
 
-=item Sys::Virt::StoragePool::EVENT_CREATED
+=item Sys::Virt::NodeDevice::EVENT_CREATED
 
 Indicates that a device was created
 
-=item Sys::Virt::StoragePool::EVENT_DELETED
+=item Sys::Virt::NodeDevice::EVENT_DELETED
 
 Indicates that a device has been deleted
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/lib/Sys/Virt.pm 
new/Sys-Virt-3.3.0/lib/Sys/Virt.pm
--- old/Sys-Virt-3.2.0/lib/Sys/Virt.pm  2017-03-07 10:57:08.000000000 +0100
+++ new/Sys-Virt-3.3.0/lib/Sys/Virt.pm  2017-04-03 15:50:38.000000000 +0200
@@ -78,7 +78,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '3.2.0';
+our $VERSION = '3.3.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/perl-Sys-Virt.spec 
new/Sys-Virt-3.3.0/perl-Sys-Virt.spec
--- old/Sys-Virt-3.2.0/perl-Sys-Virt.spec       2017-04-03 15:41:13.000000000 
+0200
+++ new/Sys-Virt-3.3.0/perl-Sys-Virt.spec       2017-05-08 12:25:34.000000000 
+0200
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        3.2.0
+Version:        3.3.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.MLeKEv/_old  2017-05-09 18:09:57.671142272 +0200
+++ /var/tmp/diff_new_pack.MLeKEv/_new  2017-05-09 18:09:57.675141706 +0200
@@ -2,10 +2,10 @@
 
 References: fate#316614, bsc#859868
 
-Index: Sys-Virt-3.2.0/Virt.xs
+Index: Sys-Virt-3.3.0/Virt.xs
 ===================================================================
---- Sys-Virt-3.2.0.orig/Virt.xs
-+++ Sys-Virt-3.2.0/Virt.xs
+--- Sys-Virt-3.3.0.orig/Virt.xs
++++ Sys-Virt-3.3.0/Virt.xs
 @@ -5006,7 +5006,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.2.0/lib/Sys/Virt/Domain.pm
+Index: Sys-Virt-3.3.0/lib/Sys/Virt/Domain.pm
 ===================================================================
---- Sys-Virt-3.2.0.orig/lib/Sys/Virt/Domain.pm
-+++ Sys-Virt-3.2.0/lib/Sys/Virt/Domain.pm
+--- Sys-Virt-3.3.0.orig/lib/Sys/Virt/Domain.pm
++++ Sys-Virt-3.3.0/lib/Sys/Virt/Domain.pm
 @@ -1101,6 +1101,22 @@ The initial percentage to throttle guest
  The additional percentage step size to throttle guest vCPUs if
  progress is not made


Reply via email to