Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-10-02 19:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Oct  2 19:46:02 2018 rev:64 rq:638863 version:4.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes      
2018-08-24 17:11:45.354617222 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-10-02 19:47:45.873809605 +0200
@@ -1,0 +2,6 @@
+Thu Sep 20 20:53:56 UTC 2018 - James Fehlig <[email protected]>
+
+- Update to 4.7.0
+  - Add all new APIs and constants in libvirt 4.7.0
+
+-------------------------------------------------------------------

Old:
----
  Sys-Virt-v4.6.0.tar.gz

New:
----
  Sys-Virt-v4.7.0.tar.gz

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

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.zZcWvd/_old  2018-10-02 19:47:46.421809038 +0200
+++ /var/tmp/diff_new_pack.zZcWvd/_new  2018-10-02 19:47:46.425809034 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Sys-Virt
-Version:        4.6.0
+Version:        4.7.0
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-v4.6.0.tar.gz -> Sys-Virt-v4.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/Build.PL new/Sys-Virt-v4.7.0/Build.PL
--- old/Sys-Virt-v4.6.0/Build.PL        2018-08-06 19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/Build.PL        2018-09-04 15:03:25.000000000 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.6.0";
+my $libvirtver = "4.7.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-v4.6.0/Changes new/Sys-Virt-v4.7.0/Changes
--- old/Sys-Virt-v4.6.0/Changes 2018-08-06 19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/Changes 2018-09-04 15:03:25.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+4.7.0 2018-09-04
+
+ - Various POD spelling error fixes
+
 4.6.0 2018-08-06
 
  - Add VIR_DOMAIN_MEMORY_STAT_DISK_CACHES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/META.json 
new/Sys-Virt-v4.7.0/META.json
--- old/Sys-Virt-v4.6.0/META.json       2018-08-06 19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/META.json       2018-09-04 15:03:25.000000000 +0200
@@ -41,7 +41,7 @@
    "provides" : {
       "Sys::Virt" : {
          "file" : "lib/Sys/Virt.pm",
-         "version" : "v4.6.0"
+         "version" : "v4.7.0"
       },
       "Sys::Virt::Domain" : {
          "file" : "lib/Sys/Virt/Domain.pm"
@@ -94,6 +94,6 @@
       },
       "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list";
    },
-   "version" : "v4.6.0",
+   "version" : "v4.7.0",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/META.yml new/Sys-Virt-v4.7.0/META.yml
--- old/Sys-Virt-v4.6.0/META.yml        2018-08-06 19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/META.yml        2018-09-04 15:03:25.000000000 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
     file: lib/Sys/Virt.pm
-    version: v4.6.0
+    version: v4.7.0
   Sys::Virt::Domain:
     file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainSnapshot:
@@ -58,5 +58,5 @@
   homepage: http://libvirt.org/
   license: http://www.gnu.org/licenses/gpl.html
   repository: https://libvirt.org/git/?p=libvirt-perl.git;a=summary
-version: v4.6.0
+version: v4.7.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/README new/Sys-Virt-v4.7.0/README
--- old/Sys-Virt-v4.6.0/README  2018-08-06 19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/README  2018-09-04 15:03:25.000000000 +0200
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 4.6.0
+The current minimum required version of libvirt is 4.7.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/lib/Sys/Virt/Domain.pm 
new/Sys-Virt-v4.7.0/lib/Sys/Virt/Domain.pm
--- old/Sys-Virt-v4.6.0/lib/Sys/Virt/Domain.pm  2018-08-06 19:18:13.000000000 
+0200
+++ new/Sys-Virt-v4.7.0/lib/Sys/Virt/Domain.pm  2018-09-04 15:03:25.000000000 
+0200
@@ -1078,7 +1078,7 @@
 =item C<Sys::Virt::Domain::MIGRATE_PARAM_MIGRATE_DISKS>
 
 The list of disks to migrate when doing block storage migration.
-In constrast to other parameters whose values are plain strings,
+In contrast to other parameters whose values are plain strings,
 the parameter value should be an array reference, whose elements
 are in turn strings representing the disk target names.
 
@@ -1360,7 +1360,7 @@
 guest domain. The returned list will have one element for each vCPU,
 where each elements contains a hash reference. The keys in the hash
 are, C<number> the vCPU number, C<cpu> the physical CPU on which the
-vCPU is currently scheduled, C<cpuTime> the cummulative execution
+vCPU is currently scheduled, C<cpuTime> the cumulative execution
 time of the vCPU, C<state> the running state and C<affinity> giving
 the allowed shedular placement. The value for C<affinity> is a
 string representing a bitmask against physical CPUs, 8 cpus per
@@ -1422,7 +1422,7 @@
 =item my @stats = $dom->get_cpu_stats($startCpu, $numCpus, $flags=0)
 
 Requests the guests host physical CPU usage statistics, starting
-from host CPU <$startCpu> counting upto C<$numCpus>. If C<$startCpu>
+from host CPU <$startCpu> counting up to C<$numCpus>. If C<$startCpu>
 is -1 and C<$numCpus> is 1, then the utilization across all CPUs
 is returned. Returns an array of hash references, each element
 containing stats for one CPU.
@@ -1518,7 +1518,7 @@
 
 =item Sys::Virt::Domain::JOB_TIME_ELAPSED_NET
 
-Time in miliseconds since the beginning of the migration job NOT
+Time in milliseconds since the beginning of the migration job NOT
 including the time required to transfer control flow from the
 source host to the destination host.
 
@@ -3515,7 +3515,7 @@
 
 =item Sys::Virt::Domain::EVENT_DISK_DROP_MISSING_ON_START
 
-The disk device was dropped, as its source was missing whe  attempting to 
start the guest
+The disk device was dropped, as its source was missing when  attempting to 
start the guest
 
 =back
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/lib/Sys/Virt/StoragePool.pm 
new/Sys-Virt-v4.7.0/lib/Sys/Virt/StoragePool.pm
--- old/Sys-Virt-v4.6.0/lib/Sys/Virt/StoragePool.pm     2018-08-06 
19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/lib/Sys/Virt/StoragePool.pm     2018-09-04 
15:03:25.000000000 +0200
@@ -436,7 +436,7 @@
 
 =item Sys::Virt::StoragePool::LIST_FS
 
-Include filesytem storage pools
+Include filesystem storage pools
 
 =item Sys::Virt::StoragePool::LIST_ISCSI
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/lib/Sys/Virt/StorageVol.pm 
new/Sys-Virt-v4.7.0/lib/Sys/Virt/StorageVol.pm
--- old/Sys-Virt-v4.6.0/lib/Sys/Virt/StorageVol.pm      2018-08-06 
19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/lib/Sys/Virt/StorageVol.pm      2018-09-04 
15:03:25.000000000 +0200
@@ -245,7 +245,7 @@
 
 =item Sys::Virt::StorageVol::DELETE_ZEROED
 
-Zero out current allocated blocks when deleteing the volume
+Zero out current allocated blocks when deleting the volume
 
 =item Sys::Virt::StorageVol::DELETE_WITH_SNAPSHOTS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/lib/Sys/Virt/Stream.pm 
new/Sys-Virt-v4.7.0/lib/Sys/Virt/Stream.pm
--- old/Sys-Virt-v4.6.0/lib/Sys/Virt/Stream.pm  2018-08-06 19:18:13.000000000 
+0200
+++ new/Sys-Virt-v4.7.0/lib/Sys/Virt/Stream.pm  2018-09-04 15:03:25.000000000 
+0200
@@ -89,7 +89,7 @@
 
 =item $rv = $st->send($data, $nbytes)
 
-Send upto C<$nbytes> worth of data, copying from C<$data>.
+Send up to C<$nbytes> worth of data, copying from C<$data>.
 Returns the number of bytes sent, or -2 if I/O would block,
 or -1 on error.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/lib/Sys/Virt.pm 
new/Sys-Virt-v4.7.0/lib/Sys/Virt.pm
--- old/Sys-Virt-v4.6.0/lib/Sys/Virt.pm 2018-08-06 19:18:13.000000000 +0200
+++ new/Sys-Virt-v4.7.0/lib/Sys/Virt.pm 2018-09-04 15:03:25.000000000 +0200
@@ -79,7 +79,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '4.6.0';
+our $VERSION = '4.7.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
@@ -1473,7 +1473,7 @@
 
 Returns a hash reference providing information about the host
 CPU statistics. If <$cpuNum> is omitted, it defaults to 
C<Sys::Virt::NODE_CPU_STATS_ALL_CPUS>
-which causes it to return cummulative information for all
+which causes it to return cumulative information for all
 CPUs in the host. If C<$cpuNum> is zero or larger, it returns
 information just for the specified number. The C<$flags>
 parameter is currently unused and defaults to zero. The
@@ -1507,7 +1507,7 @@
 
 Returns a hash reference providing information about the host
 memory statistics. If <$cellNum> is omitted, it defaults to 
C<Sys::Virt::NODE_MEMORY_STATS_ALL_CELLS>
-which causes it to return cummulative information for all
+which causes it to return cumulative information for all
 NUMA cells in the host. If C<$cellNum> is zero or larger, it
 returns information just for the specified number. The C<$flags>
 parameter is currently unused and defaults to zero. The
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/perl-Sys-Virt.spec 
new/Sys-Virt-v4.7.0/perl-Sys-Virt.spec
--- old/Sys-Virt-v4.6.0/perl-Sys-Virt.spec      2018-08-06 19:18:13.000000000 
+0200
+++ new/Sys-Virt-v4.7.0/perl-Sys-Virt.spec      2018-09-04 15:03:25.000000000 
+0200
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        4.6.0
+Version:        4.7.0
 Release:        1%{?dist}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic
@@ -38,6 +38,7 @@
 BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+BuildRequires:  git
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -46,7 +47,7 @@
 virtualization containers to be managed with a consistent API.
 
 %prep
-%setup -q -n Sys-Virt-v%{version}
+%autosetup -S git -n Sys-Virt-v%{version}
 
 
 %build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/perl-Sys-Virt.spec.PL 
new/Sys-Virt-v4.7.0/perl-Sys-Virt.spec.PL
--- old/Sys-Virt-v4.6.0/perl-Sys-Virt.spec.PL   2018-08-06 19:18:13.000000000 
+0200
+++ new/Sys-Virt-v4.7.0/perl-Sys-Virt.spec.PL   2018-09-04 15:03:25.000000000 
+0200
@@ -64,6 +64,7 @@
 BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+BuildRequires:  git
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -72,7 +73,7 @@
 virtualization containers to be managed with a consistent API.
 
 %prep
-%setup -q -n Sys-Virt-v%{version}
+%autosetup -S git -n Sys-Virt-v%{version}
 
 
 %build

++++++ suse-set-migration-constraints.patch ++++++
--- /var/tmp/diff_new_pack.zZcWvd/_old  2018-10-02 19:47:46.533808922 +0200
+++ /var/tmp/diff_new_pack.zZcWvd/_new  2018-10-02 19:47:46.537808918 +0200
@@ -2,10 +2,10 @@
 
 References: fate#316614, bsc#859868
 
-Index: Sys-Virt-v4.6.0/lib/Sys/Virt/Domain.pm
+Index: Sys-Virt-v4.7.0/lib/Sys/Virt/Domain.pm
 ===================================================================
---- Sys-Virt-v4.6.0.orig/lib/Sys/Virt/Domain.pm
-+++ Sys-Virt-v4.6.0/lib/Sys/Virt/Domain.pm
+--- Sys-Virt-v4.7.0.orig/lib/Sys/Virt/Domain.pm
++++ Sys-Virt-v4.7.0/lib/Sys/Virt/Domain.pm
 @@ -1117,6 +1117,22 @@ The initial percentage to throttle guest
  The additional percentage step size to throttle guest vCPUs if
  progress is not made
@@ -29,10 +29,10 @@
  =back
  
  =item $ddom = $dom->migrate(destcon, flags=0, dname=undef, uri=undef, 
bandwidth=0)
-Index: Sys-Virt-v4.6.0/lib/Sys/Virt.xs
+Index: Sys-Virt-v4.7.0/lib/Sys/Virt.xs
 ===================================================================
---- Sys-Virt-v4.6.0.orig/lib/Sys/Virt.xs
-+++ Sys-Virt-v4.6.0/lib/Sys/Virt.xs
+--- Sys-Virt-v4.7.0.orig/lib/Sys/Virt.xs
++++ Sys-Virt-v4.7.0/lib/Sys/Virt.xs
 @@ -5321,7 +5321,7 @@ _migrate(dom, destcon, newparams, flags=
       virTypedParameterPtr params;
       int nparams;


Reply via email to