Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-09-13 09:45:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-12 15:12:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-09-13 09:45:35.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep  5 03:04:24 UTC 2015 - [email protected]
+
+- Update to 1.2.19
+  - Add all new APIs and constants in libvirt 1.2.19
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.bh9o7f/_old  2015-09-13 09:45:36.000000000 +0200
+++ /var/tmp/diff_new_pack.bh9o7f/_new  2015-09-13 09:45:36.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sys-Virt
-Version:        1.2.18
+Version:        1.2.19
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-1.2.18.tar.gz -> Sys-Virt-1.2.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/Changes new/Sys-Virt-1.2.19/Changes
--- old/Sys-Virt-1.2.18/Changes 2015-08-03 12:57:40.000000000 +0200
+++ new/Sys-Virt-1.2.19/Changes 2015-09-03 11:06:49.000000000 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+1.2.19 2015-09-03
+
+ - Add VIR_DOMAIN_BANDWIDTH_IN_FLOOR constant
+ - Add virDomainRename method
+ - Add domain event constants for rename reason
+
 1.2.18 2015-08-03
 
  - Add VIR_ERR_MIGRATE_FINISH_OK constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/META.yml new/Sys-Virt-1.2.19/META.yml
--- old/Sys-Virt-1.2.18/META.yml        2015-08-04 11:07:17.000000000 +0200
+++ new/Sys-Virt-1.2.19/META.yml        2015-09-03 11:07:03.000000000 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         Sys-Virt
 abstract:     Extension for the libvirt library
-version:      1.2.18
+version:      1.2.19
 author:
   - Daniel P. Berrange <[email protected]>
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/MYMETA.json 
new/Sys-Virt-1.2.19/MYMETA.json
--- old/Sys-Virt-1.2.18/MYMETA.json     2015-08-04 11:07:07.000000000 +0200
+++ new/Sys-Virt-1.2.19/MYMETA.json     2015-09-03 11:06:54.000000000 +0200
@@ -42,5 +42,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "v1.2.18"
+   "version" : "v1.2.19"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/MYMETA.yml 
new/Sys-Virt-1.2.19/MYMETA.yml
--- old/Sys-Virt-1.2.18/MYMETA.yml      2015-08-04 11:07:07.000000000 +0200
+++ new/Sys-Virt-1.2.19/MYMETA.yml      2015-09-03 11:06:54.000000000 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.18
+version: v1.2.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/Makefile.PL 
new/Sys-Virt-1.2.19/Makefile.PL
--- old/Sys-Virt-1.2.18/Makefile.PL     2015-08-03 12:57:40.000000000 +0200
+++ new/Sys-Virt-1.2.19/Makefile.PL     2015-09-03 11:06:49.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.18";
+my $libvirtver = "1.2.19";
 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.18/README new/Sys-Virt-1.2.19/README
--- old/Sys-Virt-1.2.18/README  2015-08-03 12:57:40.000000000 +0200
+++ new/Sys-Virt-1.2.19/README  2015-09-03 11:06:49.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.18
+The current minimum required version of libvirt is 1.2.19
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/Virt.xs new/Sys-Virt-1.2.19/Virt.xs
--- old/Sys-Virt-1.2.18/Virt.xs 2015-08-03 12:57:40.000000000 +0200
+++ new/Sys-Virt-1.2.19/Virt.xs 2015-09-03 11:06:49.000000000 +0200
@@ -3567,6 +3567,15 @@
       if (virDomainSetUserPassword(dom, username, password, flags) < 0)
        _croak_error();
 
+void
+rename(dom, newname, flags=0)
+      virDomainPtr dom;
+      const char *newname;
+      unsigned int flags;
+  PPCODE:
+      if (virDomainRename(dom, newname, flags) < 0)
+       _croak_error();
+
 HV *
 get_control_info(dom, flags=0)
       virDomainPtr dom;
@@ -7548,8 +7557,10 @@
 
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_DEFINED_ADDED, EVENT_DEFINED_ADDED);
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_DEFINED_UPDATED, 
EVENT_DEFINED_UPDATED);
+      REGISTER_CONSTANT(VIR_DOMAIN_EVENT_DEFINED_RENAMED, 
EVENT_DEFINED_RENAMED);
 
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_UNDEFINED_REMOVED, 
EVENT_UNDEFINED_REMOVED);
+      REGISTER_CONSTANT(VIR_DOMAIN_EVENT_UNDEFINED_RENAMED, 
EVENT_UNDEFINED_RENAMED);
 
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_STARTED_BOOTED, EVENT_STARTED_BOOTED);
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_STARTED_MIGRATED, 
EVENT_STARTED_MIGRATED);
@@ -7779,6 +7790,7 @@
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_AVERAGE, 
BANDWIDTH_IN_AVERAGE);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_PEAK, BANDWIDTH_IN_PEAK);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_BURST, BANDWIDTH_IN_BURST);
+      REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_FLOOR, BANDWIDTH_IN_FLOOR);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_OUT_AVERAGE, 
BANDWIDTH_OUT_AVERAGE);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_OUT_PEAK, BANDWIDTH_OUT_PEAK);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_OUT_BURST, 
BANDWIDTH_OUT_BURST);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/lib/Sys/Virt/Domain.pm 
new/Sys-Virt-1.2.19/lib/Sys/Virt/Domain.pm
--- old/Sys-Virt-1.2.18/lib/Sys/Virt/Domain.pm  2015-08-03 12:57:40.000000000 
+0200
+++ new/Sys-Virt-1.2.19/lib/Sys/Virt/Domain.pm  2015-09-03 11:06:49.000000000 
+0200
@@ -514,6 +514,12 @@
 
 =back
 
+=item $dom->rename($newname, $flags=0)
+
+Change the name of an inactive guest to be C<$newname>.
+The C<$flags> parameter is currently unused and defaults
+to zero.
+
 =item my @errs = $dom->get_disk_errors($flags=0)
 
 Returns a list of all disk errors that have occurred on
@@ -2520,6 +2526,10 @@
 
 The burstable inbound bandwidth
 
+=item Sys::Virt::Domain::BANDWIDTH_IN_FLOOR
+
+The minimum inbound bandwidth
+
 =item Sys::Virt::Domain::BANDWIDTH_OUT_AVERAGE
 
 The average outbound bandwidth
@@ -2586,6 +2596,10 @@
 
 The defined configuration is an update to an existing configuration
 
+=item Sys::Virt::Domain::EVENT_DEFINED_RENAMED
+
+The defined configuration is a rename of an existing configuration
+
 =back
 
 =item Sys::Virt::Domain::EVENT_RESUMED
@@ -2736,6 +2750,10 @@
 The domain configuration has gone away due to it being
 removed by administrator.
 
+=item Sys::Virt::Domain::EVENT_UNDEFINED_RENAMED
+
+The undefined configuration is a rename of an existing configuration
+
 =back
 
 =item Sys::Virt::Domain::EVENT_PMSUSPENDED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/lib/Sys/Virt.pm 
new/Sys-Virt-1.2.19/lib/Sys/Virt.pm
--- old/Sys-Virt-1.2.18/lib/Sys/Virt.pm 2015-08-03 12:57:40.000000000 +0200
+++ new/Sys-Virt-1.2.19/lib/Sys/Virt.pm 2015-09-03 11:06:49.000000000 +0200
@@ -78,7 +78,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '1.2.18';
+our $VERSION = '1.2.19';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/perl-Sys-Virt.spec 
new/Sys-Virt-1.2.19/perl-Sys-Virt.spec
--- old/Sys-Virt-1.2.18/perl-Sys-Virt.spec      2015-08-04 11:07:17.000000000 
+0200
+++ new/Sys-Virt-1.2.19/perl-Sys-Virt.spec      2015-09-03 11:07:03.000000000 
+0200
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        1.2.18
+Version:        1.2.19
 Release:        1%{?dist}%{?extra_release}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic


Reply via email to