Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-08-12 15:12:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2015-07-25 07:44:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-08-12 15:12:52.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 15:20:43 UTC 2015 - [email protected]
+
+- Update to 1.2.18
+  - Add all new APIs and constants in libvirt 1.2.18
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.ovM0DH/_old  2015-08-12 15:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ovM0DH/_new  2015-08-12 15:12:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sys-Virt
-Version:        1.2.17
+Version:        1.2.18
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-1.2.17.tar.gz -> Sys-Virt-1.2.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/Changes new/Sys-Virt-1.2.18/Changes
--- old/Sys-Virt-1.2.17/Changes 2015-07-17 15:33:30.000000000 +0200
+++ new/Sys-Virt-1.2.18/Changes 2015-08-03 12:57:40.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.2.18 2015-08-03
+
+ - Add VIR_ERR_MIGRATE_FINISH_OK constant
+
 1.2.17 2015-07-17
 
  - Add VIR_FROM_ADMIN constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/META.yml new/Sys-Virt-1.2.18/META.yml
--- old/Sys-Virt-1.2.17/META.yml        2015-07-17 15:33:52.000000000 +0200
+++ new/Sys-Virt-1.2.18/META.yml        2015-08-04 11:07:17.000000000 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         Sys-Virt
 abstract:     Extension for the libvirt library
-version:      1.2.17
+version:      1.2.18
 author:
   - Daniel P. Berrange <[email protected]>
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/MYMETA.json 
new/Sys-Virt-1.2.18/MYMETA.json
--- old/Sys-Virt-1.2.17/MYMETA.json     2015-07-17 15:33:44.000000000 +0200
+++ new/Sys-Virt-1.2.18/MYMETA.json     2015-08-04 11:07:07.000000000 +0200
@@ -42,5 +42,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "v1.2.17"
+   "version" : "v1.2.18"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/MYMETA.yml 
new/Sys-Virt-1.2.18/MYMETA.yml
--- old/Sys-Virt-1.2.17/MYMETA.yml      2015-07-17 15:33:44.000000000 +0200
+++ new/Sys-Virt-1.2.18/MYMETA.yml      2015-08-04 11:07:07.000000000 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.17
+version: v1.2.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/Makefile.PL 
new/Sys-Virt-1.2.18/Makefile.PL
--- old/Sys-Virt-1.2.17/Makefile.PL     2015-07-17 15:33:30.000000000 +0200
+++ new/Sys-Virt-1.2.18/Makefile.PL     2015-08-03 12:57:40.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.17";
+my $libvirtver = "1.2.18";
 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.17/README new/Sys-Virt-1.2.18/README
--- old/Sys-Virt-1.2.17/README  2015-07-17 15:33:30.000000000 +0200
+++ new/Sys-Virt-1.2.18/README  2015-08-03 12:57:40.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.17
+The current minimum required version of libvirt is 1.2.18
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/Virt.xs new/Sys-Virt-1.2.18/Virt.xs
--- old/Sys-Virt-1.2.17/Virt.xs 2015-07-17 15:33:30.000000000 +0200
+++ new/Sys-Virt-1.2.18/Virt.xs 2015-08-03 12:57:40.000000000 +0200
@@ -297,6 +297,7 @@
 
       strncpy(localparams[*nparams + i].field, key,
              VIR_TYPED_PARAM_FIELD_LENGTH);
+      localparams[*nparams + i].field[VIR_TYPED_PARAM_FIELD_LENGTH - 1] = '\0';
 
       localparams[*nparams + i].type = VIR_TYPED_PARAM_STRING;
       localparams[*nparams + i].value.s = ptr;
@@ -8320,4 +8321,5 @@
       REGISTER_CONSTANT(VIR_ERR_STORAGE_VOL_EXIST, ERR_STORAGE_VOL_EXIST);
       REGISTER_CONSTANT(VIR_ERR_CPU_INCOMPATIBLE, ERR_CPU_INCOMPATIBLE);
       REGISTER_CONSTANT(VIR_ERR_XML_INVALID_SCHEMA, ERR_INVALID_SCHEMA);
+      REGISTER_CONSTANT(VIR_ERR_MIGRATE_FINISH_OK, ERR_MIGRATE_FINISH_OK);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/lib/Sys/Virt/Error.pm 
new/Sys-Virt-1.2.18/lib/Sys/Virt/Error.pm
--- old/Sys-Virt-1.2.17/lib/Sys/Virt/Error.pm   2015-07-17 15:33:30.000000000 
+0200
+++ new/Sys-Virt-1.2.18/lib/Sys/Virt/Error.pm   2015-08-03 12:57:40.000000000 
+0200
@@ -768,6 +768,10 @@
 
 The XML document does not comply with the XML schema
 
+=item Sys::Virt::Error::ERR_MIGRATE_FINISH_OK
+
+Migration finished but expected to return NULL domain.
+
 =back
 
 =head1 AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/lib/Sys/Virt.pm 
new/Sys-Virt-1.2.18/lib/Sys/Virt.pm
--- old/Sys-Virt-1.2.17/lib/Sys/Virt.pm 2015-07-17 15:33:30.000000000 +0200
+++ new/Sys-Virt-1.2.18/lib/Sys/Virt.pm 2015-08-03 12:57:40.000000000 +0200
@@ -78,7 +78,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '1.2.17';
+our $VERSION = '1.2.18';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.17/perl-Sys-Virt.spec 
new/Sys-Virt-1.2.18/perl-Sys-Virt.spec
--- old/Sys-Virt-1.2.17/perl-Sys-Virt.spec      2015-07-17 15:33:52.000000000 
+0200
+++ new/Sys-Virt-1.2.18/perl-Sys-Virt.spec      2015-08-04 11:07:17.000000000 
+0200
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        1.2.17
+Version:        1.2.18
 Release:        1%{?dist}%{?extra_release}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic


Reply via email to