Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-10-15 09:43: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"

Mon Oct 15 09:43:02 2018 rev:65 rq:641737 version:4.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes      
2018-10-02 19:47:45.873809605 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-10-15 09:43:23.239375352 +0200
@@ -1,0 +2,11 @@
+Fri Oct  5 16:38:01 UTC 2018 - James Fehlig <[email protected]>
+
+- Use %license for LICENSE file
+
+-------------------------------------------------------------------
+Fri Oct  5 16:26:38 UTC 2018 - James Fehlig <[email protected]>
+
+- Update to 4.8.0
+  - Add all new APIs and constants in libvirt 4.8.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.7GPOL3/_old  2018-10-15 09:43:24.239374229 +0200
+++ /var/tmp/diff_new_pack.7GPOL3/_new  2018-10-15 09:43:24.239374229 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sys-Virt
-Version:        4.7.0
+Version:        4.8.0
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection
@@ -77,6 +77,7 @@
 
 %files -f %{name}.files
 %defattr(644,root,root,755)
-%doc AUTHORS Changes HACKING LICENSE perl-Sys-Virt.spec README
+%license LICENSE
+%doc AUTHORS Changes HACKING perl-Sys-Virt.spec README
 
 %changelog

++++++ Sys-Virt-v4.7.0.tar.gz -> Sys-Virt-v4.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/Build.PL new/Sys-Virt-v4.8.0/Build.PL
--- old/Sys-Virt-v4.7.0/Build.PL        2018-09-04 15:03:25.000000000 +0200
+++ new/Sys-Virt-v4.8.0/Build.PL        2018-10-05 15:29:56.000000000 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.7.0";
+my $libvirtver = "4.8.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.7.0/Changes new/Sys-Virt-v4.8.0/Changes
--- old/Sys-Virt-v4.7.0/Changes 2018-09-04 15:03:25.000000000 +0200
+++ new/Sys-Virt-v4.8.0/Changes 2018-10-05 15:29:56.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+4.8.0 2018-00-00
+
+ - XXX
+
 4.7.0 2018-09-04
 
  - Various POD spelling error fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/META.json 
new/Sys-Virt-v4.8.0/META.json
--- old/Sys-Virt-v4.7.0/META.json       2018-09-04 15:03:25.000000000 +0200
+++ new/Sys-Virt-v4.8.0/META.json       2018-10-05 15:29:56.000000000 +0200
@@ -41,7 +41,7 @@
    "provides" : {
       "Sys::Virt" : {
          "file" : "lib/Sys/Virt.pm",
-         "version" : "v4.7.0"
+         "version" : "v4.8.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.7.0",
+   "version" : "v4.8.0",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/META.yml new/Sys-Virt-v4.8.0/META.yml
--- old/Sys-Virt-v4.7.0/META.yml        2018-09-04 15:03:25.000000000 +0200
+++ new/Sys-Virt-v4.8.0/META.yml        2018-10-05 15:29:56.000000000 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
     file: lib/Sys/Virt.pm
-    version: v4.7.0
+    version: v4.8.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.7.0
+version: v4.8.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/README new/Sys-Virt-v4.8.0/README
--- old/Sys-Virt-v4.7.0/README  2018-09-04 15:03:25.000000000 +0200
+++ new/Sys-Virt-v4.8.0/README  2018-10-05 15:29:56.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.7.0
+The current minimum required version of libvirt is 4.8.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/lib/Sys/Virt.pm 
new/Sys-Virt-v4.8.0/lib/Sys/Virt.pm
--- old/Sys-Virt-v4.7.0/lib/Sys/Virt.pm 2018-09-04 15:03:25.000000000 +0200
+++ new/Sys-Virt-v4.8.0/lib/Sys/Virt.pm 2018-10-05 15:29:56.000000000 +0200
@@ -79,7 +79,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '4.7.0';
+our $VERSION = '4.8.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/perl-Sys-Virt.spec 
new/Sys-Virt-v4.8.0/perl-Sys-Virt.spec
--- old/Sys-Virt-v4.7.0/perl-Sys-Virt.spec      2018-09-04 15:03:25.000000000 
+0200
+++ new/Sys-Virt-v4.8.0/perl-Sys-Virt.spec      2018-10-05 15:29:56.000000000 
+0200
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        4.7.0
+Version:        4.8.0
 Release:        1%{?dist}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/t/400-storage-pools.t 
new/Sys-Virt-v4.8.0/t/400-storage-pools.t
--- old/Sys-Virt-v4.7.0/t/400-storage-pools.t   2018-09-04 15:03:25.000000000 
+0200
+++ new/Sys-Virt-v4.8.0/t/400-storage-pools.t   2018-10-05 15:29:56.000000000 
+0200
@@ -60,7 +60,7 @@
   <name>wibble</name>
   <uuid>12341234-5678-5678-5678-123412341234</uuid>
   <target>
-    <path>/default-pool</path>
+    <path>/wibble</path>
   </target>
 </pool>";
 

++++++ suse-set-migration-constraints.patch ++++++
--- /var/tmp/diff_new_pack.7GPOL3/_old  2018-10-15 09:43:24.339374117 +0200
+++ /var/tmp/diff_new_pack.7GPOL3/_new  2018-10-15 09:43:24.343374112 +0200
@@ -2,10 +2,10 @@
 
 References: fate#316614, bsc#859868
 
-Index: Sys-Virt-v4.7.0/lib/Sys/Virt/Domain.pm
+Index: Sys-Virt-v4.8.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
+--- Sys-Virt-v4.8.0.orig/lib/Sys/Virt/Domain.pm
++++ Sys-Virt-v4.8.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.7.0/lib/Sys/Virt.xs
+Index: Sys-Virt-v4.8.0/lib/Sys/Virt.xs
 ===================================================================
---- Sys-Virt-v4.7.0.orig/lib/Sys/Virt.xs
-+++ Sys-Virt-v4.7.0/lib/Sys/Virt.xs
+--- Sys-Virt-v4.8.0.orig/lib/Sys/Virt.xs
++++ Sys-Virt-v4.8.0/lib/Sys/Virt.xs
 @@ -5321,7 +5321,7 @@ _migrate(dom, destcon, newparams, flags=
       virTypedParameterPtr params;
       int nparams;


Reply via email to