Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-01-01 19:48:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-09 22:28:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-01-01 19:50:10.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec 21 23:39:25 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.3.0
+  - Add all new APIs and constants in libvirt 1.3.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.nNUI2D/_old  2016-01-01 19:50:11.000000000 +0100
+++ /var/tmp/diff_new_pack.nNUI2D/_new  2016-01-01 19:50:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sys-Virt
-Version:        1.2.21
+Version:        1.3.0
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-1.2.21.tar.gz -> Sys-Virt-1.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/Changes new/Sys-Virt-1.3.0/Changes
--- old/Sys-Virt-1.2.21/Changes 2015-11-11 14:51:27.000000000 +0100
+++ new/Sys-Virt-1.3.0/Changes  2015-12-10 18:49:15.000000000 +0100
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.3.0 2015-12-10
+
+ - Add VIR_FROM_LOGGING constant
+
 1.2.21 2015-11-11
 
  - Add VIR_STORAGE_VOL_DELETE_WITH_SNAPSHOTS constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/META.yml new/Sys-Virt-1.3.0/META.yml
--- old/Sys-Virt-1.2.21/META.yml        2015-11-11 14:51:39.000000000 +0100
+++ new/Sys-Virt-1.3.0/META.yml 2015-12-10 18:49:28.000000000 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         Sys-Virt
 abstract:     Extension for the libvirt library
-version:      1.2.21
+version:      1.3.0
 author:
   - Daniel P. Berrange <d...@berrange.com>
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/MYMETA.json 
new/Sys-Virt-1.3.0/MYMETA.json
--- old/Sys-Virt-1.2.21/MYMETA.json     2015-11-11 14:51:30.000000000 +0100
+++ new/Sys-Virt-1.3.0/MYMETA.json      2015-12-10 18:49:18.000000000 +0100
@@ -42,6 +42,6 @@
       }
    },
    "release_status" : "stable",
-   "version" : "v1.2.21",
+   "version" : "v1.3.0",
    "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/MYMETA.yml 
new/Sys-Virt-1.3.0/MYMETA.yml
--- old/Sys-Virt-1.2.21/MYMETA.yml      2015-11-11 14:51:30.000000000 +0100
+++ new/Sys-Virt-1.3.0/MYMETA.yml       2015-12-10 18:49:18.000000000 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.21
+version: v1.3.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/Makefile.PL 
new/Sys-Virt-1.3.0/Makefile.PL
--- old/Sys-Virt-1.2.21/Makefile.PL     2015-11-11 14:51:27.000000000 +0100
+++ new/Sys-Virt-1.3.0/Makefile.PL      2015-12-10 18:49:15.000000000 +0100
@@ -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.21";
+my $libvirtver = "1.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-1.2.21/README new/Sys-Virt-1.3.0/README
--- old/Sys-Virt-1.2.21/README  2015-11-11 14:51:27.000000000 +0100
+++ new/Sys-Virt-1.3.0/README   2015-12-10 18:49:15.000000000 +0100
@@ -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.21
+The current minimum required version of libvirt is 1.3.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/Virt.xs new/Sys-Virt-1.3.0/Virt.xs
--- old/Sys-Virt-1.2.21/Virt.xs 2015-11-11 14:51:27.000000000 +0100
+++ new/Sys-Virt-1.3.0/Virt.xs  2015-12-10 18:49:15.000000000 +0100
@@ -8239,6 +8239,7 @@
       REGISTER_CONSTANT(VIR_FROM_POLKIT, FROM_POLKIT);
       REGISTER_CONSTANT(VIR_FROM_THREAD, FROM_THREAD);
       REGISTER_CONSTANT(VIR_FROM_ADMIN, FROM_ADMIN);
+      REGISTER_CONSTANT(VIR_FROM_LOGGING, FROM_LOGGING);
 
 
       REGISTER_CONSTANT(VIR_ERR_OK, ERR_OK);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/lib/Sys/Virt/Error.pm 
new/Sys-Virt-1.3.0/lib/Sys/Virt/Error.pm
--- old/Sys-Virt-1.2.21/lib/Sys/Virt/Error.pm   2015-11-11 14:51:27.000000000 
+0100
+++ new/Sys-Virt-1.3.0/lib/Sys/Virt/Error.pm    2015-12-10 18:49:15.000000000 
+0100
@@ -386,6 +386,10 @@
 
 The administrative service
 
+=item Sys::Virt::Error::FROM_LOGGING
+
+The logging service
+
 =back
 
 =head2 ERROR CODE CONSTANTS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/lib/Sys/Virt.pm 
new/Sys-Virt-1.3.0/lib/Sys/Virt.pm
--- old/Sys-Virt-1.2.21/lib/Sys/Virt.pm 2015-11-11 14:51:27.000000000 +0100
+++ new/Sys-Virt-1.3.0/lib/Sys/Virt.pm  2015-12-10 18:49:15.000000000 +0100
@@ -78,7 +78,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '1.2.21';
+our $VERSION = '1.3.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.21/perl-Sys-Virt.spec 
new/Sys-Virt-1.3.0/perl-Sys-Virt.spec
--- old/Sys-Virt-1.2.21/perl-Sys-Virt.spec      2015-11-11 14:51:40.000000000 
+0100
+++ new/Sys-Virt-1.3.0/perl-Sys-Virt.spec       2015-12-10 18:49:28.000000000 
+0100
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        1.2.21
+Version:        1.3.0
 Release:        1%{?dist}%{?extra_release}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic


Reply via email to