Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2015-03-16 07:00:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-05 11:00:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 2015-03-16 07:01:06.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 6 10:05:49 MST 2015 - [email protected] + +- Update to 1.2.13 + - Add all new APIs and constants in libvirt 1.2.13 + +------------------------------------------------------------------- Old: ---- Sys-Virt-1.2.12.tar.gz New: ---- Sys-Virt-1.2.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.0gXncX/_old 2015-03-16 07:01:07.000000000 +0100 +++ /var/tmp/diff_new_pack.0gXncX/_new 2015-03-16 07:01:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Sys-Virt # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 1.2.12 +Version: 1.2.13 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-1.2.12.tar.gz -> Sys-Virt-1.2.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/Changes new/Sys-Virt-1.2.13/Changes --- old/Sys-Virt-1.2.12/Changes 2015-01-27 12:14:19.000000000 +0100 +++ new/Sys-Virt-1.2.13/Changes 2015-03-05 18:31:53.000000000 +0100 @@ -1,5 +1,9 @@ Revision history for perl module Sys::Virt +1.2.13 2015-03-05 + + - Add VIR_STORAGE_VOL_CREATE_REFLINK constant + 1.2.12 2015-01-27 - Add VIR_CONNECT_GET_ALL_DOMAINS_STATS_BACKING constant diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/META.yml new/Sys-Virt-1.2.13/META.yml --- old/Sys-Virt-1.2.12/META.yml 2015-01-27 12:14:31.000000000 +0100 +++ new/Sys-Virt-1.2.13/META.yml 2015-03-06 11:43:58.000000000 +0100 @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Sys-Virt abstract: Extension for the libvirt library -version: 1.2.12 +version: 1.2.13 author: - Daniel P. Berrange <[email protected]> license: perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/MYMETA.json new/Sys-Virt-1.2.13/MYMETA.json --- old/Sys-Virt-1.2.12/MYMETA.json 2015-01-27 12:14:23.000000000 +0100 +++ new/Sys-Virt-1.2.13/MYMETA.json 2015-03-06 11:43:49.000000000 +0100 @@ -42,5 +42,5 @@ } }, "release_status" : "stable", - "version" : "v1.2.12" + "version" : "v1.2.13" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/MYMETA.yml new/Sys-Virt-1.2.13/MYMETA.yml --- old/Sys-Virt-1.2.12/MYMETA.yml 2015-01-27 12:14:23.000000000 +0100 +++ new/Sys-Virt-1.2.13/MYMETA.yml 2015-03-06 11:43:49.000000000 +0100 @@ -24,4 +24,4 @@ Test::Pod::Coverage: '0' Time::HiRes: '0' XML::XPath: '0' -version: v1.2.12 +version: v1.2.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/Makefile.PL new/Sys-Virt-1.2.13/Makefile.PL --- old/Sys-Virt-1.2.12/Makefile.PL 2015-01-27 12:14:19.000000000 +0100 +++ new/Sys-Virt-1.2.13/Makefile.PL 2015-03-05 18:31:41.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.12"; +my $libvirtver = "1.2.13"; 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.12/README new/Sys-Virt-1.2.13/README --- old/Sys-Virt-1.2.12/README 2015-01-27 12:14:19.000000000 +0100 +++ new/Sys-Virt-1.2.13/README 2015-03-05 18:31:41.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.12 +The current minimum required version of libvirt is 1.2.13 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/Virt.xs new/Sys-Virt-1.2.13/Virt.xs --- old/Sys-Virt-1.2.12/Virt.xs 2015-01-27 12:14:19.000000000 +0100 +++ new/Sys-Virt-1.2.13/Virt.xs 2015-03-05 18:31:41.000000000 +0100 @@ -7915,6 +7915,7 @@ REGISTER_CONSTANT(VIR_STORAGE_VOL_RESIZE_SHRINK, RESIZE_SHRINK); REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA, CREATE_PREALLOC_METADATA); + REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_REFLINK, CREATE_REFLINK); stash = gv_stashpv( "Sys::Virt::Secret", TRUE ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/lib/Sys/Virt/StorageVol.pm new/Sys-Virt-1.2.13/lib/Sys/Virt/StorageVol.pm --- old/Sys-Virt-1.2.12/lib/Sys/Virt/StorageVol.pm 2015-01-27 12:14:19.000000000 +0100 +++ new/Sys-Virt-1.2.13/lib/Sys/Virt/StorageVol.pm 2015-03-05 18:31:41.000000000 +0100 @@ -188,6 +188,10 @@ Preallocate header metadata when creating the volume. +=item Sys::Virt::StorageVol::CREATE_REFLINK + +Perform lightweight reference copy + =back =head2 DELETE MODES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/lib/Sys/Virt.pm new/Sys-Virt-1.2.13/lib/Sys/Virt.pm --- old/Sys-Virt-1.2.12/lib/Sys/Virt.pm 2015-01-27 12:14:19.000000000 +0100 +++ new/Sys-Virt-1.2.13/lib/Sys/Virt.pm 2015-03-05 18:31:53.000000000 +0100 @@ -78,7 +78,7 @@ use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '1.2.12'; +our $VERSION = '1.2.13'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-1.2.12/perl-Sys-Virt.spec new/Sys-Virt-1.2.13/perl-Sys-Virt.spec --- old/Sys-Virt-1.2.12/perl-Sys-Virt.spec 2015-01-27 12:14:31.000000000 +0100 +++ new/Sys-Virt-1.2.13/perl-Sys-Virt.spec 2015-03-06 11:43:58.000000000 +0100 @@ -1,7 +1,7 @@ # Automatically generated by perl-Sys-Virt.spec.PL Name: perl-Sys-Virt -Version: 1.2.12 +Version: 1.2.13 Release: 1%{?dist}%{?extra_release} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
