commit perl-Sys-Virt for openSUSE:Factory

2020-11-03 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2020-11-03 15:16:29

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.3463 (New)


Package is "perl-Sys-Virt"

Tue Nov  3 15:16:29 2020 rev:77 rq:845551 version:6.8.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2020-05-09 22:20:09.927590341 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.3463/perl-Sys-Virt.changes
2020-11-03 15:16:51.084056541 +0100
@@ -1,0 +2,8 @@
+Mon Nov  2 22:44:24 UTC 2020 - James Fehlig 
+
+- Update to 6.8.0
+  - Add all new APIs and constants in libvirt 6.8.0
+  - jsc#SLE-13688, jsc#SLE-16754
+- Add new file _service for tar_scm source service
+
+---

Old:

  Sys-Virt-v6.3.0.tar.gz

New:

  Sys-Virt-6.8.0.tar.gz
  _service



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.LIsAwo/_old  2020-11-03 15:16:52.264057676 +0100
+++ /var/tmp/diff_new_pack.LIsAwo/_new  2020-11-03 15:16:52.268057680 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Sys-Virt
-Version:6.3.0
+Version:6.8.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
 License:GPL-2.0-or-later OR ClArtistic
 Group:  Development/Libraries/Perl
 URL:https://metacpan.org/release/Sys-Virt
-Source: %{cpan_name}-v%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 Patch0: suse-set-migration-constraints.patch
 # Build
 BuildRequires:  libvirt-devel >= %{version}
@@ -57,7 +57,7 @@
 virtualization containers to be managed with a consistent API.
 
 %prep
-%setup -q -n %{cpan_name}-v%{version}
+%setup -q -n %{cpan_name}-%{version}
 %patch0 -p1
 
 %build

++ Sys-Virt-v6.3.0.tar.gz -> Sys-Virt-6.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.3.0/.github/lockdown.yml 
new/Sys-Virt-6.8.0/.github/lockdown.yml
--- old/Sys-Virt-v6.3.0/.github/lockdown.yml1970-01-01 01:00:00.0 
+0100
+++ new/Sys-Virt-6.8.0/.github/lockdown.yml 2020-10-05 12:50:11.0 
+0200
@@ -0,0 +1,36 @@
+# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
+
+# Close issues and pull requests
+close: true
+
+# Lock issues and pull requests
+lock: true
+
+# Optionally, specify configuration settings just for `issues` or `pulls`
+issues:
+  comment: |
+Thank you for your interest in the libvirt project.
+
+Since this repository is a read-only mirror of the project's master 
repostory hosted on GitLab, issues opened here are not processed.
+
+We kindly request that new issues are reported to
+
+  https://gitlab.com/libvirt/libvirt-perl/-/issues/new
+
+Thank you for your time and understanding.
+
+pulls:
+  comment: |
+Thank you for your interest in the libvirt project.
+
+Since this repository is a read-only mirror of the project's master 
repostory hosted on GitLab, merge requests opened here are not processed.
+
+We kindly request that contributors fork the project at
+
+  https://gitlab.com/libvirt/libvirt-perl/
+
+push changes to the fork, and then open a new merge request at
+
+  https://gitlab.com/libvirt/libvirt-perl/-/merge_requests/new
+
+Thank you for your time and understanding.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.3.0/.gitlab-ci.yml 
new/Sys-Virt-6.8.0/.gitlab-ci.yml
--- old/Sys-Virt-v6.3.0/.gitlab-ci.yml  1970-01-01 01:00:00.0 +0100
+++ new/Sys-Virt-6.8.0/.gitlab-ci.yml   2020-10-05 12:50:11.0 +0200
@@ -0,0 +1,189 @@
+
+stages:
+  - prebuild
+  - containers
+  - builds
+  - docs
+
+.container_job_template: _job_definition
+  image: docker:stable
+  stage: containers
+  services:
+- docker:dind
+  before_script:
+- export TAG="$CI_REGISTRY_IMAGE/ci-$NAME:latest"
+- export COMMON_TAG="$CI_REGISTRY/libvirt/libvirt-perl/ci-$NAME:latest"
+- docker info
+- docker login registry.gitlab.com -u "$CI_REGISTRY_USER" -p 
"$CI_REGISTRY_PASSWORD"
+  script:
+- docker pull "$TAG" || docker pull "$COMMON_TAG" || true
+- docker build --cache-from "$TAG" --cache-from "$COMMON_TAG" --tag "$TAG" 
-f "ci/libvirt-$NAME.Dockerfile" ci
+- docker push "$TAG"
+  after_script:
+- docker logout
+
+.git_build_job_template: _build_job_definition
+  image: $CI_REGISTRY_IMAGE/ci-$NAME:latest
+  stage: builds
+  before_script:
+- export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
+- export 

commit perl-Sys-Virt for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2020-05-09 22:19:55

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.2738 (New)


Package is "perl-Sys-Virt"

Sat May  9 22:19:55 2020 rev:76 rq:801288 version:6.3.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2020-03-19 19:53:28.760275947 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.2738/perl-Sys-Virt.changes
2020-05-09 22:20:09.927590341 +0200
@@ -1,0 +2,6 @@
+Wed May  6 21:04:34 UTC 2020 - James Fehlig 
+
+- Update to 6.3.0
+  - Add all new APIs and constants in libvirt 6.3.0
+
+---

Old:

  Sys-Virt-v6.1.0.tar.gz

New:

  Sys-Virt-v6.3.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.gWvhmj/_old  2020-05-09 22:20:11.723589220 +0200
+++ /var/tmp/diff_new_pack.gWvhmj/_new  2020-05-09 22:20:11.727589218 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:6.1.0
+Version:6.3.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v6.1.0.tar.gz -> Sys-Virt-v6.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.1.0/Build.PL new/Sys-Virt-v6.3.0/Build.PL
--- old/Sys-Virt-v6.1.0/Build.PL2020-03-10 10:55:07.0 +0100
+++ new/Sys-Virt-v6.3.0/Build.PL2020-05-05 13:28:30.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "6.1.0";
+my $libvirtver = "6.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;
@@ -73,7 +73,7 @@
 dist_author => 'Daniel Berrange ',
 dist_abstract => 'libvirt Perl API',
 requires => {
-'perl' => '5.8.0',
+'perl' => '5.16.0',
 },
 extra_compiler_flags => $GCC_CFLAGS . $LIBVIRT_CFLAGS,
 extra_linker_flags => $LIBVIRT_LIBS,
@@ -93,7 +93,7 @@
 resources => {
 license => "http://www.gnu.org/licenses/gpl.html;,
 homepage =>  "http://libvirt.org/;,
-repository => 
"https://libvirt.org/git/?p=libvirt-perl.git;a=summary;,
+repository => "https://gitlab.com/libvirt/libvirt-perl;,
 MailingList => 
"http://www.redhat.com/mailman/listinfo/libvir-list;,
 },
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.1.0/Changes new/Sys-Virt-v6.3.0/Changes
--- old/Sys-Virt-v6.1.0/Changes 2020-03-10 10:55:07.0 +0100
+++ new/Sys-Virt-v6.3.0/Changes 2020-05-05 13:28:30.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+6.3.0 2020-05-05
+
+ - Add VIR_DOMAIN_JOB_ERRMSG constant
+
 6.1.0 2020-03-09
 
  - Add VIR_ERR_NO_HOSTNAME constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.1.0/META.json 
new/Sys-Virt-v6.3.0/META.json
--- old/Sys-Virt-v6.1.0/META.json   2020-03-10 10:55:07.0 +0100
+++ new/Sys-Virt-v6.3.0/META.json   2020-05-05 13:28:30.0 +0200
@@ -4,7 +4,7 @@
   "Daniel Berrange "
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4229",
+   "generated_by" : "Module::Build version 0.4231",
"license" : [
   "gpl_1"
],
@@ -34,14 +34,14 @@
   },
   "runtime" : {
  "requires" : {
-"perl" : "v5.8.0"
+"perl" : "v5.16.0"
  }
   }
},
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v6.1.0"
+ "version" : "v6.3.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -96,10 +96,10 @@
  "http://www.gnu.org/licenses/gpl.html;
   ],
   "repository" : {
- "url" : "https://libvirt.org/git/?p=libvirt-perl.git;a=summary;
+ "url" : "https://gitlab.com/libvirt/libvirt-perl;
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v6.1.0",
+   "version" : "v6.3.0",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.1.0/META.yml new/Sys-Virt-v6.3.0/META.yml
--- old/Sys-Virt-v6.1.0/META.yml2020-03-10 10:55:07.0 +0100
+++ new/Sys-Virt-v6.3.0/META.yml2020-05-05 

commit perl-Sys-Virt for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2020-03-19 19:49:30

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.3160 (New)


Package is "perl-Sys-Virt"

Thu Mar 19 19:49:30 2020 rev:75 rq:786272 version:6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2020-02-06 13:09:03.440363309 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.3160/perl-Sys-Virt.changes
2020-03-19 19:53:28.760275947 +0100
@@ -1,0 +2,6 @@
+Wed Mar 18 20:38:26 UTC 2020 - James Fehlig 
+
+- Update to 6.1.0
+  - Add all new APIs and constants in libvirt 6.1.0
+
+---

Old:

  Sys-Virt-v6.0.0.tar.gz

New:

  Sys-Virt-v6.1.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.Rg06b6/_old  2020-03-19 19:53:30.488276008 +0100
+++ /var/tmp/diff_new_pack.Rg06b6/_new  2020-03-19 19:53:30.496276008 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:6.0.0
+Version:6.1.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v6.0.0.tar.gz -> Sys-Virt-v6.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.0.0/Build.PL new/Sys-Virt-v6.1.0/Build.PL
--- old/Sys-Virt-v6.0.0/Build.PL2020-01-16 11:43:59.0 +0100
+++ new/Sys-Virt-v6.1.0/Build.PL2020-03-10 10:55:07.0 +0100
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "6.0.0";
+my $libvirtver = "6.1.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-v6.0.0/Changes new/Sys-Virt-v6.1.0/Changes
--- old/Sys-Virt-v6.0.0/Changes 2020-01-16 11:43:59.0 +0100
+++ new/Sys-Virt-v6.1.0/Changes 2020-03-10 10:55:07.0 +0100
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+6.1.0 2020-03-09
+
+ - Add VIR_ERR_NO_HOSTNAME constant
+ - Add VIR_DOMAIN_GET_HOSTNAME_* constants
+ - Add VIR_DOMAIN_EVENT_CRASHED_CRASHLOADED constant
+
 6.0.0 2020-01-16
 
  - Add VIR_DOMAIN_JOB_SUCCESS and VIR_DOMAIN_JOB_STATS_KEEP_COMPLETED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.0.0/META.json 
new/Sys-Virt-v6.1.0/META.json
--- old/Sys-Virt-v6.0.0/META.json   2020-01-16 11:43:59.0 +0100
+++ new/Sys-Virt-v6.1.0/META.json   2020-03-10 10:55:07.0 +0100
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v6.0.0"
+ "version" : "v6.1.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -100,6 +100,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v6.0.0",
+   "version" : "v6.1.0",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.0.0/META.yml new/Sys-Virt-v6.1.0/META.yml
--- old/Sys-Virt-v6.0.0/META.yml2020-01-16 11:43:59.0 +0100
+++ new/Sys-Virt-v6.1.0/META.yml2020-03-10 10:55:07.0 +0100
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v6.0.0
+version: v6.1.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainCheckpoint:
@@ -62,5 +62,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: v6.0.0
+version: v6.1.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.0.0/README new/Sys-Virt-v6.1.0/README
--- old/Sys-Virt-v6.0.0/README  2020-01-16 11:43:59.0 +0100
+++ new/Sys-Virt-v6.1.0/README  2020-03-10 10:55:07.0 +0100
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 6.0.0
+The current minimum required version of libvirt is 6.1.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v6.0.0/lib/Sys/Virt/Domain.pm 

commit perl-Sys-Virt for openSUSE:Factory

2020-02-06 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2020-02-06 13:08:57

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.26092 (New)


Package is "perl-Sys-Virt"

Thu Feb  6 13:08:57 2020 rev:74 rq:770413 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-10-23 15:50:41.206683997 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.26092/perl-Sys-Virt.changes   
2020-02-06 13:09:03.440363309 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 00:00:40 UTC 2020 - James Fehlig 
+
+- Update to 6.0.0
+  - Add all new APIs and constants in libvirt 6.0.0
+
+---

Old:

  Sys-Virt-v5.8.0.tar.gz

New:

  Sys-Virt-v6.0.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.WXTPhk/_old  2020-02-06 13:09:04.748364021 +0100
+++ /var/tmp/diff_new_pack.WXTPhk/_new  2020-02-06 13:09:04.748364021 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.8.0
+Version:6.0.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
 License:GPL-2.0-or-later OR ClArtistic
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/Sys-Virt
+URL:https://metacpan.org/release/Sys-Virt
 Source: %{cpan_name}-v%{version}.tar.gz
 Patch0: suse-set-migration-constraints.patch
 # Build

++ Sys-Virt-v5.8.0.tar.gz -> Sys-Virt-v6.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.8.0/Build.PL new/Sys-Virt-v6.0.0/Build.PL
--- old/Sys-Virt-v5.8.0/Build.PL2019-10-07 19:00:42.0 +0200
+++ new/Sys-Virt-v6.0.0/Build.PL2020-01-16 11:43:59.0 +0100
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.8.0";
+my $libvirtver = "6.0.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-v5.8.0/Changes new/Sys-Virt-v6.0.0/Changes
--- old/Sys-Virt-v5.8.0/Changes 2019-10-07 19:00:42.0 +0200
+++ new/Sys-Virt-v6.0.0/Changes 2020-01-16 11:43:59.0 +0100
@@ -1,5 +1,28 @@
 Revision history for perl module Sys::Virt
 
+6.0.0 2020-01-16
+
+ - Add VIR_DOMAIN_JOB_SUCCESS and VIR_DOMAIN_JOB_STATS_KEEP_COMPLETED
+   constants
+ - Fix typo breaking migration postcopy bandwidth and
+   autoconvert increment parameter handling
+ - Add handling for VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS
+   constant when invoking migrate
+ - Add VIR_MIGRATE_PARAM_TLS_DESTINATION constant
+ - Add missing create_checkpoint method on Sys::Virt::Domain
+ - Remove docs for has_metadata method which doesn't exit
+ - Fix data type for VIR_CONNECT_IDENTITY_SASL_USER_NAME
+   parameter
+ - Add new domain job constants related to backups
+ - Add new domain backup APIs
+ - Add VIR_DOMAIN_STATS_MEMORY constant
+
+5.10.0 2019-12-03
+
+ - Add VIR_FROM_BPF constant
+ - Add virDomainAgentSetResponseTimeout API and
+   associated constants
+
 5.8.0 2019-10-07
 
  - Add virConnectSetIdentity API and constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.8.0/META.json 
new/Sys-Virt-v6.0.0/META.json
--- old/Sys-Virt-v5.8.0/META.json   2019-10-07 19:00:42.0 +0200
+++ new/Sys-Virt-v6.0.0/META.json   2020-01-16 11:43:59.0 +0100
@@ -4,7 +4,7 @@
   "Daniel Berrange "
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4224",
+   "generated_by" : "Module::Build version 0.4229",
"license" : [
   "gpl_1"
],
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.8.0"
+ "version" : "v6.0.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -100,6 +100,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v5.8.0",
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   

commit perl-Sys-Virt for openSUSE:Factory

2019-10-23 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-10-23 15:50:08

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.2352 (New)


Package is "perl-Sys-Virt"

Wed Oct 23 15:50:08 2019 rev:73 rq:737236 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-09-13 14:57:26.629275012 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.2352/perl-Sys-Virt.changes
2019-10-23 15:50:41.206683997 +0200
@@ -1,0 +2,6 @@
+Thu Oct 10 15:45:33 UTC 2019 - James Fehlig 
+
+- Update to 5.8.0
+  - Add all new APIs and constants in libvirt 5.8.0
+
+---

Old:

  Sys-Virt-v5.7.0.tar.gz

New:

  Sys-Virt-v5.8.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.f7CHnU/_old  2019-10-23 15:50:41.874684720 +0200
+++ /var/tmp/diff_new_pack.f7CHnU/_new  2019-10-23 15:50:41.874684720 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.7.0
+Version:5.8.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v5.7.0.tar.gz -> Sys-Virt-v5.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.7.0/Build.PL new/Sys-Virt-v5.8.0/Build.PL
--- old/Sys-Virt-v5.7.0/Build.PL2019-09-04 11:18:50.0 +0200
+++ new/Sys-Virt-v5.8.0/Build.PL2019-10-07 19:00:42.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.7.0";
+my $libvirtver = "5.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-v5.7.0/Changes new/Sys-Virt-v5.8.0/Changes
--- old/Sys-Virt-v5.7.0/Changes 2019-09-04 11:18:50.0 +0200
+++ new/Sys-Virt-v5.8.0/Changes 2019-10-07 19:00:42.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+5.8.0 2019-10-07
+
+ - Add virConnectSetIdentity API and constants
+
 5.7.0 2019-09-04
 
  - Add virDomainGetGuestInfo API and constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.7.0/META.json 
new/Sys-Virt-v5.8.0/META.json
--- old/Sys-Virt-v5.7.0/META.json   2019-09-04 11:18:50.0 +0200
+++ new/Sys-Virt-v5.8.0/META.json   2019-10-07 19:00:42.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.7.0"
+ "version" : "v5.8.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -100,6 +100,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v5.7.0",
+   "version" : "v5.8.0",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.7.0/META.yml new/Sys-Virt-v5.8.0/META.yml
--- old/Sys-Virt-v5.7.0/META.yml2019-09-04 11:18:50.0 +0200
+++ new/Sys-Virt-v5.8.0/META.yml2019-10-07 19:00:42.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v5.7.0
+version: v5.8.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainCheckpoint:
@@ -62,5 +62,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: v5.7.0
+version: v5.8.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.7.0/README new/Sys-Virt-v5.8.0/README
--- old/Sys-Virt-v5.7.0/README  2019-09-04 11:18:50.0 +0200
+++ new/Sys-Virt-v5.8.0/README  2019-10-07 19:00:42.0 +0200
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 5.7.0
+The current minimum required version of libvirt is 5.8.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.7.0/lib/Sys/Virt.pm 
new/Sys-Virt-v5.8.0/lib/Sys/Virt.pm
--- old/Sys-Virt-v5.7.0/lib/Sys/Virt.pm 2019-09-04 11:18:50.0 +0200
+++ 

commit perl-Sys-Virt for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-09-13 14:57:26

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.7948 (New)


Package is "perl-Sys-Virt"

Fri Sep 13 14:57:26 2019 rev:72 rq:728578 version:5.7.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-08-19 21:28:00.700638698 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.7948/perl-Sys-Virt.changes
2019-09-13 14:57:26.629275012 +0200
@@ -1,0 +2,6 @@
+Thu Sep  5 16:35:31 UTC 2019 - James Fehlig 
+
+- Update to 5.7.0
+  - Add all new APIs and constants in libvirt 5.7.0
+
+---

Old:

  Sys-Virt-v5.6.0.tar.gz

New:

  Sys-Virt-v5.7.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.510nfr/_old  2019-09-13 14:57:27.057275030 +0200
+++ /var/tmp/diff_new_pack.510nfr/_new  2019-09-13 14:57:27.061275030 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.6.0
+Version:5.7.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v5.6.0.tar.gz -> Sys-Virt-v5.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.6.0/Build.PL new/Sys-Virt-v5.7.0/Build.PL
--- old/Sys-Virt-v5.6.0/Build.PL2019-08-06 14:57:45.0 +0200
+++ new/Sys-Virt-v5.7.0/Build.PL2019-09-04 11:18:50.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.6.0";
+my $libvirtver = "5.7.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-v5.6.0/Changes new/Sys-Virt-v5.7.0/Changes
--- old/Sys-Virt-v5.6.0/Changes 2019-08-06 14:57:45.0 +0200
+++ new/Sys-Virt-v5.7.0/Changes 2019-09-04 11:18:50.0 +0200
@@ -1,5 +1,10 @@
 Revision history for perl module Sys::Virt
 
+5.7.0 2019-09-04
+
+ - Add virDomainGetGuestInfo API and constants
+ - Fix Sys::Virt::NetworkPort creation
+
 5.6.0 2019-08-06
 
  - Add VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.6.0/META.json 
new/Sys-Virt-v5.7.0/META.json
--- old/Sys-Virt-v5.6.0/META.json   2019-08-06 14:57:45.0 +0200
+++ new/Sys-Virt-v5.7.0/META.json   2019-09-04 11:18:50.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.6.0"
+ "version" : "v5.7.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -100,6 +100,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v5.6.0",
+   "version" : "v5.7.0",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.6.0/META.yml new/Sys-Virt-v5.7.0/META.yml
--- old/Sys-Virt-v5.6.0/META.yml2019-08-06 14:57:45.0 +0200
+++ new/Sys-Virt-v5.7.0/META.yml2019-09-04 11:18:50.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v5.6.0
+version: v5.7.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainCheckpoint:
@@ -62,5 +62,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: v5.6.0
+version: v5.7.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.6.0/README new/Sys-Virt-v5.7.0/README
--- old/Sys-Virt-v5.6.0/README  2019-08-06 14:57:45.0 +0200
+++ new/Sys-Virt-v5.7.0/README  2019-09-04 11:18:50.0 +0200
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 5.6.0
+The current minimum required version of libvirt is 5.7.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.6.0/lib/Sys/Virt/Domain.pm 
new/Sys-Virt-v5.7.0/lib/Sys/Virt/Domain.pm
--- old/Sys-Virt-v5.6.0/lib/Sys/Virt/Domain.pm  

commit perl-Sys-Virt for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-08-19 21:27:57

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.22127 (New)


Package is "perl-Sys-Virt"

Mon Aug 19 21:27:57 2019 rev:71 rq:722938 version:5.6.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-08-01 15:48:53.449736997 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.22127/perl-Sys-Virt.changes   
2019-08-19 21:28:00.700638698 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 22:33:04 UTC 2019 - James Fehlig 
+
+- Update to 5.6.0
+  - Add all new APIs and constants in libvirt 5.6.0
+
+---

Old:

  Sys-Virt-v5.5.0.tar.gz

New:

  Sys-Virt-v5.6.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.n1rXoQ/_old  2019-08-19 21:28:01.456638544 +0200
+++ /var/tmp/diff_new_pack.n1rXoQ/_new  2019-08-19 21:28:01.456638544 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v5.5.0.tar.gz -> Sys-Virt-v5.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.5.0/Build.PL new/Sys-Virt-v5.6.0/Build.PL
--- old/Sys-Virt-v5.5.0/Build.PL2019-07-03 13:40:17.0 +0200
+++ new/Sys-Virt-v5.6.0/Build.PL2019-08-06 14:57:45.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.5.0";
+my $libvirtver = "5.6.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-v5.5.0/Changes new/Sys-Virt-v5.6.0/Changes
--- old/Sys-Virt-v5.5.0/Changes 2019-07-03 13:40:17.0 +0200
+++ new/Sys-Virt-v5.6.0/Changes 2019-08-06 14:57:45.0 +0200
@@ -1,5 +1,13 @@
 Revision history for perl module Sys::Virt
 
+5.6.0 2019-08-06
+
+ - Add VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE constant
+ - Add VIR_CONNECT_LIST_STORAGE_POOLS_ISCSI_DIRECT constant
+ - Add VIR_FROM_TPM constant
+ - Add VIR_SECRET_USAGE_TYPE_VTPM constant
+ - Add DomainCheckpoint class and associated constants
+
 5.5.0 2019-07-03
 
  - Add support for virNetworkPortPtr object and its APIs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.5.0/MANIFEST new/Sys-Virt-v5.6.0/MANIFEST
--- old/Sys-Virt-v5.5.0/MANIFEST2019-07-03 13:40:17.0 +0200
+++ new/Sys-Virt-v5.6.0/MANIFEST2019-08-06 14:57:45.0 +0200
@@ -37,6 +37,7 @@
 lib/Sys/Virt.xs
 lib/Sys/Virt/Domain.pm
 lib/Sys/Virt/DomainSnapshot.pm
+lib/Sys/Virt/DomainCheckpoint.pm
 lib/Sys/Virt/Error.pm
 lib/Sys/Virt/Event.pm
 lib/Sys/Virt/Interface.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.5.0/META.json 
new/Sys-Virt-v5.6.0/META.json
--- old/Sys-Virt-v5.5.0/META.json   2019-07-03 13:40:17.0 +0200
+++ new/Sys-Virt-v5.6.0/META.json   2019-08-06 14:57:45.0 +0200
@@ -41,11 +41,14 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.5.0"
+ "version" : "v5.6.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
   },
+  "Sys::Virt::DomainCheckpoint" : {
+ "file" : "lib/Sys/Virt/DomainCheckpoint.pm"
+  },
   "Sys::Virt::DomainSnapshot" : {
  "file" : "lib/Sys/Virt/DomainSnapshot.pm"
   },
@@ -97,6 +100,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v5.5.0",
+   "version" : "v5.6.0",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.5.0/META.yml new/Sys-Virt-v5.6.0/META.yml
--- old/Sys-Virt-v5.5.0/META.yml2019-07-03 13:40:17.0 +0200
+++ new/Sys-Virt-v5.6.0/META.yml2019-08-06 14:57:45.0 +0200
@@ -24,9 +24,11 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v5.5.0
+version: v5.6.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
+  Sys::Virt::DomainCheckpoint:
+file: lib/Sys/Virt/DomainCheckpoint.pm
   Sys::Virt::DomainSnapshot:
 file: lib/Sys/Virt/DomainSnapshot.pm
   

commit perl-Sys-Virt for openSUSE:Factory

2019-08-01 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-08-01 15:48:52

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.4126 (New)


Package is "perl-Sys-Virt"

Thu Aug  1 15:48:52 2019 rev:70 rq:718357 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-04-17 10:07:32.998723307 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.4126/perl-Sys-Virt.changes
2019-08-01 15:48:53.449736997 +0200
@@ -1,0 +2,6 @@
+Wed Jul 24 20:43:26 UTC 2019 - James Fehlig 
+
+- Update to 5.5.0
+  - Add all new APIs and constants in libvirt 5.5.0
+
+---

Old:

  Sys-Virt-v5.2.0.tar.gz

New:

  Sys-Virt-v5.5.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.fGbL1X/_old  2019-08-01 15:48:53.885736938 +0200
+++ /var/tmp/diff_new_pack.fGbL1X/_new  2019-08-01 15:48:53.885736938 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.2.0
+Version:5.5.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v5.2.0.tar.gz -> Sys-Virt-v5.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.2.0/Build.PL new/Sys-Virt-v5.5.0/Build.PL
--- old/Sys-Virt-v5.2.0/Build.PL2019-04-03 18:44:19.0 +0200
+++ new/Sys-Virt-v5.5.0/Build.PL2019-07-03 13:40:17.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.2.0";
+my $libvirtver = "5.5.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-v5.2.0/Changes new/Sys-Virt-v5.5.0/Changes
--- old/Sys-Virt-v5.2.0/Changes 2019-04-03 18:44:19.0 +0200
+++ new/Sys-Virt-v5.5.0/Changes 2019-07-03 13:40:17.0 +0200
@@ -1,5 +1,14 @@
 Revision history for perl module Sys::Virt
 
+5.5.0 2019-07-03
+
+ - Add support for virNetworkPortPtr object and its APIs
+
+5.4.0 2019-06-12
+
+ - Add VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGALLOC and
+   VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGFAIL constants
+
 5.2.0 2019-04-03
 
  - Add VIR_DOMAIN_SNAPSHOT_LIST_TOPOLOGICAL constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.2.0/MANIFEST new/Sys-Virt-v5.5.0/MANIFEST
--- old/Sys-Virt-v5.2.0/MANIFEST2019-04-03 18:44:19.0 +0200
+++ new/Sys-Virt-v5.5.0/MANIFEST2019-07-03 13:40:17.0 +0200
@@ -41,6 +41,7 @@
 lib/Sys/Virt/Event.pm
 lib/Sys/Virt/Interface.pm
 lib/Sys/Virt/Network.pm
+lib/Sys/Virt/NetworkPort.pm
 lib/Sys/Virt/NodeDevice.pm
 lib/Sys/Virt/NWFilter.pm
 lib/Sys/Virt/NWFilterBinding.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.2.0/META.json 
new/Sys-Virt-v5.5.0/META.json
--- old/Sys-Virt-v5.2.0/META.json   2019-04-03 18:44:19.0 +0200
+++ new/Sys-Virt-v5.5.0/META.json   2019-07-03 13:40:17.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.2.0"
+ "version" : "v5.5.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -67,6 +67,9 @@
   "Sys::Virt::Network" : {
  "file" : "lib/Sys/Virt/Network.pm"
   },
+  "Sys::Virt::NetworkPort" : {
+ "file" : "lib/Sys/Virt/NetworkPort.pm"
+  },
   "Sys::Virt::NodeDevice" : {
  "file" : "lib/Sys/Virt/NodeDevice.pm"
   },
@@ -94,6 +97,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v5.2.0",
-   "x_serialization_backend" : "JSON::PP version 2.97001"
+   "version" : "v5.5.0",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.2.0/META.yml new/Sys-Virt-v5.5.0/META.yml
--- old/Sys-Virt-v5.2.0/META.yml2019-04-03 18:44:19.0 +0200
+++ new/Sys-Virt-v5.5.0/META.yml2019-07-03 13:40:17.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v5.2.0
+version: v5.5.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainSnapshot:
@@ -41,6 +41,8 @@
 file: 

commit perl-Sys-Virt for openSUSE:Factory

2019-04-17 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-04-17 10:07:31

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.17052 (New)


Package is "perl-Sys-Virt"

Wed Apr 17 10:07:31 2019 rev:69 rq:693790 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-03-13 09:11:56.199407131 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.17052/perl-Sys-Virt.changes   
2019-04-17 10:07:32.998723307 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 21:06:46 UTC 2019 - James Fehlig 
+
+- Update to 5.2.0
+  - Add all new APIs and constants in libvirt 5.2.0
+
+---

Old:

  Sys-Virt-v5.1.0.tar.gz

New:

  Sys-Virt-v5.2.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.3giib7/_old  2019-04-17 10:07:34.530725075 +0200
+++ /var/tmp/diff_new_pack.3giib7/_new  2019-04-17 10:07:34.530725075 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v5.1.0.tar.gz -> Sys-Virt-v5.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.1.0/Build.PL new/Sys-Virt-v5.2.0/Build.PL
--- old/Sys-Virt-v5.1.0/Build.PL2019-03-04 18:46:21.0 +0100
+++ new/Sys-Virt-v5.2.0/Build.PL2019-04-03 18:44:19.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.1.0";
+my $libvirtver = "5.2.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-v5.1.0/Changes new/Sys-Virt-v5.2.0/Changes
--- old/Sys-Virt-v5.1.0/Changes 2019-03-04 18:46:21.0 +0100
+++ new/Sys-Virt-v5.2.0/Changes 2019-04-03 18:44:19.0 +0200
@@ -1,5 +1,14 @@
 Revision history for perl module Sys::Virt
 
+5.2.0 2019-04-03
+
+ - Add VIR_DOMAIN_SNAPSHOT_LIST_TOPOLOGICAL constant
+ - Add VIR_ERR_INVALID_DOMAIN_CHECKPOINT, VIR_ERR_NO_DOMAIN_BACKUP,
+   VIR_ERR_NO_DOMAIN_CHECKPOINT constants
+ - Add VIR_FROM_DOMAIN_CHECKPOINT constant
+ - Add VIR_MIGRATE_PARALLEL and VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS
+   constants
+
 5.1.0 2019-03-04
 
  - Add VIR_FROM_FIREWALLD constant
@@ -7,6 +16,7 @@
  - Add VIR_DOMAIN_MIGRATE_MAX_SPEED_POSTCOPY constant
  - Add VIR_DOMAIN_SAVE_IMAGE_XML_SECURE and
VIR_DOMAIN_SNAPSHOT_XML_SECURE constants
+ - Add virConnectGetStoragePoolCapabilities binding
 
 5.0.0 2019-01-21
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.1.0/META.json 
new/Sys-Virt-v5.2.0/META.json
--- old/Sys-Virt-v5.1.0/META.json   2019-03-04 18:46:21.0 +0100
+++ new/Sys-Virt-v5.2.0/META.json   2019-04-03 18:44:19.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.1.0"
+ "version" : "v5.2.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" : "v5.1.0",
+   "version" : "v5.2.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.1.0/META.yml new/Sys-Virt-v5.2.0/META.yml
--- old/Sys-Virt-v5.1.0/META.yml2019-03-04 18:46:21.0 +0100
+++ new/Sys-Virt-v5.2.0/META.yml2019-04-03 18:44:19.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v5.1.0
+version: v5.2.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: v5.1.0
+version: v5.2.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.1.0/README new/Sys-Virt-v5.2.0/README
--- old/Sys-Virt-v5.1.0/README  2019-03-04 18:46:21.0 +0100
+++ new/Sys-Virt-v5.2.0/README  2019-04-03 18:44:19.0 +0200
@@ -8,6 +8,6 @@
 Module::Build 

commit perl-Sys-Virt for openSUSE:Factory

2019-03-13 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-03-13 09:11:47

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.28833 (New)


Package is "perl-Sys-Virt"

Wed Mar 13 09:11:47 2019 rev:68 rq:681983 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2019-02-05 11:18:31.644903525 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.28833/perl-Sys-Virt.changes   
2019-03-13 09:11:56.199407131 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 02:44:13 UTC 2019 - James Fehlig 
+
+- Update to 5.1.0
+  - Add all new APIs and constants in libvirt 5.1.0
+  - jsc#SLE-3887, jsc#SLE-4480, jsc#SLE-4577
+
+---

Old:

  Sys-Virt-v5.0.0.tar.gz

New:

  Sys-Virt-v5.1.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.OWWA5p/_old  2019-03-13 09:11:57.579406990 +0100
+++ /var/tmp/diff_new_pack.OWWA5p/_new  2019-03-13 09:11:57.611406986 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v5.0.0.tar.gz -> Sys-Virt-v5.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.0.0/Build.PL new/Sys-Virt-v5.1.0/Build.PL
--- old/Sys-Virt-v5.0.0/Build.PL2019-01-21 17:27:43.0 +0100
+++ new/Sys-Virt-v5.1.0/Build.PL2019-03-04 18:46:21.0 +0100
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "5.0.0";
+my $libvirtver = "5.1.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-v5.0.0/Changes new/Sys-Virt-v5.1.0/Changes
--- old/Sys-Virt-v5.0.0/Changes 2019-01-21 17:27:43.0 +0100
+++ new/Sys-Virt-v5.1.0/Changes 2019-03-04 18:46:21.0 +0100
@@ -1,5 +1,13 @@
 Revision history for perl module Sys::Virt
 
+5.1.0 2019-03-04
+
+ - Add VIR_FROM_FIREWALLD constant
+ - Add VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY constant
+ - Add VIR_DOMAIN_MIGRATE_MAX_SPEED_POSTCOPY constant
+ - Add VIR_DOMAIN_SAVE_IMAGE_XML_SECURE and
+   VIR_DOMAIN_SNAPSHOT_XML_SECURE constants
+
 5.0.0 2019-01-21
 
  - Add VIR_DOMAIN_JOB_MEMORY_POSTCOPY_REQS constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.0.0/META.json 
new/Sys-Virt-v5.1.0/META.json
--- old/Sys-Virt-v5.0.0/META.json   2019-01-21 17:27:43.0 +0100
+++ new/Sys-Virt-v5.1.0/META.json   2019-03-04 18:46:21.0 +0100
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v5.0.0"
+ "version" : "v5.1.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" : "v5.0.0",
+   "version" : "v5.1.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.0.0/META.yml new/Sys-Virt-v5.1.0/META.yml
--- old/Sys-Virt-v5.0.0/META.yml2019-01-21 17:27:43.0 +0100
+++ new/Sys-Virt-v5.1.0/META.yml2019-03-04 18:46:21.0 +0100
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v5.0.0
+version: v5.1.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: v5.0.0
+version: v5.1.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v5.0.0/README new/Sys-Virt-v5.1.0/README
--- old/Sys-Virt-v5.0.0/README  2019-01-21 17:27:43.0 +0100
+++ new/Sys-Virt-v5.1.0/README  2019-03-04 18:46:21.0 +0100
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 5.0.0
+The current minimum required version of libvirt is 5.1.0
 
 -- End
diff -urN '--exclude=CVS' 

commit perl-Sys-Virt for openSUSE:Factory

2019-02-05 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2019-02-05 11:18:30

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.28833 (New)


Package is "perl-Sys-Virt"

Tue Feb  5 11:18:30 2019 rev:67 rq:667894 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-12-11 15:47:06.562254206 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.28833/perl-Sys-Virt.changes   
2019-02-05 11:18:31.644903525 +0100
@@ -1,0 +2,7 @@
+Tue Jan 22 22:39:48 UTC 2019 - James Fehlig 
+
+- Update to 5.0.0
+  - Add all new APIs and constants in libvirt 5.0.0
+  - FATE#320928, FATE#325817, FATE#326380, FATE#326698
+
+---

Old:

  Sys-Virt-v4.10.0.tar.gz

New:

  Sys-Virt-v5.0.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.Q5YNxt/_old  2019-02-05 11:18:32.240903197 +0100
+++ /var/tmp/diff_new_pack.Q5YNxt/_new  2019-02-05 11:18:32.240903197 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:4.10.0
+Version:5.0.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v4.10.0.tar.gz -> Sys-Virt-v5.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.10.0/Build.PL 
new/Sys-Virt-v5.0.0/Build.PL
--- old/Sys-Virt-v4.10.0/Build.PL   2018-12-03 17:16:42.0 +0100
+++ new/Sys-Virt-v5.0.0/Build.PL2019-01-21 17:27:43.0 +0100
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.10.0";
+my $libvirtver = "5.0.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.10.0/Changes new/Sys-Virt-v5.0.0/Changes
--- old/Sys-Virt-v4.10.0/Changes2018-12-03 17:16:42.0 +0100
+++ new/Sys-Virt-v5.0.0/Changes 2019-01-21 17:27:43.0 +0100
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+5.0.0 2019-01-21
+
+ - Add VIR_DOMAIN_JOB_MEMORY_POSTCOPY_REQS constant
+
 4.10.0 2018-12-03
 
  - Add VIR_DOMAIN_SHUTOFF_DAEMON constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.10.0/META.json 
new/Sys-Virt-v5.0.0/META.json
--- old/Sys-Virt-v4.10.0/META.json  2018-12-03 17:16:42.0 +0100
+++ new/Sys-Virt-v5.0.0/META.json   2019-01-21 17:27:43.0 +0100
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v4.10.0"
+ "version" : "v5.0.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.10.0",
+   "version" : "v5.0.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.10.0/META.yml 
new/Sys-Virt-v5.0.0/META.yml
--- old/Sys-Virt-v4.10.0/META.yml   2018-12-03 17:16:42.0 +0100
+++ new/Sys-Virt-v5.0.0/META.yml2019-01-21 17:27:43.0 +0100
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v4.10.0
+version: v5.0.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.10.0
+version: v5.0.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.10.0/README new/Sys-Virt-v5.0.0/README
--- old/Sys-Virt-v4.10.0/README 2018-12-03 17:16:42.0 +0100
+++ new/Sys-Virt-v5.0.0/README  2019-01-21 17:27:43.0 +0100
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the 

commit perl-Sys-Virt for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-12-11 15:46:59

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.19453 (New)


Package is "perl-Sys-Virt"

Tue Dec 11 15:46:59 2018 rev:66 rq:653734 version:4.10.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-10-15 09:43:23.239375352 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.19453/perl-Sys-Virt.changes   
2018-12-11 15:47:06.562254206 +0100
@@ -1,0 +2,7 @@
+Tue Dec  4 00:09:02 UTC 2018 - James Fehlig 
+
+- Update to 4.10.0
+  - Add all new APIs and constants in libvirt 4.10.0
+  - FATE#320928, FATE#325817, FATE#326380, FATE#326698
+
+---

Old:

  Sys-Virt-v4.8.0.tar.gz

New:

  Sys-Virt-v4.10.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.cBcya9/_old  2018-12-11 15:47:07.254253444 +0100
+++ /var/tmp/diff_new_pack.cBcya9/_new  2018-12-11 15:47:07.258253439 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:4.8.0
+Version:4.10.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v4.8.0.tar.gz -> Sys-Virt-v4.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.8.0/Build.PL 
new/Sys-Virt-v4.10.0/Build.PL
--- old/Sys-Virt-v4.8.0/Build.PL2018-10-05 15:29:56.0 +0200
+++ new/Sys-Virt-v4.10.0/Build.PL   2018-12-03 17:16:42.0 +0100
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.8.0";
+my $libvirtver = "4.10.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.8.0/Changes new/Sys-Virt-v4.10.0/Changes
--- old/Sys-Virt-v4.8.0/Changes 2018-10-05 15:29:56.0 +0200
+++ new/Sys-Virt-v4.10.0/Changes2018-12-03 17:16:42.0 +0100
@@ -1,8 +1,14 @@
 Revision history for perl module Sys::Virt
 
-4.8.0 2018-00-00
+4.10.0 2018-12-03
 
- - XXX
+ - Add VIR_DOMAIN_SHUTOFF_DAEMON constant
+ - Add VIR_DOMAIN_IOTHREAD_POLL_{MAX_NS|GROW|SHRINK} params and the
+   virDomainSetIOThreadParams binding
+
+4.8.0 2018-10-05
+
+ - Avoid clashing storage pool name in tests
 
 4.7.0 2018-09-04
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.8.0/META.json 
new/Sys-Virt-v4.10.0/META.json
--- old/Sys-Virt-v4.8.0/META.json   2018-10-05 15:29:56.0 +0200
+++ new/Sys-Virt-v4.10.0/META.json  2018-12-03 17:16:42.0 +0100
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v4.8.0"
+ "version" : "v4.10.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.8.0",
+   "version" : "v4.10.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.8.0/META.yml 
new/Sys-Virt-v4.10.0/META.yml
--- old/Sys-Virt-v4.8.0/META.yml2018-10-05 15:29:56.0 +0200
+++ new/Sys-Virt-v4.10.0/META.yml   2018-12-03 17:16:42.0 +0100
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v4.8.0
+version: v4.10.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.8.0
+version: v4.10.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.8.0/README new/Sys-Virt-v4.10.0/README
--- old/Sys-Virt-v4.8.0/README  2018-10-05 15:29:56.0 +0200
+++ new/Sys-Virt-v4.10.0/README 2018-12-03 17:16:42.0 +0100
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 4.8.0
+The current minimum required version of libvirt is 4.10.0
 
 -- End
diff -urN '--exclude=CVS' 

commit perl-Sys-Virt for openSUSE:Factory

2018-10-15 Thread root
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 
+
+- Use %license for LICENSE file
+
+---
+Fri Oct  5 16:26:38 UTC 2018 - James Fehlig 
+
+- 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.PL2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/Build.PL2018-10-05 15:29:56.0 +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.0 +0200
+++ new/Sys-Virt-v4.8.0/Changes 2018-10-05 15:29:56.0 +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.0 +0200
+++ new/Sys-Virt-v4.8.0/META.json   2018-10-05 15:29:56.0 +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.yml2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/META.yml2018-10-05 15:29:56.0 +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.0 +0200
+++ new/Sys-Virt-v4.8.0/README  2018-10-05 15:29:56.0 +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 

commit perl-Sys-Virt for openSUSE:Factory

2018-10-02 Thread root
Hello community,

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

Tue Oct  2 19:46:02 2018 rev:64 rq:638863 version:4.7.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-08-24 17:11:45.354617222 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-10-02 19:47:45.873809605 +0200
@@ -1,0 +2,6 @@
+Thu Sep 20 20:53:56 UTC 2018 - James Fehlig 
+
+- Update to 4.7.0
+  - Add all new APIs and constants in libvirt 4.7.0
+
+---

Old:

  Sys-Virt-v4.6.0.tar.gz

New:

  Sys-Virt-v4.7.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.zZcWvd/_old  2018-10-02 19:47:46.421809038 +0200
+++ /var/tmp/diff_new_pack.zZcWvd/_new  2018-10-02 19:47:46.425809034 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Sys-Virt
-Version:4.6.0
+Version:4.7.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v4.6.0.tar.gz -> Sys-Virt-v4.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/Build.PL new/Sys-Virt-v4.7.0/Build.PL
--- old/Sys-Virt-v4.6.0/Build.PL2018-08-06 19:18:13.0 +0200
+++ new/Sys-Virt-v4.7.0/Build.PL2018-09-04 15:03:25.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.6.0";
+my $libvirtver = "4.7.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.6.0/Changes new/Sys-Virt-v4.7.0/Changes
--- old/Sys-Virt-v4.6.0/Changes 2018-08-06 19:18:13.0 +0200
+++ new/Sys-Virt-v4.7.0/Changes 2018-09-04 15:03:25.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+4.7.0 2018-09-04
+
+ - Various POD spelling error fixes
+
 4.6.0 2018-08-06
 
  - Add VIR_DOMAIN_MEMORY_STAT_DISK_CACHES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/META.json 
new/Sys-Virt-v4.7.0/META.json
--- old/Sys-Virt-v4.6.0/META.json   2018-08-06 19:18:13.0 +0200
+++ new/Sys-Virt-v4.7.0/META.json   2018-09-04 15:03:25.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v4.6.0"
+ "version" : "v4.7.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.6.0",
+   "version" : "v4.7.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/META.yml new/Sys-Virt-v4.7.0/META.yml
--- old/Sys-Virt-v4.6.0/META.yml2018-08-06 19:18:13.0 +0200
+++ new/Sys-Virt-v4.7.0/META.yml2018-09-04 15:03:25.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v4.6.0
+version: v4.7.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.6.0
+version: v4.7.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.6.0/README new/Sys-Virt-v4.7.0/README
--- old/Sys-Virt-v4.6.0/README  2018-08-06 19:18:13.0 +0200
+++ new/Sys-Virt-v4.7.0/README  2018-09-04 15:03:25.0 +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.6.0
+The current minimum required version of libvirt is 4.7.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-Sys-Virt for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-08-24 17:11:41

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Fri Aug 24 17:11:41 2018 rev:63 rq:631164 version:4.6.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-07-28 12:45:39.321017543 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-08-24 17:11:45.354617222 +0200
@@ -1,0 +2,6 @@
+Mon Aug 13 20:23:29 UTC 2018 - jfeh...@suse.com
+
+- Update to 4.6.0
+  - Add all new APIs and constants in libvirt 4.6.0
+
+---

Old:

  Sys-Virt-v4.5.0.tar.gz

New:

  Sys-Virt-v4.6.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.zhRVQm/_old  2018-08-24 17:11:45.726617665 +0200
+++ /var/tmp/diff_new_pack.zhRVQm/_new  2018-08-24 17:11:45.730617669 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:4.5.0
+Version:4.6.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-v4.5.0.tar.gz -> Sys-Virt-v4.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.5.0/Build.PL new/Sys-Virt-v4.6.0/Build.PL
--- old/Sys-Virt-v4.5.0/Build.PL2018-07-03 17:06:38.0 +0200
+++ new/Sys-Virt-v4.6.0/Build.PL2018-08-06 19:18:13.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.5.0";
+my $libvirtver = "4.6.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.5.0/Changes new/Sys-Virt-v4.6.0/Changes
--- old/Sys-Virt-v4.5.0/Changes 2018-07-03 17:06:38.0 +0200
+++ new/Sys-Virt-v4.6.0/Changes 2018-08-06 19:18:13.0 +0200
@@ -1,5 +1,12 @@
 Revision history for perl module Sys::Virt
 
+4.6.0 2018-08-06
+
+ - Add VIR_DOMAIN_MEMORY_STAT_DISK_CACHES
+ - Add missing import of Sys::Virt::NWFilterBinding
+ - Include Sys::Virt::NWFilterBinding in dist
+ - Fix multiple bugs allocating & freeing typed parameters
+
 4.5.0 2018-07-03
 
  - Add new types and APIs for virNWFilterBinding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.5.0/HACKING new/Sys-Virt-v4.6.0/HACKING
--- old/Sys-Virt-v4.5.0/HACKING 2018-07-03 17:06:38.0 +0200
+++ new/Sys-Virt-v4.6.0/HACKING 2018-08-06 19:18:13.0 +0200
@@ -82,13 +82,13 @@
built libvirt library
 
 # cd $HOME/src/libvirt-perl
-# ../libvirt/run perl Makefile.PL
-# ../libvirt/run make
+# ../libvirt/run perl Build.PL
+# ../libvirt/run ./Build
 
  - Run the test suite to identify which new functions/constants need
handling
 
-# ../libvirt/run make test TEST_MAINTAINER=1
+#  TEST_MAINTAINER=1 ../libvirt/run ./Build test
 
  - For each missing item reported in the test suite...
 
@@ -191,7 +191,7 @@
 The upload is currently done by Daniel Berrange (username DANBERR).
 
 Now open the tree for the next release version by editing the files
-lib/Sys/Virt.pm, README, Makefile.PL to update the version number
+lib/Sys/Virt.pm, README, Build.PL to update the version number
 listed. Also edit Changes to add a placeholder entry for the new
 release number. Run 'make test' to ensure Changes file is syntax
 valid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.5.0/INSTALL new/Sys-Virt-v4.6.0/INSTALL
--- old/Sys-Virt-v4.5.0/INSTALL 2018-07-03 17:06:38.0 +0200
+++ new/Sys-Virt-v4.6.0/INSTALL 2018-08-06 19:18:13.0 +0200
@@ -5,20 +5,16 @@
 system. The libvirt libraries and header files are located using
 the pkg-config database. If libvirt is installed to a prefix
 other than /usr, then be sure to set the PKG_CONFIG_PATH environment
-variable before building this module.
-
-Regular installation:
-
-  $ perl Makefile.PL
-  $ make
-  $ sudo make install
+variable before building this module:
 
+  $ export PKG_CONFIG_PATH=/some/prefix/lib/pkgconfig
 
-Install from non-standard location
+Then follow the standard procedure for a Module::Build based
+installation:
 
-  $ export PKG_CONFIG_PATH=/some/prefix/lib/pkgconfig
-  $ perl Makefile.PL
-  $ make
-  $ sudo make install
+  $ perl Build.PL
+  $ ./Build
+  $ ./Build test
+  $ 

commit perl-Sys-Virt for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-07-28 12:45:37

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Sat Jul 28 12:45:37 2018 rev:62 rq:625843 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-07-06 10:43:28.695148870 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-07-28 12:45:39.321017543 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 20:10:18 UTC 2018 - jfeh...@suse.com
+
+- Update to 4.5.0
+  - Add all new APIs and constants in libvirt 4.5.0
+
+---

Old:

  Sys-Virt-v4.4.0.tar.gz

New:

  Sys-Virt-v4.5.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.QccAbW/_old  2018-07-28 12:45:39.969018722 +0200
+++ /var/tmp/diff_new_pack.QccAbW/_new  2018-07-28 12:45:39.973018729 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Sys-Virt
-Version:4.4.0
+Version:4.5.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
-License:GPL-2.0+ or ClArtistic
+License:GPL-2.0-or-later OR ClArtistic
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/release/Sys-Virt
 Source: %{cpan_name}-v%{version}.tar.gz

++ Sys-Virt-v4.4.0.tar.gz -> Sys-Virt-v4.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.4.0/Build.PL new/Sys-Virt-v4.5.0/Build.PL
--- old/Sys-Virt-v4.4.0/Build.PL2018-06-05 16:08:05.0 +0200
+++ new/Sys-Virt-v4.5.0/Build.PL2018-07-03 17:06:38.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.4.0";
+my $libvirtver = "4.5.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.4.0/Changes new/Sys-Virt-v4.5.0/Changes
--- old/Sys-Virt-v4.4.0/Changes 2018-06-05 16:08:05.0 +0200
+++ new/Sys-Virt-v4.5.0/Changes 2018-07-03 17:06:38.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+4.5.0 2018-07-03
+
+ - Add new types and APIs for virNWFilterBinding
+ - Add VIR_CONNECT_GET_ALL_DOMAINS_STATS_NOWAIT
+ - Add new constants and APIs for AMD SEV
+
 4.4.0 2018-06-05
 
  - Switch to Module::Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.4.0/META.json 
new/Sys-Virt-v4.5.0/META.json
--- old/Sys-Virt-v4.4.0/META.json   2018-06-05 16:08:05.0 +0200
+++ new/Sys-Virt-v4.5.0/META.json   2018-07-03 17:06:38.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v4.4.0"
+ "version" : "v4.5.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -91,6 +91,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v4.4.0",
+   "version" : "v4.5.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.4.0/META.yml new/Sys-Virt-v4.5.0/META.yml
--- old/Sys-Virt-v4.4.0/META.yml2018-06-05 16:08:05.0 +0200
+++ new/Sys-Virt-v4.5.0/META.yml2018-07-03 17:06:38.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v4.4.0
+version: v4.5.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainSnapshot:
@@ -56,5 +56,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.4.0
+version: v4.5.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.4.0/README new/Sys-Virt-v4.5.0/README
--- old/Sys-Virt-v4.4.0/README  2018-06-05 16:08:05.0 +0200
+++ new/Sys-Virt-v4.5.0/README  2018-07-03 17:06:38.0 +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 4.4.0
+The 

commit perl-Sys-Virt for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-07-06 10:43:24

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Fri Jul  6 10:43:24 2018 rev:61 rq:620922 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-03-09 10:43:44.860833626 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-07-06 10:43:28.695148870 +0200
@@ -1,0 +2,14 @@
+Thu Jun  7 16:30:21 UTC 2018 - jfeh...@suse.com
+
+- Update to 4.4.0
+  - Add all new APIs and constants in libvirt 4.4.0
+- spec: Modernize list of build deps to match required packages
+- build: Switch to using Module::Build
+
+---
+Thu Apr  5 15:35:17 UTC 2018 - jfeh...@suse.com
+
+- Update to 4.2.0
+  - Add all new APIs and constants in libvirt 4.2.0
+
+---

Old:

  Sys-Virt-4.1.0.tar.gz

New:

  Sys-Virt-v4.4.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.tv1vNu/_old  2018-07-06 10:43:29.147148332 +0200
+++ /var/tmp/diff_new_pack.tv1vNu/_new  2018-07-06 10:43:29.147148332 +0200
@@ -17,25 +17,37 @@
 
 
 Name:   perl-Sys-Virt
-Version:4.1.0
+Version:4.4.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
 License:GPL-2.0+ or ClArtistic
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Sys-Virt/
-Source: %{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/Sys-Virt
+Source: %{cpan_name}-v%{version}.tar.gz
 Patch0: suse-set-migration-constraints.patch
+# Build
 BuildRequires:  libvirt-devel >= %{version}
-%if 0%{?suse_version} < 1140
-BuildRequires:  perl-macros
-%endif
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(Module::Build)
+# Runtime
+BuildRequires:  perl(XSLoader)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests only
+BuildRequires:  perl(Sys::Hostname)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(XML::XPath)
 BuildRequires:  perl(XML::XPath::XMLParser)
+BuildRequires:  perl(base)
+# Optional tests only
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+%if 0%{?suse_version} >= 1500
+BuildRequires:  perl(Test::CPAN::Changes)
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -45,22 +57,18 @@
 virtualization containers to be managed with a consistent API.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-v%{version}
 %patch0 -p1
 
-sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
-sed -i -e '/\.spec\.PL$/d' MANIFEST
-rm -f *.spec.PL
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_process_packlist
 %perl_gen_filelist
 

++ suse-set-migration-constraints.patch ++
--- /var/tmp/diff_new_pack.tv1vNu/_old  2018-07-06 10:43:29.171148304 +0200
+++ /var/tmp/diff_new_pack.tv1vNu/_new  2018-07-06 10:43:29.171148304 +0200
@@ -2,11 +2,38 @@
 
 References: fate#316614, bsc#859868
 
-Index: Sys-Virt-4.1.0/Virt.xs
+Index: Sys-Virt-v4.4.0/lib/Sys/Virt/Domain.pm
 ===
 Sys-Virt-4.1.0.orig/Virt.xs
-+++ Sys-Virt-4.1.0/Virt.xs
-@@ -5166,7 +5166,7 @@ _migrate(dom, destcon, newparams, flags=
+--- Sys-Virt-v4.4.0.orig/lib/Sys/Virt/Domain.pm
 Sys-Virt-v4.4.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
+ 
++=item C
++
++The the maximum number of iterations before final suspend
++
++=item C
++
++The maximum amount of memory to transfer before final suspend
++
++=item C
++
++The number of dirty pages before final suspend
++
++=item C
++
++Abort the migration instead of doing the final suspend for VMs with busy 
workloads
++
+ =back
+ 
+ =item $ddom = $dom->migrate(destcon, flags=0, dname=undef, uri=undef, 
bandwidth=0)
+Index: Sys-Virt-v4.4.0/lib/Sys/Virt.xs

commit perl-Sys-Virt for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-03-09 10:43:44

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Fri Mar  9 10:43:44 2018 rev:60 rq:583118 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-12-19 10:59:46.805606376 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-03-09 10:43:44.860833626 +0100
@@ -1,0 +2,7 @@
+Mon Mar  5 18:50:27 UTC 2018 - jfeh...@suse.com
+
+- Update to 4.1.0
+  - Add all new APIs and constants in libvirt 4.1.0
+  - Dropped patches: c069787e-virstream-fix.patch
+
+---

Old:

  Sys-Virt-3.9.1.tar.gz
  c069787e-virstream-fix.patch

New:

  Sys-Virt-4.1.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.l0wtJm/_old  2018-03-09 10:43:45.720802653 +0100
+++ /var/tmp/diff_new_pack.l0wtJm/_new  2018-03-09 10:43:45.724802509 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:3.9.1
+Version:4.1.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -25,8 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
-Patch0: c069787e-virstream-fix.patch
-Patch1: suse-set-migration-constraints.patch
+Patch0: suse-set-migration-constraints.patch
 BuildRequires:  libvirt-devel >= %{version}
 %if 0%{?suse_version} < 1140
 BuildRequires:  perl-macros
@@ -48,7 +47,6 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST

++ Sys-Virt-3.9.1.tar.gz -> Sys-Virt-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.9.1/Changes new/Sys-Virt-4.1.0/Changes
--- old/Sys-Virt-3.9.1/Changes  2017-12-05 12:41:58.0 +0100
+++ new/Sys-Virt-4.1.0/Changes  2018-03-05 15:44:06.0 +0100
@@ -1,5 +1,19 @@
 Revision history for perl module Sys::Virt
 
+4.1.0 2018-03-05
+
+ - Add VIR_ERR_DEVICE_MISSING constants
+ - Remove use of Data::Dumper from example programs
+ - Remove accidental debug message in get_all_domain_stats
+ - Add virStoragePoolLookupByTargetPath API mapping
+
+4.0.0 2018-01-23
+
+ - Fix check of return value from virStreamRecv*
+ - Fix rd_req / wr_req hash keys for block stats
+ - Fix misc spelling mistakes
+ - Fix docs for storage pool destroy/undefine
+
 3.9.1 2017-12-05
 
  - Fix package location of lifecycle constants
@@ -468,7 +482,7 @@
 0.2.6 2011-02-16
 
  - Fix build with 0.8.7 libvirt by removing reference to
-   non-existant constant only introduced in libvirt > 0.8.7
+   non-existent constant only introduced in libvirt > 0.8.7
  - Fix test script when hostname is undefined
 
 0.2.5 2011-02-04
@@ -529,7 +543,7 @@
  - Added networking APIs
  - Added APIs for host capabilities
  - Added APIs for inactive domains
- - Switch licensse to GPLv2+ or Artistic for CPAN compatability
+ - Switch licensse to GPLv2+ or Artistic for CPAN compatibility
  - Fix return values for reboot/shutdown/undefine/create APIs
  - Expanded documentation coverage
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.9.1/HACKING new/Sys-Virt-4.1.0/HACKING
--- old/Sys-Virt-3.9.1/HACKING  2016-10-26 12:35:34.0 +0200
+++ new/Sys-Virt-4.1.0/HACKING  2018-01-15 18:38:18.0 +0100
@@ -15,7 +15,7 @@
 of two parts of the Sys::Virt codebase.
 
  - Virt.xs - this provides the C glue code to access the libvirt C
-   library APIs and constants from the Perl interpretor. As a general
+   library APIs and constants from the Perl interpreter. As a general
rule, every new function and header file constant/enum requires an
addition to this file.  The exceptions are functions that are only
provided for the benefit of language bindings and not intended for
@@ -93,7 +93,7 @@
  - For each missing item reported in the test suite...
 
  - Edit Virt.xs to add the C binding
- - Edit lib/*.pm to add the POD documentation (and 

commit perl-Sys-Virt for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-12-19 10:59:39

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Tue Dec 19 10:59:39 2017 rev:59 rq:558215 version:3.9.1

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-11-12 18:02:15.357016541 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-12-19 10:59:46.805606376 +0100
@@ -1,0 +2,13 @@
+Mon Dec 18 15:57:38 UTC 2017 - jfeh...@suse.com
+
+- Fix check of return value from virStreamRecv*
+  c069787e-virstream-fix.patch
+  bsc#1073177
+
+---
+Fri Dec 15 20:18:09 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.9.1
+  - Fix package location of lifecycle constants
+
+---

Old:

  Sys-Virt-3.9.0.tar.gz

New:

  Sys-Virt-3.9.1.tar.gz
  c069787e-virstream-fix.patch



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.EV8ghe/_old  2017-12-19 10:59:47.933551925 +0100
+++ /var/tmp/diff_new_pack.EV8ghe/_new  2017-12-19 10:59:47.937551732 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.9.0
+Version:3.9.1
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -25,7 +25,8 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
-Patch0: suse-set-migration-constraints.patch
+Patch0: c069787e-virstream-fix.patch
+Patch1: suse-set-migration-constraints.patch
 BuildRequires:  libvirt-devel >= %{version}
 %if 0%{?suse_version} < 1140
 BuildRequires:  perl-macros
@@ -47,6 +48,7 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST

++ Sys-Virt-3.9.0.tar.gz -> Sys-Virt-3.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.9.0/Changes new/Sys-Virt-3.9.1/Changes
--- old/Sys-Virt-3.9.0/Changes  2017-11-03 18:10:56.0 +0100
+++ new/Sys-Virt-3.9.1/Changes  2017-12-05 12:41:58.0 +0100
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+3.9.1 2017-12-05
+
+ - Fix package location of lifecycle constants
+
 3.9.0 2017-11-03
 
  - Add VIR_DOMAIN_JOB_MEMORY_PAGE_SIZE constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.9.0/META.yml new/Sys-Virt-3.9.1/META.yml
--- old/Sys-Virt-3.9.0/META.yml 2017-11-03 18:11:05.0 +0100
+++ new/Sys-Virt-3.9.1/META.yml 2017-12-05 12:43:24.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.9.0
+version:  3.9.1
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.9.0/MYMETA.json 
new/Sys-Virt-3.9.1/MYMETA.json
--- old/Sys-Virt-3.9.0/MYMETA.json  2017-11-03 18:10:57.0 +0100
+++ new/Sys-Virt-3.9.1/MYMETA.json  2017-12-05 12:43:16.0 +0100
@@ -4,7 +4,7 @@
   "Daniel Berrange "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "unknown"
],
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.9.0",
+   "version" : "v3.9.1",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.9.0/MYMETA.yml 
new/Sys-Virt-3.9.1/MYMETA.yml
--- old/Sys-Virt-3.9.0/MYMETA.yml   2017-11-03 18:10:57.0 +0100
+++ new/Sys-Virt-3.9.1/MYMETA.yml   2017-12-05 12:43:16.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.9.0
+version: v3.9.1
 

commit perl-Sys-Virt for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-11-12 18:02:14

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Sun Nov 12 18:02:14 2017 rev:58 rq:539358 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-10-11 23:01:38.228156275 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-11-12 18:02:15.357016541 +0100
@@ -1,0 +2,6 @@
+Mon Nov  6 16:47:30 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.9.0
+  - Add all new APIs and constants in libvirt 3.9.0
+
+---

Old:

  Sys-Virt-3.8.0.tar.gz

New:

  Sys-Virt-3.9.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.mDM0Ju/_old  2017-11-12 18:02:15.828999349 +0100
+++ /var/tmp/diff_new_pack.mDM0Ju/_new  2017-11-12 18:02:15.828999349 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.8.0
+Version:3.9.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.8.0.tar.gz -> Sys-Virt-3.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.8.0/Changes new/Sys-Virt-3.9.0/Changes
--- old/Sys-Virt-3.8.0/Changes  2017-10-04 18:46:22.0 +0200
+++ new/Sys-Virt-3.9.0/Changes  2017-11-03 18:10:56.0 +0100
@@ -1,5 +1,10 @@
 Revision history for perl module Sys::Virt
 
+3.9.0 2017-11-03
+
+ - Add VIR_DOMAIN_JOB_MEMORY_PAGE_SIZE constant
+ - Add set_lifecycle_action
+
 3.8.0 2017-10-04
 
  - Add VIR_STORAGE_POOL_EVENT_{DELETED,CREATED} constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.8.0/META.yml new/Sys-Virt-3.9.0/META.yml
--- old/Sys-Virt-3.8.0/META.yml 2017-10-04 18:47:21.0 +0200
+++ new/Sys-Virt-3.9.0/META.yml 2017-11-03 18:11:05.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.8.0
+version:  3.9.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.8.0/MYMETA.json 
new/Sys-Virt-3.9.0/MYMETA.json
--- old/Sys-Virt-3.8.0/MYMETA.json  2017-10-04 18:47:12.0 +0200
+++ new/Sys-Virt-3.9.0/MYMETA.json  2017-11-03 18:10:57.0 +0100
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.8.0",
+   "version" : "v3.9.0",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.8.0/MYMETA.yml 
new/Sys-Virt-3.9.0/MYMETA.yml
--- old/Sys-Virt-3.8.0/MYMETA.yml   2017-10-04 18:47:12.0 +0200
+++ new/Sys-Virt-3.9.0/MYMETA.yml   2017-11-03 18:10:57.0 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.8.0
+version: v3.9.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.8.0/Makefile.PL 
new/Sys-Virt-3.9.0/Makefile.PL
--- old/Sys-Virt-3.8.0/Makefile.PL  2017-09-04 15:28:40.0 +0200
+++ new/Sys-Virt-3.9.0/Makefile.PL  2017-11-03 18:10:56.0 +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 = "3.8.0";
+my $libvirtver = "3.9.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-3.8.0/README new/Sys-Virt-3.9.0/README
--- old/Sys-Virt-3.8.0/README   2017-09-04 15:28:18.0 +0200
+++ new/Sys-Virt-3.9.0/README   2017-11-03 18:10:56.0 +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 3.8.0
+The current minimum required version of libvirt is 3.9.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.8.0/Virt.xs new/Sys-Virt-3.9.0/Virt.xs
--- old/Sys-Virt-3.8.0/Virt.xs  2017-09-20 17:00:29.0 

commit perl-Sys-Virt for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-10-11 23:01:36

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Wed Oct 11 23:01:36 2017 rev:57 rq:532219 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-09-20 17:07:11.987934543 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-10-11 23:01:38.228156275 +0200
@@ -1,0 +2,6 @@
+Thu Oct  5 20:08:57 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.8.0
+  - Add all new APIs and constants in libvirt 3.8.0
+
+---

Old:

  Sys-Virt-3.7.0.tar.gz

New:

  Sys-Virt-3.8.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.7mL2cn/_old  2017-10-11 23:01:39.040120703 +0200
+++ /var/tmp/diff_new_pack.7mL2cn/_new  2017-10-11 23:01:39.044120527 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.7.0
+Version:3.8.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.7.0.tar.gz -> Sys-Virt-3.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.7.0/Changes new/Sys-Virt-3.8.0/Changes
--- old/Sys-Virt-3.7.0/Changes  2017-09-04 15:23:05.0 +0200
+++ new/Sys-Virt-3.8.0/Changes  2017-10-04 18:46:22.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+3.8.0 2017-10-04
+
+ - Add VIR_STORAGE_POOL_EVENT_{DELETED,CREATED} constants
+
 3.7.0 2017-09-04
 
  - Add VIR_FROM_RESCTRL constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.7.0/META.yml new/Sys-Virt-3.8.0/META.yml
--- old/Sys-Virt-3.7.0/META.yml 2017-09-04 15:23:49.0 +0200
+++ new/Sys-Virt-3.8.0/META.yml 2017-10-04 18:47:21.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.7.0
+version:  3.8.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.7.0/MYMETA.json 
new/Sys-Virt-3.8.0/MYMETA.json
--- old/Sys-Virt-3.7.0/MYMETA.json  2017-09-04 15:23:42.0 +0200
+++ new/Sys-Virt-3.8.0/MYMETA.json  2017-10-04 18:47:12.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.7.0",
+   "version" : "v3.8.0",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.7.0/MYMETA.yml 
new/Sys-Virt-3.8.0/MYMETA.yml
--- old/Sys-Virt-3.7.0/MYMETA.yml   2017-09-04 15:23:42.0 +0200
+++ new/Sys-Virt-3.8.0/MYMETA.yml   2017-10-04 18:47:12.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.7.0
+version: v3.8.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.7.0/Makefile.PL 
new/Sys-Virt-3.8.0/Makefile.PL
--- old/Sys-Virt-3.7.0/Makefile.PL  2017-08-02 14:20:56.0 +0200
+++ new/Sys-Virt-3.8.0/Makefile.PL  2017-09-04 15:28:40.0 +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 = "3.7.0";
+my $libvirtver = "3.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-3.7.0/README new/Sys-Virt-3.8.0/README
--- old/Sys-Virt-3.7.0/README   2017-08-02 14:20:52.0 +0200
+++ new/Sys-Virt-3.8.0/README   2017-09-04 15:28:18.0 +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 3.7.0
+The current minimum required version of libvirt is 3.8.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.7.0/Virt.xs new/Sys-Virt-3.8.0/Virt.xs
--- old/Sys-Virt-3.7.0/Virt.xs  2017-08-30 17:19:49.0 +0200
+++ new/Sys-Virt-3.8.0/Virt.xs  

commit perl-Sys-Virt for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-09-20 17:06:59

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Wed Sep 20 17:06:59 2017 rev:56 rq:526421 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-07-17 09:11:20.678361698 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-09-20 17:07:11.987934543 +0200
@@ -1,0 +2,6 @@
+Fri Sep 15 16:33:13 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.7.0
+  - Add all new APIs and constants in libvirt 3.7.0
+
+---

Old:

  Sys-Virt-3.5.0.tar.gz

New:

  Sys-Virt-3.7.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.TBYhi7/_old  2017-09-20 17:07:14.763543820 +0200
+++ /var/tmp/diff_new_pack.TBYhi7/_new  2017-09-20 17:07:14.767543257 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.5.0
+Version:3.7.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.5.0.tar.gz -> Sys-Virt-3.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.5.0/Changes new/Sys-Virt-3.7.0/Changes
--- old/Sys-Virt-3.5.0/Changes  2017-07-06 17:56:26.0 +0200
+++ new/Sys-Virt-3.7.0/Changes  2017-09-04 15:23:05.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+3.7.0 2017-09-04
+
+ - Add VIR_FROM_RESCTRL constant
+ - Add migrate_get_max_downtime
+ - Add managed_save_define_xml and managed_save_get_xml_description
+
 3.5.0 2017-07-06
 
  - Add VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.5.0/META.yml new/Sys-Virt-3.7.0/META.yml
--- old/Sys-Virt-3.5.0/META.yml 2017-07-06 17:57:23.0 +0200
+++ new/Sys-Virt-3.7.0/META.yml 2017-09-04 15:23:49.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.5.0
+version:  3.7.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.5.0/MYMETA.json 
new/Sys-Virt-3.7.0/MYMETA.json
--- old/Sys-Virt-3.5.0/MYMETA.json  2017-07-06 17:57:15.0 +0200
+++ new/Sys-Virt-3.7.0/MYMETA.json  2017-09-04 15:23:42.0 +0200
@@ -4,13 +4,13 @@
   "Daniel Berrange "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "unknown"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Sys-Virt",
"no_index" : {
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.5.0",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "v3.7.0",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.5.0/MYMETA.yml 
new/Sys-Virt-3.7.0/MYMETA.yml
--- old/Sys-Virt-3.5.0/MYMETA.yml   2017-07-06 17:57:15.0 +0200
+++ new/Sys-Virt-3.7.0/MYMETA.yml   2017-09-04 15:23:42.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.5.0
+version: v3.7.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.5.0/Makefile.PL 
new/Sys-Virt-3.7.0/Makefile.PL
--- old/Sys-Virt-3.5.0/Makefile.PL  2017-06-05 13:12:02.0 +0200
+++ new/Sys-Virt-3.7.0/Makefile.PL  2017-08-02 14:20:56.0 +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 = 

commit perl-Sys-Virt for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-07-17 09:11:19

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 Jul 17 09:11:19 2017 rev:55 rq:510160 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-06-21 13:53:47.124199001 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-07-17 09:11:20.678361698 +0200
@@ -1,0 +2,6 @@
+Thu Jul  6 21:25:08 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.5.0
+  - Add all new APIs and constants in libvirt 3.5.0
+
+---

Old:

  Sys-Virt-3.4.0.tar.gz

New:

  Sys-Virt-3.5.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.PNzord/_old  2017-07-17 09:11:22.118158901 +0200
+++ /var/tmp/diff_new_pack.PNzord/_new  2017-07-17 09:11:22.122158337 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.4.0
+Version:3.5.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.4.0.tar.gz -> Sys-Virt-3.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.4.0/Changes new/Sys-Virt-3.5.0/Changes
--- old/Sys-Virt-3.4.0/Changes  2017-06-05 13:05:52.0 +0200
+++ new/Sys-Virt-3.5.0/Changes  2017-07-06 17:56:26.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+3.5.0 2017-07-06
+
+ - Add VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB constant
+
 3.4.0 2017-06-05
 
  - Add LIST_CAP_MDEV & LIST_CAP_MDEV_TYPES constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.4.0/META.yml new/Sys-Virt-3.5.0/META.yml
--- old/Sys-Virt-3.4.0/META.yml 2017-06-05 13:07:21.0 +0200
+++ new/Sys-Virt-3.5.0/META.yml 2017-07-06 17:57:23.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.4.0
+version:  3.5.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.4.0/MYMETA.json 
new/Sys-Virt-3.5.0/MYMETA.json
--- old/Sys-Virt-3.4.0/MYMETA.json  2017-06-05 13:07:13.0 +0200
+++ new/Sys-Virt-3.5.0/MYMETA.json  2017-07-06 17:57:15.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.4.0",
+   "version" : "v3.5.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.4.0/MYMETA.yml 
new/Sys-Virt-3.5.0/MYMETA.yml
--- old/Sys-Virt-3.4.0/MYMETA.yml   2017-06-05 13:07:13.0 +0200
+++ new/Sys-Virt-3.5.0/MYMETA.yml   2017-07-06 17:57:15.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.4.0
+version: v3.5.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.4.0/Makefile.PL 
new/Sys-Virt-3.5.0/Makefile.PL
--- old/Sys-Virt-3.4.0/Makefile.PL  2017-05-08 18:05:00.0 +0200
+++ new/Sys-Virt-3.5.0/Makefile.PL  2017-06-05 13:12:02.0 +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 = "3.4.0";
+my $libvirtver = "3.5.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-3.4.0/README new/Sys-Virt-3.5.0/README
--- old/Sys-Virt-3.4.0/README   2017-05-08 18:04:56.0 +0200
+++ new/Sys-Virt-3.5.0/README   2017-06-05 13:11:57.0 +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 3.4.0
+The current minimum required version of libvirt is 3.5.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.4.0/Virt.xs new/Sys-Virt-3.5.0/Virt.xs
--- old/Sys-Virt-3.4.0/Virt.xs  2017-05-30 13:16:56.0 +0200
+++ 

commit perl-Sys-Virt for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-06-21 13:53:45

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Wed Jun 21 13:53:45 2017 rev:54 rq:503234 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-05-09 18:09:56.539302213 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-06-21 13:53:47.124199001 +0200
@@ -1,0 +2,6 @@
+Mon Jun  5 16:12:46 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.4.0
+  - Add all new APIs and constants in libvirt 3.4.0
+
+---

Old:

  Sys-Virt-3.3.0.tar.gz

New:

  Sys-Virt-3.4.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.socT32/_old  2017-06-21 13:53:48.971938359 +0200
+++ /var/tmp/diff_new_pack.socT32/_new  2017-06-21 13:53:48.971938359 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.3.0
+Version:3.4.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.3.0.tar.gz -> Sys-Virt-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.3.0/Changes new/Sys-Virt-3.4.0/Changes
--- old/Sys-Virt-3.3.0/Changes  2017-05-08 12:23:32.0 +0200
+++ new/Sys-Virt-3.4.0/Changes  2017-06-05 13:05:52.0 +0200
@@ -1,5 +1,20 @@
 Revision history for perl module Sys::Virt
 
+3.4.0 2017-06-05
+
+ - Add LIST_CAP_MDEV & LIST_CAP_MDEV_TYPES constants
+ - Fix send_all() callback helper
+ - Introduce flags to Stream::recv() and
+   register RECV_STOP_AT_HOLE constant
+ - Introduce Stream::recv_hole() and Stream::send_hole()
+ - Introduce Stream::sparse_recv_all()
+ - Introduce Stream::sparse_send_all()
+ - Register VOL_DOWNLOAD_SPARSE_STREAM &
+   VOL_UPLOAD_SPARSE_STREAM constants
+ - Add vol-sparse.pl example
+ - Add new domain event constants
+ - Add new LIST_CAP_CCW_DEV constant
+
 3.3.0 2017-05-08
 
  - Add VIR_DOMAIN_JOB_OPERATION* constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.3.0/MANIFEST new/Sys-Virt-3.4.0/MANIFEST
--- old/Sys-Virt-3.3.0/MANIFEST 2017-05-08 12:25:34.0 +0200
+++ new/Sys-Virt-3.4.0/MANIFEST 2017-06-05 13:07:21.0 +0200
@@ -26,6 +26,7 @@
 examples/vol-download-all.pl
 examples/vol-download-nonblock.pl
 examples/vol-download.pl
+examples/vol-sparse.pl
 examples/vol-upload-all.pl
 examples/vol-upload-nonblock.pl
 examples/vol-upload.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.3.0/META.yml new/Sys-Virt-3.4.0/META.yml
--- old/Sys-Virt-3.3.0/META.yml 2017-05-08 12:25:34.0 +0200
+++ new/Sys-Virt-3.4.0/META.yml 2017-06-05 13:07:21.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.3.0
+version:  3.4.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.3.0/MYMETA.json 
new/Sys-Virt-3.4.0/MYMETA.json
--- old/Sys-Virt-3.3.0/MYMETA.json  2017-05-08 12:25:26.0 +0200
+++ new/Sys-Virt-3.4.0/MYMETA.json  2017-06-05 13:07:13.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.3.0",
+   "version" : "v3.4.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.3.0/MYMETA.yml 
new/Sys-Virt-3.4.0/MYMETA.yml
--- old/Sys-Virt-3.3.0/MYMETA.yml   2017-05-08 12:25:26.0 +0200
+++ new/Sys-Virt-3.4.0/MYMETA.yml   2017-06-05 13:07:13.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.3.0
+version: v3.4.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.3.0/Makefile.PL 
new/Sys-Virt-3.4.0/Makefile.PL
--- old/Sys-Virt-3.3.0/Makefile.PL  2017-04-03 15:51:08.0 +0200
+++ new/Sys-Virt-3.4.0/Makefile.PL  2017-05-08 18:05:00.0 +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 = "3.3.0";
+my $libvirtver = "3.4.0";
 my $stat = system "pkg-config 

commit perl-Sys-Virt for openSUSE:Factory

2017-05-09 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-05-09 18:09:54

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Tue May  9 18:09:54 2017 rev:53 rq:493582 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-04-11 09:41:19.841564433 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-05-09 18:09:56.539302213 +0200
@@ -1,0 +2,7 @@
+Mon May  8 17:45:24 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.3.0
+  - Add all new APIs and constants in libvirt 3.3.0
+  - FATE#319684, FATE#321335, FATE#321349
+
+---

Old:

  Sys-Virt-3.2.0.tar.gz

New:

  Sys-Virt-3.3.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.MLeKEv/_old  2017-05-09 18:09:57.511164878 +0200
+++ /var/tmp/diff_new_pack.MLeKEv/_new  2017-05-09 18:09:57.515164313 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.2.0
+Version:3.3.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.2.0.tar.gz -> Sys-Virt-3.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/Changes new/Sys-Virt-3.3.0/Changes
--- old/Sys-Virt-3.2.0/Changes  2017-04-03 15:40:07.0 +0200
+++ new/Sys-Virt-3.3.0/Changes  2017-05-08 12:23:32.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+3.3.0 2017-05-08
+
+ - Add VIR_DOMAIN_JOB_OPERATION* constants
+
 3.2.0 2017-04-03
 
  - Add PERF_PARAM_CPU_CLOCK constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/META.yml new/Sys-Virt-3.3.0/META.yml
--- old/Sys-Virt-3.2.0/META.yml 2017-04-03 15:41:13.0 +0200
+++ new/Sys-Virt-3.3.0/META.yml 2017-05-08 12:25:34.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.2.0
+version:  3.3.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/MYMETA.json 
new/Sys-Virt-3.3.0/MYMETA.json
--- old/Sys-Virt-3.2.0/MYMETA.json  2017-04-03 15:41:05.0 +0200
+++ new/Sys-Virt-3.3.0/MYMETA.json  2017-05-08 12:25:26.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.2.0",
+   "version" : "v3.3.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/MYMETA.yml 
new/Sys-Virt-3.3.0/MYMETA.yml
--- old/Sys-Virt-3.2.0/MYMETA.yml   2017-04-03 15:41:05.0 +0200
+++ new/Sys-Virt-3.3.0/MYMETA.yml   2017-05-08 12:25:26.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.2.0
+version: v3.3.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/Makefile.PL 
new/Sys-Virt-3.3.0/Makefile.PL
--- old/Sys-Virt-3.2.0/Makefile.PL  2017-03-07 10:57:27.0 +0100
+++ new/Sys-Virt-3.3.0/Makefile.PL  2017-04-03 15:51:08.0 +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 = "3.2.0";
+my $libvirtver = "3.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-3.2.0/README new/Sys-Virt-3.3.0/README
--- old/Sys-Virt-3.2.0/README   2017-03-07 10:57:18.0 +0100
+++ new/Sys-Virt-3.3.0/README   2017-04-03 15:50:44.0 +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 3.2.0
+The current minimum required version of libvirt is 3.3.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.2.0/Virt.xs new/Sys-Virt-3.3.0/Virt.xs
--- old/Sys-Virt-3.2.0/Virt.xs  2017-04-03 15:25:40.0 +0200
+++ 

commit perl-Sys-Virt for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-04-11 09:41:14

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Tue Apr 11 09:41:14 2017 rev:52 rq:484993 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-03-14 10:07:17.310077554 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-04-11 09:41:19.841564433 +0200
@@ -1,0 +2,7 @@
+Mon Apr  3 17:15:36 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.2.0
+  - Add all new APIs and constants in libvirt 3.2.0
+  - FATE#319684, FATE#321335, FATE#321349
+
+---

Old:

  Sys-Virt-3.1.0.tar.gz

New:

  Sys-Virt-3.2.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.UElk4P/_old  2017-04-11 09:41:20.953407371 +0200
+++ /var/tmp/diff_new_pack.UElk4P/_new  2017-04-11 09:41:20.957406806 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.1.0
+Version:3.2.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.1.0.tar.gz -> Sys-Virt-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.1.0/Changes new/Sys-Virt-3.2.0/Changes
--- old/Sys-Virt-3.1.0/Changes  2017-03-03 17:58:41.0 +0100
+++ new/Sys-Virt-3.2.0/Changes  2017-04-03 15:40:07.0 +0200
@@ -1,5 +1,20 @@
 Revision history for perl module Sys::Virt
 
+3.2.0 2017-04-03
+
+ - Add PERF_PARAM_CPU_CLOCK constant
+ - Add PERF_PARAM_TASK_CLOCK constant
+ - Add PERF_PARAM_PAGE_FAULTS constant
+ - Add PERF_PARAM_CONTEXT_SWITCHES constant
+ - Add PERF_PARAM_CPU_MIGRATIONS constant
+ - Add PERF_PARAM_PAGE_FAULTS_MIN constant
+ - Add PERF_PARAM_PAGE_FAULTS_MAJ constant
+ - Add PERF_PARAM_ALIGNMENT_FAULTS constant
+ - Add PERF_PARAM_EMULATION_FAULTS constant
+ - Add block threshold event
+ - Add virDomainSetBlockThreshold API
+ - Add VIR_MIGRATE_TLS constant
+
 3.1.0 2017-03-03
 
  - Add VIR_CONNECT_LIST_STORAGE_POOLS_VSTORAGE constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.1.0/META.yml new/Sys-Virt-3.2.0/META.yml
--- old/Sys-Virt-3.1.0/META.yml 2017-03-03 17:59:47.0 +0100
+++ new/Sys-Virt-3.2.0/META.yml 2017-04-03 15:41:13.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.1.0
+version:  3.2.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.1.0/MYMETA.json 
new/Sys-Virt-3.2.0/MYMETA.json
--- old/Sys-Virt-3.1.0/MYMETA.json  2017-03-03 17:59:39.0 +0100
+++ new/Sys-Virt-3.2.0/MYMETA.json  2017-04-03 15:41:05.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.1.0",
+   "version" : "v3.2.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.1.0/MYMETA.yml 
new/Sys-Virt-3.2.0/MYMETA.yml
--- old/Sys-Virt-3.1.0/MYMETA.yml   2017-03-03 17:59:39.0 +0100
+++ new/Sys-Virt-3.2.0/MYMETA.yml   2017-04-03 15:41:05.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.1.0
+version: v3.2.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.1.0/Makefile.PL 
new/Sys-Virt-3.2.0/Makefile.PL
--- old/Sys-Virt-3.1.0/Makefile.PL  2017-01-19 12:05:42.0 +0100
+++ new/Sys-Virt-3.2.0/Makefile.PL  2017-03-07 10:57:27.0 +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 = "3.1.0";
+my $libvirtver = "3.2.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-3.1.0/README new/Sys-Virt-3.2.0/README
--- old/Sys-Virt-3.1.0/README   2017-01-19 12:05:37.0 +0100
+++ new/Sys-Virt-3.2.0/README   2017-03-07 10:57:18.0 +0100
@@ -7,6 +7,6 @@
 

commit perl-Sys-Virt for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-03-14 10:06:27

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Tue Mar 14 10:06:27 2017 rev:51 rq:479131 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-02-04 15:45:10.480126884 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-03-14 10:07:17.310077554 +0100
@@ -1,0 +2,6 @@
+Mon Mar  6 18:38:55 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.1.0
+  - Add all new APIs and constants in libvirt 3.1.0
+
+---

Old:

  Sys-Virt-3.0.0.tar.gz

New:

  Sys-Virt-3.1.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.ukfSEu/_old  2017-03-14 10:07:17.913992039 +0100
+++ /var/tmp/diff_new_pack.ukfSEu/_new  2017-03-14 10:07:17.913992039 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:3.0.0
+Version:3.1.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-3.0.0.tar.gz -> Sys-Virt-3.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.0.0/Changes new/Sys-Virt-3.1.0/Changes
--- old/Sys-Virt-3.0.0/Changes  2017-01-19 11:18:39.0 +0100
+++ new/Sys-Virt-3.1.0/Changes  2017-03-03 17:58:41.0 +0100
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+3.1.0 2017-03-03
+
+ - Add VIR_CONNECT_LIST_STORAGE_POOLS_VSTORAGE constant
+ - Add VIR_CONNECT_LIST_NODE_DEVICES_CAP_DRM constant
+ - Add virDomainSetVcpu API
+
 3.0.0 2017-01-19
 
  - Add group_name for block iotune
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.0.0/META.yml new/Sys-Virt-3.1.0/META.yml
--- old/Sys-Virt-3.0.0/META.yml 2017-01-19 12:00:37.0 +0100
+++ new/Sys-Virt-3.1.0/META.yml 2017-03-03 17:59:47.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  3.0.0
+version:  3.1.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.0.0/MYMETA.json 
new/Sys-Virt-3.1.0/MYMETA.json
--- old/Sys-Virt-3.0.0/MYMETA.json  2017-01-19 12:00:25.0 +0100
+++ new/Sys-Virt-3.1.0/MYMETA.json  2017-03-03 17:59:39.0 +0100
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v3.0.0",
+   "version" : "v3.1.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.0.0/MYMETA.yml 
new/Sys-Virt-3.1.0/MYMETA.yml
--- old/Sys-Virt-3.0.0/MYMETA.yml   2017-01-19 12:00:25.0 +0100
+++ new/Sys-Virt-3.1.0/MYMETA.yml   2017-03-03 17:59:39.0 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v3.0.0
+version: v3.1.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.0.0/Makefile.PL 
new/Sys-Virt-3.1.0/Makefile.PL
--- old/Sys-Virt-3.0.0/Makefile.PL  2016-12-05 15:03:27.0 +0100
+++ new/Sys-Virt-3.1.0/Makefile.PL  2017-01-19 12:05:42.0 +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 = "3.0.0";
+my $libvirtver = "3.1.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-3.0.0/README new/Sys-Virt-3.1.0/README
--- old/Sys-Virt-3.0.0/README   2016-12-05 15:03:20.0 +0100
+++ new/Sys-Virt-3.1.0/README   2017-01-19 12:05:37.0 +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 3.0.0
+The current minimum required version of libvirt is 3.1.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-3.0.0/Virt.xs new/Sys-Virt-3.1.0/Virt.xs
--- 

commit perl-Sys-Virt for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-02-04 15:21:48

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  
2017-02-03 18:54:49.739179747 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-02-04 15:45:10.480126884 +0100
@@ -1,0 +2,10 @@
+Thu Feb  2 23:58:50 UTC 2017 - jfeh...@suse.com
+
+- SLE12 SP2 FATEs merged via version updates of the Factory
+  perl-Sys-Virt package:
+  FATE#316228, FATE#316628, FATE#319531, FATE#319810, FATE#320490
+- SLE12 SP1 FATEs merged via version updates of the Factory
+  perl-Sys-Virt package:
+  FATE#314466, FATE#314497, FATE#315157, FATE#318383
+
+---



Other differences:
--



commit perl-Sys-Virt for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-02-01 09:52:16

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  
2017-01-04 19:30:44.728701698 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-02-03 18:54:49.739179747 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 19:09:06 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.0.0
+  - Add all new APIs and constants in libvirt 3.0.0
+
+---

Old:

  Sys-Virt-2.5.0.tar.gz

New:

  Sys-Virt-3.0.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.ykQjB2/_old  2017-02-03 18:54:50.175118533 +0100
+++ /var/tmp/diff_new_pack.ykQjB2/_new  2017-02-03 18:54:50.179117972 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:2.5.0
+Version:3.0.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-2.5.0.tar.gz -> Sys-Virt-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/Changes new/Sys-Virt-3.0.0/Changes
--- old/Sys-Virt-2.5.0/Changes  2016-12-05 14:54:00.0 +0100
+++ new/Sys-Virt-3.0.0/Changes  2017-01-19 11:18:39.0 +0100
@@ -1,5 +1,18 @@
 Revision history for perl module Sys::Virt
 
+3.0.0 2017-01-19
+
+ - Add group_name for block iotune
+ - Add new branch instructions perf event
+ - Add PERF_PARAM_BRANCH_MISSES constant
+ - Add PERF_PARAM_BUS_CYCLES constant
+ - Add PERF_PARAM_STALLED_CYCLES_FRONTEND constant
+ - Add PERF_PARAM_STALLED_CYCLES_BACKEND constant
+ - Add PERF_PARAM_REF_CPU_CYCLES constant
+ - Add virStorageVolGetInfoFlags & associated constants
+ - Add domain metdata change event
+ - Add secret event APIs
+
 2.5.0 2016-12-05
 
  - Add VIR_ERR_LIBSSH and VIR_FROM_LIBSSH constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/META.yml new/Sys-Virt-3.0.0/META.yml
--- old/Sys-Virt-2.5.0/META.yml 2016-12-05 14:57:26.0 +0100
+++ new/Sys-Virt-3.0.0/META.yml 2017-01-19 12:00:37.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  2.5.0
+version:  3.0.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/MYMETA.json 
new/Sys-Virt-3.0.0/MYMETA.json
--- old/Sys-Virt-2.5.0/MYMETA.json  2016-12-05 14:57:17.0 +0100
+++ new/Sys-Virt-3.0.0/MYMETA.json  2017-01-19 12:00:25.0 +0100
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v2.5.0",
+   "version" : "v3.0.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/MYMETA.yml 
new/Sys-Virt-3.0.0/MYMETA.yml
--- old/Sys-Virt-2.5.0/MYMETA.yml   2016-12-05 14:57:17.0 +0100
+++ new/Sys-Virt-3.0.0/MYMETA.yml   2017-01-19 12:00:25.0 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v2.5.0
+version: v3.0.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/Makefile.PL 
new/Sys-Virt-3.0.0/Makefile.PL
--- old/Sys-Virt-2.5.0/Makefile.PL  2016-11-02 11:11:17.0 +0100
+++ new/Sys-Virt-3.0.0/Makefile.PL  2016-12-05 15:03:27.0 +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 = "2.5.0";
+my $libvirtver = "3.0.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-2.5.0/README 

commit perl-Sys-Virt for openSUSE:Factory

2016-11-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-11-11 14:34:55

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  
2016-10-20 23:10:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-11-11 14:34:56.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  2 22:07:25 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.4.0
+  - Add all new APIs and constants in libvirt 2.4.0
+
+---

Old:

  Sys-Virt-2.3.0.tar.gz

New:

  Sys-Virt-2.4.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.k9Sm3p/_old  2016-11-11 14:34:57.0 +0100
+++ /var/tmp/diff_new_pack.k9Sm3p/_new  2016-11-11 14:34:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:2.3.0
+Version:2.4.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-2.3.0.tar.gz -> Sys-Virt-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.3.0/Changes new/Sys-Virt-2.4.0/Changes
--- old/Sys-Virt-2.3.0/Changes  2016-10-06 13:00:21.0 +0200
+++ new/Sys-Virt-2.4.0/Changes  2016-11-02 11:00:46.0 +0100
@@ -1,5 +1,10 @@
 Revision history for perl module Sys::Virt
 
+2.4.0 2016-11-02
+
+ - Add VIR_DOMAIN_VCPU_HOTPLUGGABLE constant
+ - Add constants for the new block iotune parameters for length
+
 2.3.0 2016-10-06
 
  - Add PERF_PARAM_CACHE_MISSES, PERF_PARAM_CACHE_REFERENCES,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.3.0/META.yml new/Sys-Virt-2.4.0/META.yml
--- old/Sys-Virt-2.3.0/META.yml 2016-10-06 13:00:34.0 +0200
+++ new/Sys-Virt-2.4.0/META.yml 2016-11-02 11:03:39.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  2.3.0
+version:  2.4.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.3.0/MYMETA.json 
new/Sys-Virt-2.4.0/MYMETA.json
--- old/Sys-Virt-2.3.0/MYMETA.json  2016-10-06 13:00:25.0 +0200
+++ new/Sys-Virt-2.4.0/MYMETA.json  2016-11-02 11:03:31.0 +0100
@@ -4,7 +4,7 @@
   "Daniel Berrange "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "unknown"
],
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v2.3.0",
+   "version" : "v2.4.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.3.0/MYMETA.yml 
new/Sys-Virt-2.4.0/MYMETA.yml
--- old/Sys-Virt-2.3.0/MYMETA.yml   2016-10-06 13:00:25.0 +0200
+++ new/Sys-Virt-2.4.0/MYMETA.yml   2016-11-02 11:03:31.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v2.3.0
+version: v2.4.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.3.0/Makefile.PL 
new/Sys-Virt-2.4.0/Makefile.PL
--- old/Sys-Virt-2.3.0/Makefile.PL  2016-10-06 13:00:21.0 +0200
+++ new/Sys-Virt-2.4.0/Makefile.PL  2016-10-26 12:35:34.0 +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 = "2.3.0";
+my $libvirtver = "2.4.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' 

commit perl-Sys-Virt for openSUSE:Factory

2016-10-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-10-20 23:09:53

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  
2016-08-31 00:11:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-10-20 23:10:19.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 12 22:40:22 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.3.0
+  - Add all new APIs and constants in libvirt 2.3.0
+
+---

Old:

  Sys-Virt-2.1.0.tar.gz

New:

  Sys-Virt-2.3.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.ygmyU0/_old  2016-10-20 23:10:20.0 +0200
+++ /var/tmp/diff_new_pack.ygmyU0/_new  2016-10-20 23:10:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:2.1.0
+Version:2.3.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-2.1.0.tar.gz -> Sys-Virt-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.1.0/Changes new/Sys-Virt-2.3.0/Changes
--- old/Sys-Virt-2.1.0/Changes  2016-08-02 18:54:59.0 +0200
+++ new/Sys-Virt-2.3.0/Changes  2016-10-06 13:00:21.0 +0200
@@ -1,5 +1,21 @@
 Revision history for perl module Sys::Virt
 
+2.3.0 2016-10-06
+
+ - Add PERF_PARAM_CACHE_MISSES, PERF_PARAM_CACHE_REFERENCES,
+   PERF_PARAM_CPU_CYCLES, PERF_PARAM_INSTRUCTIONS constants
+ - Add USAGE_TYPE_TLS
+ - Add ERR_AGENT_UNSYNCED
+ - Add VIR_DOMAIN_UNDEFINE_KEEP_NVRAM constant
+
+2.2.0 2016-09-05
+
+ - Add virConnectNodeDeviceEventRegisterAny and
+   virConnectNodeDeviceEventDeregisterAny and associated
+   constants
+ - Add new I/O thread tuning constants
+ - Add VIR_NODE_DEVICE_EVENT_ID_UPDATE constant
+
 2.1.0 2016-08-02
 
  - Add VIR_DOMAIN_MEMORY_STAT_USABLE and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.1.0/META.yml new/Sys-Virt-2.3.0/META.yml
--- old/Sys-Virt-2.1.0/META.yml 2016-08-02 19:23:40.0 +0200
+++ new/Sys-Virt-2.3.0/META.yml 2016-10-06 13:00:34.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  2.1.0
+version:  2.3.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.1.0/MYMETA.json 
new/Sys-Virt-2.3.0/MYMETA.json
--- old/Sys-Virt-2.1.0/MYMETA.json  2016-08-02 19:23:27.0 +0200
+++ new/Sys-Virt-2.3.0/MYMETA.json  2016-10-06 13:00:25.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v2.1.0",
+   "version" : "v2.3.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.1.0/MYMETA.yml 
new/Sys-Virt-2.3.0/MYMETA.yml
--- old/Sys-Virt-2.1.0/MYMETA.yml   2016-08-02 19:23:27.0 +0200
+++ new/Sys-Virt-2.3.0/MYMETA.yml   2016-10-06 13:00:25.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v2.1.0
+version: v2.3.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.1.0/Makefile.PL 
new/Sys-Virt-2.3.0/Makefile.PL
--- old/Sys-Virt-2.1.0/Makefile.PL  2016-08-02 18:54:59.0 +0200
+++ new/Sys-Virt-2.3.0/Makefile.PL  2016-10-06 13:00:21.0 +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 = "2.1.0";
+my $libvirtver = "2.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-2.1.0/README new/Sys-Virt-2.3.0/README
--- old/Sys-Virt-2.1.0/README   2016-08-02 18:54:59.0 +0200
+++ new/Sys-Virt-2.3.0/README   2016-10-06 13:00:21.0 +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 

commit perl-Sys-Virt for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-08-31 00:09:54

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  
2016-07-14 09:43:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-08-31 00:11:20.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 20 23:13:43 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.1.0
+  - Add all new APIs and constants in libvirt 2.1.0
+
+---

Old:

  Sys-Virt-2.0.0.tar.gz

New:

  Sys-Virt-2.1.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.MtQh11/_old  2016-08-31 00:11:21.0 +0200
+++ /var/tmp/diff_new_pack.MtQh11/_new  2016-08-31 00:11:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:2.0.0
+Version:2.1.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-2.0.0.tar.gz -> Sys-Virt-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.0.0/Changes new/Sys-Virt-2.1.0/Changes
--- old/Sys-Virt-2.0.0/Changes  2016-07-01 15:27:09.0 +0200
+++ new/Sys-Virt-2.1.0/Changes  2016-08-02 18:54:59.0 +0200
@@ -1,5 +1,12 @@
 Revision history for perl module Sys::Virt
 
+2.1.0 2016-08-02
+
+ - Add VIR_DOMAIN_MEMORY_STAT_USABLE and
+   VIR_DOMAIN_MEMORY_STAT_LAST_UPDATE constants
+ - Fix handling of VIR_DOMAIN_AFFECT_LIVE |
+   VIR_DOMAIN_AFFECT_CONFIG with setter methods
+
 2.0.0 2016-07-01
 
  - Add VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.0.0/META.yml new/Sys-Virt-2.1.0/META.yml
--- old/Sys-Virt-2.0.0/META.yml 2016-07-01 15:27:23.0 +0200
+++ new/Sys-Virt-2.1.0/META.yml 2016-08-02 19:23:40.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  2.0.0
+version:  2.1.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.0.0/MYMETA.json 
new/Sys-Virt-2.1.0/MYMETA.json
--- old/Sys-Virt-2.0.0/MYMETA.json  2016-07-01 15:27:14.0 +0200
+++ new/Sys-Virt-2.1.0/MYMETA.json  2016-08-02 19:23:27.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v2.0.0",
+   "version" : "v2.1.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.0.0/MYMETA.yml 
new/Sys-Virt-2.1.0/MYMETA.yml
--- old/Sys-Virt-2.0.0/MYMETA.yml   2016-07-01 15:27:14.0 +0200
+++ new/Sys-Virt-2.1.0/MYMETA.yml   2016-08-02 19:23:27.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v2.0.0
+version: v2.1.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.0.0/Makefile.PL 
new/Sys-Virt-2.1.0/Makefile.PL
--- old/Sys-Virt-2.0.0/Makefile.PL  2016-07-01 15:27:09.0 +0200
+++ new/Sys-Virt-2.1.0/Makefile.PL  2016-08-02 18:54:59.0 +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 = "2.0.0";
+my $libvirtver = "2.1.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;
@@ -30,7 +30,7 @@
  -Wnormalized=nfc -Wold-style-declaration -Wold-style-definition \\
  -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses \\
  -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas \\
- -Wreturn-type -Wsequence-point -Wshadow -Wstrict-aliasing \\
+ -Wreturn-type -Wsequence-point -Wno-shadow -Wstrict-aliasing \\
  -Wstrict-prototypes -Wsuggest-attribute=const \\
  -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wswitch \\
  -Wsync-nand -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized \\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.0.0/README new/Sys-Virt-2.1.0/README
--- 

commit perl-Sys-Virt for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-07-14 09:43:32

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  
2016-06-29 15:10:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-07-14 09:43:42.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  1 18:05:10 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.0.0
+  - Add all new APIs and constants in libvirt 2.0.0
+
+---

Old:

  Sys-Virt-1.3.5.tar.gz

New:

  Sys-Virt-2.0.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.VgxbXW/_old  2016-07-14 09:43:43.0 +0200
+++ /var/tmp/diff_new_pack.VgxbXW/_new  2016-07-14 09:43:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.3.5
+Version:2.0.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.3.5.tar.gz -> Sys-Virt-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.5/Changes new/Sys-Virt-2.0.0/Changes
--- old/Sys-Virt-1.3.5/Changes  2016-06-06 13:10:09.0 +0200
+++ new/Sys-Virt-2.0.0/Changes  2016-07-01 15:27:09.0 +0200
@@ -1,5 +1,15 @@
 Revision history for perl module Sys::Virt
 
+2.0.0 2016-07-01
+
+ - Add VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL and
+   VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT constants
+ - Add VIR_DOMAIN_JOB_AUTO_CONVERGE_THROTTLE constant
+ - Add virConnectStoragePoolEventRegisterAny and
+   virConnectStoragePoolEventDeregisterAny and associated
+   constants
+ - Add virDomainGetGuestVcpus and virDomainSetGuestVcpus APIs
+
 1.3.5 2016-06-06
 
  - Add VIR_ERR_NO_CLIENT constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.5/META.yml new/Sys-Virt-2.0.0/META.yml
--- old/Sys-Virt-1.3.5/META.yml 2016-06-06 13:10:24.0 +0200
+++ new/Sys-Virt-2.0.0/META.yml 2016-07-01 15:27:23.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.3.5
+version:  2.0.0
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.5/MYMETA.json 
new/Sys-Virt-2.0.0/MYMETA.json
--- old/Sys-Virt-1.3.5/MYMETA.json  2016-06-06 13:10:15.0 +0200
+++ new/Sys-Virt-2.0.0/MYMETA.json  2016-07-01 15:27:14.0 +0200
@@ -4,7 +4,7 @@
   "Daniel Berrange "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "unknown"
],
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.3.5",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "v2.0.0",
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.5/MYMETA.yml 
new/Sys-Virt-2.0.0/MYMETA.yml
--- old/Sys-Virt-1.3.5/MYMETA.yml   2016-06-06 13:10:15.0 +0200
+++ new/Sys-Virt-2.0.0/MYMETA.yml   2016-07-01 15:27:14.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150005'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.3.5
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: v2.0.0
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.5/Makefile.PL 
new/Sys-Virt-2.0.0/Makefile.PL
--- old/Sys-Virt-1.3.5/Makefile.PL  2016-06-06 13:10:09.0 +0200
+++ new/Sys-Virt-2.0.0/Makefile.PL  2016-07-01 15:27:09.0 +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 

commit perl-Sys-Virt for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-06-29 15:10:34

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  
2016-06-14 23:07:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-06-29 15:10:37.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 24 23:55:41 UTC 2016 - jfeh...@suse.com
+
+- Add migration constraint parameters
+  suse-set-migration-constraints.patch
+  FATE#316614, bsc#859868
+
+---

New:

  suse-set-migration-constraints.patch



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.jthMua/_old  2016-06-29 15:10:38.0 +0200
+++ /var/tmp/diff_new_pack.jthMua/_new  2016-06-29 15:10:38.0 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
+Patch0: suse-set-migration-constraints.patch
 BuildRequires:  libvirt-devel >= %{version}
 %if 0%{?suse_version} < 1140
 BuildRequires:  perl-macros
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST

++ suse-set-migration-constraints.patch ++
Add migration constraint parameters to libvirt perl bindings

References: fate#316614, bsc#859868

Index: Sys-Virt-1.3.5/Virt.xs
===
--- Sys-Virt-1.3.5.orig/Virt.xs
+++ Sys-Virt-1.3.5/Virt.xs
@@ -4484,7 +4484,7 @@ _migrate(dom, destcon, newparams, flags=
  virTypedParameter *params;
  int nparams;
 CODE:
- nparams = 13;
+ nparams = 17;
  Newx(params, nparams, virTypedParameter);
 
  strncpy(params[0].field, VIR_MIGRATE_PARAM_URI,
@@ -4539,6 +4539,22 @@ _migrate(dom, destcon, newparams, flags=
  VIR_TYPED_PARAM_FIELD_LENGTH);
  params[12].type = VIR_TYPED_PARAM_STRING;
 
+ strncpy(params[13].field, VIR_MIGRATE_PARAM_SUSE_MAX_ITERS,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[13].type = VIR_TYPED_PARAM_UINT;
+
+ strncpy(params[14].field, VIR_MIGRATE_PARAM_SUSE_MAX_FACTOR,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[14].type = VIR_TYPED_PARAM_UINT;
+
+ strncpy(params[15].field, VIR_MIGRATE_PARAM_SUSE_MIN_REMAINING,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[15].type = VIR_TYPED_PARAM_UINT;
+
+ strncpy(params[16].field, VIR_MIGRATE_PARAM_SUSE_ABORT_IF_BUSY,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[16].type = VIR_TYPED_PARAM_UINT;
+
  nparams = vir_typed_param_from_hv(newparams, params, nparams);
 
  vir_typed_param_add_string_list_from_hv(newparams, , ,
@@ -4567,7 +4583,7 @@ _migrate_to_uri(dom, desturi, newparams,
  virTypedParameter *params;
  int nparams;
   PPCODE:
- nparams = 13;
+ nparams = 17;
  Newx(params, nparams, virTypedParameter);
 
  strncpy(params[0].field, VIR_MIGRATE_PARAM_URI,
@@ -4622,6 +4638,22 @@ _migrate_to_uri(dom, desturi, newparams,
  VIR_TYPED_PARAM_FIELD_LENGTH);
  params[12].type = VIR_TYPED_PARAM_STRING;
 
+ strncpy(params[13].field, VIR_MIGRATE_PARAM_SUSE_MAX_ITERS,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[13].type = VIR_TYPED_PARAM_UINT;
+
+ strncpy(params[14].field, VIR_MIGRATE_PARAM_SUSE_MAX_FACTOR,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[14].type = VIR_TYPED_PARAM_UINT;
+
+ strncpy(params[15].field, VIR_MIGRATE_PARAM_SUSE_MIN_REMAINING,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[15].type = VIR_TYPED_PARAM_UINT;
+
+ strncpy(params[16].field, VIR_MIGRATE_PARAM_SUSE_ABORT_IF_BUSY,
+ VIR_TYPED_PARAM_FIELD_LENGTH);
+ params[16].type = VIR_TYPED_PARAM_UINT;
+
  nparams = vir_typed_param_from_hv(newparams, params, nparams);
 
  vir_typed_param_add_string_list_from_hv(newparams, , ,
@@ -7667,6 +7699,10 @@ BOOT:
   REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_COMPRESSION_MT_LEVEL, 
MIGRATE_PARAM_COMPRESSION_MT_LEVEL);
   REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_COMPRESSION_XBZRLE_CACHE, 
MIGRATE_PARAM_COMPRESSION_XBZRLE_CACHE);
   REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_PERSIST_XML, 
MIGRATE_PARAM_PERSIST_XML);
+  REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_SUSE_MAX_ITERS, 
MIGRATE_PARAM_SUSE_MAX_ITERS);
+  REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_SUSE_MAX_FACTOR, 
MIGRATE_PARAM_SUSE_MAX_FACTOR);
+  

commit perl-Sys-Virt for openSUSE:Factory

2016-06-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-06-14 23:07:17

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  
2016-05-16 12:03:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-06-14 23:07:20.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  7 04:35:02 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.5
+  - Add all new APIs and constants in libvirt 1.3.5
+
+---

Old:

  Sys-Virt-1.3.4.tar.gz

New:

  Sys-Virt-1.3.5.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.uvhArx/_old  2016-06-14 23:07:21.0 +0200
+++ /var/tmp/diff_new_pack.uvhArx/_new  2016-06-14 23:07:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.3.4
+Version:1.3.5
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.3.4.tar.gz -> Sys-Virt-1.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.4/Changes new/Sys-Virt-1.3.5/Changes
--- old/Sys-Virt-1.3.4/Changes  2016-05-04 11:57:05.0 +0200
+++ new/Sys-Virt-1.3.5/Changes  2016-06-06 13:10:09.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+1.3.5 2016-06-06
+
+ - Add VIR_ERR_NO_CLIENT constant
+ - Add PERF_PARAM_MBML and PERF_PARAM_MBMT constants
+ - Fix handling of 'rss' key for memory stats
+
 1.3.4 2016-05-05
 
  - Fix POD error in Domain.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.4/META.yml new/Sys-Virt-1.3.5/META.yml
--- old/Sys-Virt-1.3.4/META.yml 2016-05-04 11:57:57.0 +0200
+++ new/Sys-Virt-1.3.5/META.yml 2016-06-06 13:10:24.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.3.4
+version:  1.3.5
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.4/MYMETA.json 
new/Sys-Virt-1.3.5/MYMETA.json
--- old/Sys-Virt-1.3.4/MYMETA.json  2016-05-04 11:57:48.0 +0200
+++ new/Sys-Virt-1.3.5/MYMETA.json  2016-06-06 13:10:15.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.3.4",
+   "version" : "v1.3.5",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.4/MYMETA.yml 
new/Sys-Virt-1.3.5/MYMETA.yml
--- old/Sys-Virt-1.3.4/MYMETA.yml   2016-05-04 11:57:48.0 +0200
+++ new/Sys-Virt-1.3.5/MYMETA.yml   2016-06-06 13:10:15.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.3.4
+version: v1.3.5
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.4/Makefile.PL 
new/Sys-Virt-1.3.5/Makefile.PL
--- old/Sys-Virt-1.3.4/Makefile.PL  2016-05-04 11:57:05.0 +0200
+++ new/Sys-Virt-1.3.5/Makefile.PL  2016-06-06 13:10:09.0 +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.3.4";
+my $libvirtver = "1.3.5";
 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.3.4/README new/Sys-Virt-1.3.5/README
--- old/Sys-Virt-1.3.4/README   2016-05-04 11:57:05.0 +0200
+++ new/Sys-Virt-1.3.5/README   2016-06-06 13:10:09.0 +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.3.4
+The current minimum required version of libvirt is 1.3.5
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.4/Virt.xs new/Sys-Virt-1.3.5/Virt.xs
--- old/Sys-Virt-1.3.4/Virt.xs  2016-05-04 11:57:05.0 +0200
+++ 

commit perl-Sys-Virt for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-04-28 16:55:03

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  
2016-03-08 10:18:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-04-28 16:58:10.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 23:51:53 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.3
+  - Add all new APIs and constants in libvirt 1.3.3
+
+---

Old:

  Sys-Virt-1.3.2.tar.gz

New:

  Sys-Virt-1.3.3.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.riHU5D/_old  2016-04-28 16:58:12.0 +0200
+++ /var/tmp/diff_new_pack.riHU5D/_new  2016-04-28 16:58:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.3.2
+Version:1.3.3
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.3.2.tar.gz -> Sys-Virt-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/AUTHORS new/Sys-Virt-1.3.3/AUTHORS
--- old/Sys-Virt-1.3.2/AUTHORS  2016-03-01 16:11:02.0 +0100
+++ new/Sys-Virt-1.3.3/AUTHORS  2016-04-07 18:56:33.0 +0200
@@ -13,5 +13,6 @@
Ludwig Nussel 
Zhe Peng  
Osier Yang
+   Michal Privoznik  
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/Changes new/Sys-Virt-1.3.3/Changes
--- old/Sys-Virt-1.3.2/Changes  2016-03-01 16:11:02.0 +0100
+++ new/Sys-Virt-1.3.3/Changes  2016-04-07 18:56:33.0 +0200
@@ -1,5 +1,19 @@
 Revision history for perl module Sys::Virt
 
+1.3.3 2016-04-07
+
+ - Add VIR_ERR_AUTH_UNAVAILABLE constant
+ - Add VIR_DOMAIN_SCHEDULER_GLOBAL_PERIOD, VIR_DOMAIN_SCHEDULER_GLOBAL_QUOTA,
+   VIR_DOMAIN_TUNABLE_CPU_GLOBAL_PERIOD & VIR_DOMAIN_TUNABLE_CPU_GLOBAL_QUOTA
+   constants
+ - Add VIR_DOMAIN_EVENT_ID_JOB_COMPLETED constant and callback
+ - Add VIR_ERR_NO_SERVER constant
+ - Add VIR_DOMAIN_EVENT_DEFINED_FROM_SNAPSHOT constant
+ - Add VIR_MIGRATE_PARAM_DISKS_PORT constant
+ - Add virDomainMigrateStartPostCopy API support
+ - Add constants related to post-copy migration
+ - Add APIS & constants for new perf event support
+
 1.3.2 2016-03-01
 
  - Add VIR_STORAGE_VOL_WIPE_ALG_TRIM constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/META.yml new/Sys-Virt-1.3.3/META.yml
--- old/Sys-Virt-1.3.2/META.yml 2016-03-01 16:11:16.0 +0100
+++ new/Sys-Virt-1.3.3/META.yml 2016-04-07 18:56:50.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.3.2
+version:  1.3.3
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/MYMETA.json 
new/Sys-Virt-1.3.3/MYMETA.json
--- old/Sys-Virt-1.3.2/MYMETA.json  2016-03-01 16:11:07.0 +0100
+++ new/Sys-Virt-1.3.3/MYMETA.json  2016-04-07 18:56:41.0 +0200
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.3.2",
+   "version" : "v1.3.3",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/MYMETA.yml 
new/Sys-Virt-1.3.3/MYMETA.yml
--- old/Sys-Virt-1.3.2/MYMETA.yml   2016-03-01 16:11:07.0 +0100
+++ new/Sys-Virt-1.3.3/MYMETA.yml   2016-04-07 18:56:41.0 +0200
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.3.2
+version: v1.3.3
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.2/Makefile.PL 
new/Sys-Virt-1.3.3/Makefile.PL
--- old/Sys-Virt-1.3.2/Makefile.PL  2016-03-01 16:11:02.0 +0100
+++ new/Sys-Virt-1.3.3/Makefile.PL  2016-04-07 18:56:33.0 +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.3.2";
+my $libvirtver = "1.3.3";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if 

commit perl-Sys-Virt for openSUSE:Factory

2016-03-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-03-08 09:39:05

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  
2016-02-07 09:22:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-03-08 10:18:10.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  1 18:05:27 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.2
+  - Add all new APIs and constants in libvirt 1.3.2
+
+---

Old:

  Sys-Virt-1.3.1.tar.gz

New:

  Sys-Virt-1.3.2.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.tVcq0N/_old  2016-03-08 10:18:11.0 +0100
+++ /var/tmp/diff_new_pack.tVcq0N/_new  2016-03-08 10:18:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.3.1
+Version:1.3.2
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.3.1.tar.gz -> Sys-Virt-1.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.1/Changes new/Sys-Virt-1.3.2/Changes
--- old/Sys-Virt-1.3.1/Changes  2016-01-20 11:22:13.0 +0100
+++ new/Sys-Virt-1.3.2/Changes  2016-03-01 16:11:02.0 +0100
@@ -1,5 +1,12 @@
 Revision history for perl module Sys::Virt
 
+1.3.2 2016-03-01
+
+ - Add VIR_STORAGE_VOL_WIPE_ALG_TRIM constant
+ - Add VIR_FROM_XENXL constant
+ - Add VIR_DOMAIN_EVENT_ID_MIGRATION_ITERATION event
+   handling callback
+
 1.3.1 2016-01-20
 
  - Add VIR_STORAGE_POOL_CREATE_NORMAL, VIR_STORAGE_POOL_CREATE_WITH_BUILD,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.1/META.yml new/Sys-Virt-1.3.2/META.yml
--- old/Sys-Virt-1.3.1/META.yml 2016-01-20 11:22:27.0 +0100
+++ new/Sys-Virt-1.3.2/META.yml 2016-03-01 16:11:16.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.3.1
+version:  1.3.2
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.1/MYMETA.json 
new/Sys-Virt-1.3.2/MYMETA.json
--- old/Sys-Virt-1.3.1/MYMETA.json  2016-01-20 11:22:18.0 +0100
+++ new/Sys-Virt-1.3.2/MYMETA.json  2016-03-01 16:11:07.0 +0100
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.3.1",
+   "version" : "v1.3.2",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.1/MYMETA.yml 
new/Sys-Virt-1.3.2/MYMETA.yml
--- old/Sys-Virt-1.3.1/MYMETA.yml   2016-01-20 11:22:18.0 +0100
+++ new/Sys-Virt-1.3.2/MYMETA.yml   2016-03-01 16:11:07.0 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.3.1
+version: v1.3.2
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.1/Makefile.PL 
new/Sys-Virt-1.3.2/Makefile.PL
--- old/Sys-Virt-1.3.1/Makefile.PL  2016-01-20 11:22:13.0 +0100
+++ new/Sys-Virt-1.3.2/Makefile.PL  2016-03-01 16:11:02.0 +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.3.1";
+my $libvirtver = "1.3.2";
 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.3.1/README new/Sys-Virt-1.3.2/README
--- old/Sys-Virt-1.3.1/README   2016-01-20 11:22:13.0 +0100
+++ new/Sys-Virt-1.3.2/README   2016-03-01 16:11:02.0 +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.3.1
+The current minimum required version of libvirt is 1.3.2
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.1/Virt.xs new/Sys-Virt-1.3.2/Virt.xs
--- 

commit perl-Sys-Virt for openSUSE:Factory

2016-02-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2016-02-07 09:22:55

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  
2016-01-01 19:50:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-02-07 09:22:57.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 28 23:43:58 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.1
+  - Add all new APIs and constants in libvirt 1.3.1
+
+---

Old:

  Sys-Virt-1.3.0.tar.gz

New:

  Sys-Virt-1.3.1.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.xDBvUB/_old  2016-02-07 09:22:58.0 +0100
+++ /var/tmp/diff_new_pack.xDBvUB/_new  2016-02-07 09:22:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.3.0
+Version:1.3.1
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.3.0.tar.gz -> Sys-Virt-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.0/Changes new/Sys-Virt-1.3.1/Changes
--- old/Sys-Virt-1.3.0/Changes  2015-12-10 18:49:15.0 +0100
+++ new/Sys-Virt-1.3.1/Changes  2016-01-20 11:22:13.0 +0100
@@ -1,5 +1,12 @@
 Revision history for perl module Sys::Virt
 
+1.3.1 2016-01-20
+
+ - Add VIR_STORAGE_POOL_CREATE_NORMAL, VIR_STORAGE_POOL_CREATE_WITH_BUILD,
+   VIR_STORAGE_POOL_CREATE_WITH_BUILD_OVERWRITE and
+   VIR_STORAGE_POOL_CREATE_WITH_BUILD_NO_OVERWRITE constants
+ - Add new domain job memory constants
+
 1.3.0 2015-12-10
 
  - Add VIR_FROM_LOGGING constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.0/META.yml new/Sys-Virt-1.3.1/META.yml
--- old/Sys-Virt-1.3.0/META.yml 2015-12-10 18:49:28.0 +0100
+++ new/Sys-Virt-1.3.1/META.yml 2016-01-20 11:22:27.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.3.0
+version:  1.3.1
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.0/MYMETA.json 
new/Sys-Virt-1.3.1/MYMETA.json
--- old/Sys-Virt-1.3.0/MYMETA.json  2015-12-10 18:49:18.0 +0100
+++ new/Sys-Virt-1.3.1/MYMETA.json  2016-01-20 11:22:18.0 +0100
@@ -42,6 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.3.0",
+   "version" : "v1.3.1",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.0/MYMETA.yml 
new/Sys-Virt-1.3.1/MYMETA.yml
--- old/Sys-Virt-1.3.0/MYMETA.yml   2015-12-10 18:49:18.0 +0100
+++ new/Sys-Virt-1.3.1/MYMETA.yml   2016-01-20 11:22:18.0 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.3.0
+version: v1.3.1
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.3.0/Makefile.PL 
new/Sys-Virt-1.3.1/Makefile.PL
--- old/Sys-Virt-1.3.0/Makefile.PL  2015-12-10 18:49:15.0 +0100
+++ new/Sys-Virt-1.3.1/Makefile.PL  2016-01-20 11:22:13.0 +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.3.0";
+my $libvirtver = "1.3.1";
 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.3.0/README new/Sys-Virt-1.3.1/README
--- old/Sys-Virt-1.3.0/README   2015-12-10 18:49:15.0 +0100
+++ new/Sys-Virt-1.3.1/README   2016-01-20 11:22:13.0 +0100
@@ -7,6 +7,6 @@
 The only pre-requisite for this module is 

commit perl-Sys-Virt for openSUSE:Factory

2016-01-01 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2016-01-01 19:50:10.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.nNUI2D/_new  2016-01-01 19:50:11.0 +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.0 +0100
+++ new/Sys-Virt-1.3.0/Changes  2015-12-10 18:49:15.0 +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.yml2015-11-11 14:51:39.0 +0100
+++ new/Sys-Virt-1.3.0/META.yml 2015-12-10 18:49:28.0 +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 
 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.0 +0100
+++ new/Sys-Virt-1.3.0/MYMETA.json  2015-12-10 18:49:18.0 +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.0 +0100
+++ new/Sys-Virt-1.3.0/MYMETA.yml   2015-12-10 18:49:18.0 +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.0 +0100
+++ new/Sys-Virt-1.3.0/Makefile.PL  2015-12-10 18:49:15.0 +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.0 +0100
+++ new/Sys-Virt-1.3.0/README   2015-12-10 18:49:15.0 +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.0 +0100
+++ new/Sys-Virt-1.3.0/Virt.xs  2015-12-10 18:49:15.0 +0100
@@ 

commit perl-Sys-Virt for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-12-09 19:54:19

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-09-13 09:45:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-12-09 22:28:50.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  1 15:25:41 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.21
+  - Add all new APIs and constants in libvirt 1.2.21
+
+---

Old:

  Sys-Virt-1.2.19.tar.gz

New:

  Sys-Virt-1.2.21.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.I9gNpm/_old  2015-12-09 22:28:51.0 +0100
+++ /var/tmp/diff_new_pack.I9gNpm/_new  2015-12-09 22:28:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.19
+Version:1.2.21
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.19.tar.gz -> Sys-Virt-1.2.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.19/Changes new/Sys-Virt-1.2.21/Changes
--- old/Sys-Virt-1.2.19/Changes 2015-09-03 11:06:49.0 +0200
+++ new/Sys-Virt-1.2.21/Changes 2015-11-11 14:51:27.0 +0100
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.2.21 2015-11-11
+
+ - Add VIR_STORAGE_VOL_DELETE_WITH_SNAPSHOTS constant
+
 1.2.19 2015-09-03
 
  - Add VIR_DOMAIN_BANDWIDTH_IN_FLOOR constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.19/META.yml new/Sys-Virt-1.2.21/META.yml
--- old/Sys-Virt-1.2.19/META.yml2015-09-03 11:07:03.0 +0200
+++ new/Sys-Virt-1.2.21/META.yml2015-11-11 14:51:39.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.19
+version:  1.2.21
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.19/MYMETA.json 
new/Sys-Virt-1.2.21/MYMETA.json
--- old/Sys-Virt-1.2.19/MYMETA.json 2015-09-03 11:06:54.0 +0200
+++ new/Sys-Virt-1.2.21/MYMETA.json 2015-11-11 14:51:30.0 +0100
@@ -4,7 +4,7 @@
   "Daniel Berrange "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "unknown"
],
@@ -42,5 +42,6 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.2.19"
+   "version" : "v1.2.21",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.19/MYMETA.yml 
new/Sys-Virt-1.2.21/MYMETA.yml
--- old/Sys-Virt-1.2.19/MYMETA.yml  2015-09-03 11:06:54.0 +0200
+++ new/Sys-Virt-1.2.21/MYMETA.yml  2015-11-11 14:51:30.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150005'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.19
+version: v1.2.21
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.19/Makefile.PL 
new/Sys-Virt-1.2.21/Makefile.PL
--- old/Sys-Virt-1.2.19/Makefile.PL 2015-09-03 11:06:49.0 +0200
+++ new/Sys-Virt-1.2.21/Makefile.PL 2015-11-11 14:51:27.0 +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.19";
+my $libvirtver = "1.2.21";
 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' 

commit perl-Sys-Virt for openSUSE:Factory

2015-09-13 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-09-13 09:45:35.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep  5 03:04:24 UTC 2015 - jfeh...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.bh9o7f/_new  2015-09-13 09:45:36.0 +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.0 +0200
+++ new/Sys-Virt-1.2.19/Changes 2015-09-03 11:06:49.0 +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.yml2015-08-04 11:07:17.0 +0200
+++ new/Sys-Virt-1.2.19/META.yml2015-09-03 11:07:03.0 +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 
 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.0 +0200
+++ new/Sys-Virt-1.2.19/MYMETA.json 2015-09-03 11:06:54.0 +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.0 +0200
+++ new/Sys-Virt-1.2.19/MYMETA.yml  2015-09-03 11:06:54.0 +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.0 +0200
+++ new/Sys-Virt-1.2.19/Makefile.PL 2015-09-03 11:06:49.0 +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.0 +0200
+++ new/Sys-Virt-1.2.19/README  2015-09-03 11:06:49.0 +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.0 +0200
+++ new/Sys-Virt-1.2.19/Virt.xs 2015-09-03 11:06:49.0 +0200
@@ -3567,6 +3567,15 

commit perl-Sys-Virt for openSUSE:Factory

2015-08-12 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-08-12 15:12:52.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 15:20:43 UTC 2015 - jfeh...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.ovM0DH/_new  2015-08-12 15:12:52.0 +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.0 +0200
+++ new/Sys-Virt-1.2.18/Changes 2015-08-03 12:57:40.0 +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.yml2015-07-17 15:33:52.0 +0200
+++ new/Sys-Virt-1.2.18/META.yml2015-08-04 11:07:17.0 +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 d...@berrange.com
 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.0 +0200
+++ new/Sys-Virt-1.2.18/MYMETA.json 2015-08-04 11:07:07.0 +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.0 +0200
+++ new/Sys-Virt-1.2.18/MYMETA.yml  2015-08-04 11:07:07.0 +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.0 +0200
+++ new/Sys-Virt-1.2.18/Makefile.PL 2015-08-03 12:57:40.0 +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.0 +0200
+++ new/Sys-Virt-1.2.18/README  2015-08-03 12:57:40.0 +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.0 +0200
+++ new/Sys-Virt-1.2.18/Virt.xs 2015-08-03 12:57:40.0 +0200
@@ -297,6 +297,7 @@
 
   strncpy(localparams[*nparams + i].field, key,
  VIR_TYPED_PARAM_FIELD_LENGTH);
+  

commit perl-Sys-Virt for openSUSE:Factory

2015-07-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-07-25 07:44:35

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-06-12 20:30:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-07-25 07:44:36.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 17 15:11:02 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.17
+  - Add all new APIs and constants in libvirt 1.2.17
+
+---

Old:

  Sys-Virt-1.2.16.tar.gz

New:

  Sys-Virt-1.2.17.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.82QJV3/_old  2015-07-25 07:44:37.0 +0200
+++ /var/tmp/diff_new_pack.82QJV3/_new  2015-07-25 07:44:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.16
+Version:1.2.17
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.16.tar.gz - Sys-Virt-1.2.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.16/Changes new/Sys-Virt-1.2.17/Changes
--- old/Sys-Virt-1.2.16/Changes 2015-06-01 11:23:37.0 +0200
+++ new/Sys-Virt-1.2.17/Changes 2015-07-17 15:33:30.0 +0200
@@ -1,5 +1,12 @@
 Revision history for perl module Sys::Virt
 
+1.2.17 2015-07-17
+
+ - Add VIR_FROM_ADMIN constant
+ - Add VIR_MIGRATE_PARAM_MIGRATE_DISKS constant
+ - Fix docs typos in migrate_to_uri method
+ - Add VIR_DOMAIN_EVENT_WATCHDOG_INJECTNMI constant
+
 1.2.16 2015-06-01
 
  - Add support for virDomainSetUserPassword
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.16/MANIFEST new/Sys-Virt-1.2.17/MANIFEST
--- old/Sys-Virt-1.2.16/MANIFEST2015-06-01 11:23:49.0 +0200
+++ new/Sys-Virt-1.2.17/MANIFEST2015-07-17 15:33:52.0 +0200
@@ -5,6 +5,7 @@
 examples/dhcp-leases.pl
 examples/dom-fsinfo.pl
 examples/dom-ifinfo.pl
+examples/dom-migrate.pl
 examples/dom-stats.pl
 examples/dump-info.pl
 examples/dump-xml.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.16/META.yml new/Sys-Virt-1.2.17/META.yml
--- old/Sys-Virt-1.2.16/META.yml2015-06-01 11:23:49.0 +0200
+++ new/Sys-Virt-1.2.17/META.yml2015-07-17 15:33:52.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.16
+version:  1.2.17
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.16/MYMETA.json 
new/Sys-Virt-1.2.17/MYMETA.json
--- old/Sys-Virt-1.2.16/MYMETA.json 2015-06-01 11:23:40.0 +0200
+++ new/Sys-Virt-1.2.17/MYMETA.json 2015-07-17 15:33:44.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.16
+   version : v1.2.17
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.16/MYMETA.yml 
new/Sys-Virt-1.2.17/MYMETA.yml
--- old/Sys-Virt-1.2.16/MYMETA.yml  2015-06-01 11:23:40.0 +0200
+++ new/Sys-Virt-1.2.17/MYMETA.yml  2015-07-17 15:33:44.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.16
+version: v1.2.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.16/Makefile.PL 
new/Sys-Virt-1.2.17/Makefile.PL
--- old/Sys-Virt-1.2.16/Makefile.PL 2015-06-01 11:23:37.0 +0200
+++ new/Sys-Virt-1.2.17/Makefile.PL 2015-07-17 15:33:30.0 +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.16;
+my $libvirtver = 1.2.17;
 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;
@@ -26,7 +26,7 @@
  -Wmissing-declarations -Wmissing-field-initializers \\
  -Wmissing-format-attribute -Wmissing-include-dirs \\
  -Wmissing-noreturn -Wmissing-parameter-type \\
- -Wmudflap -Wmultichar -Wnarrowing -Wnonnull \\
+ -Wmultichar -Wnarrowing -Wnonnull \\
  -Wnormalized=nfc -Wold-style-declaration -Wold-style-definition \\
  

commit perl-Sys-Virt for openSUSE:Factory

2015-06-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-06-12 20:30:23

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-05-29 10:46:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-06-12 20:30:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  1 14:45:28 MDT 2015 - jfeh...@suse.com
+
+- Update to 1.2.16
+  - Add all new APIs and constants in libvirt 1.2.16
+
+---

Old:

  Sys-Virt-1.2.15.tar.gz

New:

  Sys-Virt-1.2.16.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.CllbQB/_old  2015-06-12 20:30:25.0 +0200
+++ /var/tmp/diff_new_pack.CllbQB/_new  2015-06-12 20:30:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.15
+Version:1.2.16
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.15.tar.gz - Sys-Virt-1.2.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.15/Changes new/Sys-Virt-1.2.16/Changes
--- old/Sys-Virt-1.2.15/Changes 2015-05-05 17:33:07.0 +0200
+++ new/Sys-Virt-1.2.16/Changes 2015-06-01 11:23:37.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.2.16 2015-06-01
+
+ - Add support for virDomainSetUserPassword
+
 1.2.15 2015-05-05
 
  - Add support for VIR_DOMAIN_EVENT_ID_DEVICE_ADDED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.15/META.yml new/Sys-Virt-1.2.16/META.yml
--- old/Sys-Virt-1.2.15/META.yml2015-05-05 17:33:24.0 +0200
+++ new/Sys-Virt-1.2.16/META.yml2015-06-01 11:23:49.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.15
+version:  1.2.16
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.15/MYMETA.json 
new/Sys-Virt-1.2.16/MYMETA.json
--- old/Sys-Virt-1.2.15/MYMETA.json 2015-05-05 17:33:17.0 +0200
+++ new/Sys-Virt-1.2.16/MYMETA.json 2015-06-01 11:23:40.0 +0200
@@ -4,7 +4,7 @@
   Daniel Berrange d...@berrange.com
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
license : [
   unknown
],
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.15
+   version : v1.2.16
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.15/MYMETA.yml 
new/Sys-Virt-1.2.16/MYMETA.yml
--- old/Sys-Virt-1.2.15/MYMETA.yml  2015-05-05 17:33:17.0 +0200
+++ new/Sys-Virt-1.2.16/MYMETA.yml  2015-06-01 11:23:40.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.15
+version: v1.2.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.15/Makefile.PL 
new/Sys-Virt-1.2.16/Makefile.PL
--- old/Sys-Virt-1.2.15/Makefile.PL 2015-05-05 17:33:07.0 +0200
+++ new/Sys-Virt-1.2.16/Makefile.PL 2015-06-01 11:23:37.0 +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.15;
+my $libvirtver = 1.2.16;
 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.15/README new/Sys-Virt-1.2.16/README
--- old/Sys-Virt-1.2.15/README  2015-05-05 17:33:07.0 +0200
+++ new/Sys-Virt-1.2.16/README  2015-06-01 

commit perl-Sys-Virt for openSUSE:Factory

2015-05-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-05-29 10:46:31

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-04-22 01:18:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-05-29 10:46:32.0 +0200
@@ -1,0 +2,6 @@
+Thu May 21 11:31:26 MDT 2015 - jfeh...@suse.com
+
+- Update to 1.2.15
+  - Add all new APIs and constants in libvirt 1.2.15
+
+---

Old:

  Sys-Virt-1.2.14.tar.gz

New:

  Sys-Virt-1.2.15.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.DwhIil/_old  2015-05-29 10:46:32.0 +0200
+++ /var/tmp/diff_new_pack.DwhIil/_new  2015-05-29 10:46:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.14
+Version:1.2.15
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.14.tar.gz - Sys-Virt-1.2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.14/Changes new/Sys-Virt-1.2.15/Changes
--- old/Sys-Virt-1.2.14/Changes 2015-04-09 18:35:58.0 +0200
+++ new/Sys-Virt-1.2.15/Changes 2015-05-05 17:33:07.0 +0200
@@ -1,5 +1,13 @@
 Revision history for perl module Sys::Virt
 
+1.2.15 2015-05-05
+
+ - Add support for VIR_DOMAIN_EVENT_ID_DEVICE_ADDED
+   event callback  constants.
+ - Add JOB_DOWNTIME_NET constant
+ - Add JOB_TIME_ELAPSED_NET constant
+ - Add virDomainAddIOThread and virDomainDelIOThread API bindings
+
 1.2.14 2015-04-09
 
  - Add VIR_CONNECT_BASELINE_CPU_MIGRATABLE constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.14/HACKING new/Sys-Virt-1.2.15/HACKING
--- old/Sys-Virt-1.2.14/HACKING 2015-04-09 18:35:58.0 +0200
+++ new/Sys-Virt-1.2.15/HACKING 2015-05-05 17:33:07.0 +0200
@@ -1,10 +1,197 @@
Hacking on libvirt perl
===
 
-After each libvirt release:
+The libvirt Perl release versions are tied directly to the libvirt C
+library release versions. ie Sys::Virt 1.2.10 will require libvirt
+version 1.2.10 or newer in order to build. We do not aim to support
+conditional compilation against versions of libvirt that are older
+than the version of Sys::Virt.
 
- - Look at src/libvirt_public.syms and find any
-   new APIs introduced
- - Look at include/libvirt/virterror.h and find
-   any new VIR_FROM_XXX and VIR_ERR_XXX constants
- - Look for any new constants in libvirt.h.in
\ No newline at end of file
+
+General changes for new APIs
+
+
+Additions to the libvirt C API will require changes to a minimum
+of two parts of the Sys::Virt codebase.
+
+ - Virt.xs - this provides the C glue code to access the libvirt C
+   library APIs and constants from the Perl interpretor. As a general
+   rule, every new function and header file constant/enum requires an
+   addition to this file.  The exceptions are functions that are only
+   provided for the benefit of language bindings and not intended for
+   use by application code. For example the reference counting APIs
+   don't need exposing to Perl applications
+
+ - lib/ - this directory contains the pure Perl part of the binding.
+   There are separate files for each core libvirt object type
+
+ - lib/Sys/Virt.pm - mapping for virConnectPtr
+ - lib/Sys/Virt/Domain.pm - mapping for virDomainPtr
+ - lib/Sys/Virt/Error.pm - mapping for virErrorPtr
+ - lib/Sys/Virt/Event.pm - mapping for virEventPtr
+ - lib/Sys/Virt/Interface.pm - mapping for virInterfacePtr
+ - lib/Sys/Virt/Network.pm - mapping for virNetworkPtr
+ - lib/Sys/Virt/NodeDevice.pm - mapping for virNodeDevicePtr
+ - lib/Sys/Virt/NWFilter.pm - mapping for virNWFilterPtr
+ - lib/Sys/Virt/Secret.pm - mapping for virSecretPtr
+ - lib/Sys/Virt/StoragePool.pm - mapping for virStoragePoolPtr
+ - lib/Sys/Virt/StorageVol.pm - mapping for virStorageVolPtr
+ - lib/Sys/Virt/Stream.pm - mapping for virStreamPtr
+
+   There is rarely a need to write Perl code in the .pm modules, as
+   the mapping in the Virt.xs file is usually sufficient. As such
+   the primary purpose of the .pm modules is to hold the POD inline
+   documentation. Every function and constants is required to have
+   full API documentation provided
+
+There are a number of unit tests available in the t/ 

commit perl-Sys-Virt for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-04-22 01:18:57

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-03-16 07:01:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-04-22 01:18:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 14:28:53 MDT 2015 - jfeh...@suse.com
+
+- Update to 1.2.14
+  - Add all new APIs and constants in libvirt 1.2.14
+
+---

Old:

  Sys-Virt-1.2.13.tar.gz

New:

  Sys-Virt-1.2.14.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.PpDa8Q/_old  2015-04-22 01:18:59.0 +0200
+++ /var/tmp/diff_new_pack.PpDa8Q/_new  2015-04-22 01:18:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.13
+Version:1.2.14
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.13.tar.gz - Sys-Virt-1.2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.13/Changes new/Sys-Virt-1.2.14/Changes
--- old/Sys-Virt-1.2.13/Changes 2015-03-05 18:31:53.0 +0100
+++ new/Sys-Virt-1.2.14/Changes 2015-04-09 18:35:58.0 +0200
@@ -1,5 +1,18 @@
 Revision history for perl module Sys::Virt
 
+1.2.14 2015-04-09
+
+ - Add VIR_CONNECT_BASELINE_CPU_MIGRATABLE constant
+ - Add VIR_DOMAIN_CONTROL_ERROR_* constants
+ - Add virDomainGetIOThreads and virDomainPinIOThread API bindings
+ - Update the vcpuinfo.pl example to use unpack
+ - Add VIR_DOMAIN_TUNABLE_CPU_IOTHREADSPIN constant
+ - Add virDomainInterfaceAddress function  constants
+ - Add VIR_DOMAIN_PAUSED_STARTING_UP constant
+ - Adapt to rename of virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
+ - Adapt to rename of virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo
+ - Add VIR_FROM_THREAD constant
+
 1.2.13 2015-03-05
 
  - Add VIR_STORAGE_VOL_CREATE_REFLINK constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.13/MANIFEST new/Sys-Virt-1.2.14/MANIFEST
--- old/Sys-Virt-1.2.13/MANIFEST2015-03-06 11:43:58.0 +0100
+++ new/Sys-Virt-1.2.14/MANIFEST2015-04-09 18:36:10.0 +0200
@@ -4,6 +4,7 @@
 examples/devices.pl
 examples/dhcp-leases.pl
 examples/dom-fsinfo.pl
+examples/dom-ifinfo.pl
 examples/dom-stats.pl
 examples/dump-info.pl
 examples/dump-xml.pl
@@ -11,6 +12,7 @@
 examples/events.pl
 examples/fs-freeze.pl
 examples/hv-stat.pl
+examples/iothreadinfo.pl
 examples/node-alloc.pl
 examples/node-cpu.pl
 examples/node-devlist.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.13/META.yml new/Sys-Virt-1.2.14/META.yml
--- old/Sys-Virt-1.2.13/META.yml2015-03-06 11:43:58.0 +0100
+++ new/Sys-Virt-1.2.14/META.yml2015-04-09 18:36:10.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.13
+version:  1.2.14
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.13/MYMETA.json 
new/Sys-Virt-1.2.14/MYMETA.json
--- old/Sys-Virt-1.2.13/MYMETA.json 2015-03-06 11:43:49.0 +0100
+++ new/Sys-Virt-1.2.14/MYMETA.json 2015-04-09 18:36:02.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.13
+   version : v1.2.14
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.13/MYMETA.yml 
new/Sys-Virt-1.2.14/MYMETA.yml
--- old/Sys-Virt-1.2.13/MYMETA.yml  2015-03-06 11:43:49.0 +0100
+++ new/Sys-Virt-1.2.14/MYMETA.yml  2015-04-09 18:36:02.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.13
+version: v1.2.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.13/Makefile.PL 
new/Sys-Virt-1.2.14/Makefile.PL
--- old/Sys-Virt-1.2.13/Makefile.PL 2015-03-05 18:31:41.0 +0100
+++ new/Sys-Virt-1.2.14/Makefile.PL 2015-04-09 18:35:58.0 +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.13;

commit perl-Sys-Virt for openSUSE:Factory

2015-03-16 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-03-16 07:01:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 10:05:49 MST 2015 - jfeh...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.0gXncX/_new  2015-03-16 07:01:07.0 +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.0 +0100
+++ new/Sys-Virt-1.2.13/Changes 2015-03-05 18:31:53.0 +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.yml2015-01-27 12:14:31.0 +0100
+++ new/Sys-Virt-1.2.13/META.yml2015-03-06 11:43:58.0 +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 d...@berrange.com
 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.0 +0100
+++ new/Sys-Virt-1.2.13/MYMETA.json 2015-03-06 11:43:49.0 +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.0 +0100
+++ new/Sys-Virt-1.2.13/MYMETA.yml  2015-03-06 11:43:49.0 +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.0 +0100
+++ new/Sys-Virt-1.2.13/Makefile.PL 2015-03-05 18:31:41.0 +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.0 +0100
+++ new/Sys-Virt-1.2.13/README  2015-03-05 18:31:41.0 +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' 

commit perl-Sys-Virt for openSUSE:Factory

2015-02-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-02-05 11:00: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  
2014-12-23 11:49:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-02-05 11:00:32.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 27 16:04:31 MST 2015 - jfeh...@suse.com
+
+- Update to 1.2.12
+  - Add all new APIs and constants in libvirt 1.2.12
+
+---

Old:

  Sys-Virt-1.2.11.tar.gz

New:

  Sys-Virt-1.2.12.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.hLUfab/_old  2015-02-05 11:00:34.0 +0100
+++ /var/tmp/diff_new_pack.hLUfab/_new  2015-02-05 11:00:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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.11
+Version:1.2.12
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.11.tar.gz - Sys-Virt-1.2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.11/Changes new/Sys-Virt-1.2.12/Changes
--- old/Sys-Virt-1.2.11/Changes 2014-12-15 12:57:03.0 +0100
+++ new/Sys-Virt-1.2.12/Changes 2015-01-27 12:14:19.0 +0100
@@ -1,5 +1,12 @@
 Revision history for perl module Sys::Virt
 
+1.2.12 2015-01-27
+
+ - Add VIR_CONNECT_GET_ALL_DOMAINS_STATS_BACKING constant
+ - Add virDomainDefineXMLFlags API binding
+ - Add VIR_DOMAIN_DEFINE_VALIDATE, VIR_DOMAIN_START_VALIDATE
+   and VIR_ERR_INVALID_SCHEMA constants
+
 1.2.11 2014-12-15
 
  - Add virDomainGetFSInfo API binding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.11/META.yml new/Sys-Virt-1.2.12/META.yml
--- old/Sys-Virt-1.2.11/META.yml2014-12-15 15:08:32.0 +0100
+++ new/Sys-Virt-1.2.12/META.yml2015-01-27 12:14:31.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.11
+version:  1.2.12
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.11/MYMETA.json 
new/Sys-Virt-1.2.12/MYMETA.json
--- old/Sys-Virt-1.2.11/MYMETA.json 2014-12-15 15:08:24.0 +0100
+++ new/Sys-Virt-1.2.12/MYMETA.json 2015-01-27 12:14:23.0 +0100
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.11
+   version : v1.2.12
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.11/MYMETA.yml 
new/Sys-Virt-1.2.12/MYMETA.yml
--- old/Sys-Virt-1.2.11/MYMETA.yml  2014-12-15 15:08:24.0 +0100
+++ new/Sys-Virt-1.2.12/MYMETA.yml  2015-01-27 12:14:23.0 +0100
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.11
+version: v1.2.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.11/Makefile.PL 
new/Sys-Virt-1.2.12/Makefile.PL
--- old/Sys-Virt-1.2.11/Makefile.PL 2014-12-15 12:57:03.0 +0100
+++ new/Sys-Virt-1.2.12/Makefile.PL 2015-01-27 12:14:19.0 +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.11;
+my $libvirtver = 1.2.12;
 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.11/README new/Sys-Virt-1.2.12/README
--- old/Sys-Virt-1.2.11/README  2014-12-15 12:57:03.0 +0100
+++ new/Sys-Virt-1.2.12/README  2015-01-27 12:14:19.0 +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 

commit perl-Sys-Virt for openSUSE:Factory

2014-12-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-12-23 11:50:49

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  
2014-10-11 19:27:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-12-23 11:49:24.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 15 10:47:17 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.11
+  - Add all new APIs and constants in libvirt 1.2.11
+
+---

Old:

  Sys-Virt-1.2.9.tar.gz

New:

  Sys-Virt-1.2.11.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.p4HDlT/_old  2014-12-23 11:49:26.0 +0100
+++ /var/tmp/diff_new_pack.p4HDlT/_new  2014-12-23 11:49:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.9
+Version:1.2.11
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.9.tar.gz - Sys-Virt-1.2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.9/Changes new/Sys-Virt-1.2.11/Changes
--- old/Sys-Virt-1.2.9/Changes  2014-10-02 12:30:10.0 +0200
+++ new/Sys-Virt-1.2.11/Changes 2014-12-15 12:57:03.0 +0100
@@ -1,5 +1,16 @@
 Revision history for perl module Sys::Virt
 
+1.2.11 2014-12-15
+
+ - Add virDomainGetFSInfo API binding
+ - Add missed VIR_NODE_MEMORY_SHARED_MERGE_ACROSS_NODES constant
+ - Add new VIR_DOMAIN_TUNABLE_BLKDEV* constants
+ - Add new VIR_DOMAIN_BLOCK_IOTUNE* constants
+ - Add support for VIR_CONNECT_DOMAIN_EVENT_ID_AGENT_LIFECYCLE
+   event callbacks  constants
+ - Fix docs for Sys::Virt::Domain::get_time method
+ - Demo agent lifecycle events in example program
+
 1.2.9 2014-10-02
 
  - Add VIR_DOMAIN_*_BANDWIDTH_BYTES constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.9/MANIFEST new/Sys-Virt-1.2.11/MANIFEST
--- old/Sys-Virt-1.2.9/MANIFEST 2014-10-02 12:30:22.0 +0200
+++ new/Sys-Virt-1.2.11/MANIFEST2014-12-15 15:08:32.0 +0100
@@ -3,6 +3,7 @@
 examples/auth.pl
 examples/devices.pl
 examples/dhcp-leases.pl
+examples/dom-fsinfo.pl
 examples/dom-stats.pl
 examples/dump-info.pl
 examples/dump-xml.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.9/META.yml new/Sys-Virt-1.2.11/META.yml
--- old/Sys-Virt-1.2.9/META.yml 2014-10-02 12:30:22.0 +0200
+++ new/Sys-Virt-1.2.11/META.yml2014-12-15 15:08:32.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.9
+version:  1.2.11
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.9/MYMETA.json 
new/Sys-Virt-1.2.11/MYMETA.json
--- old/Sys-Virt-1.2.9/MYMETA.json  2014-10-02 12:30:14.0 +0200
+++ new/Sys-Virt-1.2.11/MYMETA.json 2014-12-15 15:08:24.0 +0100
@@ -4,7 +4,7 @@
   Daniel Berrange d...@berrange.com
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.132140,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
license : [
   unknown
],
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.9
+   version : v1.2.11
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.9/MYMETA.yml 
new/Sys-Virt-1.2.11/MYMETA.yml
--- old/Sys-Virt-1.2.9/MYMETA.yml   2014-10-02 12:30:14.0 +0200
+++ new/Sys-Virt-1.2.11/MYMETA.yml  2014-12-15 15:08:24.0 +0100
@@ -3,25 +3,25 @@
 author:
   - 'Daniel Berrange d...@berrange.com'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 
2.132140'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Sys-Virt
 no_index:
   directory:
 - t
 - inc
 requires:
-  Test::CPAN::Changes: 0
-  

commit perl-Sys-Virt for openSUSE:Factory

2014-10-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-10-11 19:26:23

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  
2014-09-18 08:02:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-10-11 19:27:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 09:08:59 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.9
+  - Add all new APIs and constants in libvirt 1.2.9
+
+---

Old:

  Sys-Virt-1.2.8.tar.gz

New:

  Sys-Virt-1.2.9.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.YVgI4l/_old  2014-10-11 19:27:17.0 +0200
+++ /var/tmp/diff_new_pack.YVgI4l/_new  2014-10-11 19:27:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.8
+Version:1.2.9
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.8.tar.gz - Sys-Virt-1.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.8/Changes new/Sys-Virt-1.2.9/Changes
--- old/Sys-Virt-1.2.8/Changes  2014-09-05 17:24:27.0 +0200
+++ new/Sys-Virt-1.2.9/Changes  2014-10-02 12:30:10.0 +0200
@@ -1,5 +1,18 @@
 Revision history for perl module Sys::Virt
 
+1.2.9 2014-10-02
+
+ - Add VIR_DOMAIN_*_BANDWIDTH_BYTES constants
+ - Add VIR_DOMAIN_BLOCK_REBASE_COPY_DEV constant
+ - Add VIR_DOMAIN_JOB_STATS_COMPLETED constant
+ - Add VIR_DOMAIN_UNDEFINE_NVRAM constant
+ - Add VIR_FROM_POLKIT constant
+ - Add more VIR_DOMAIN_STATS_* constants
+ - Add more VIR_DOMAIN_JOB_* constants
+ - Add virConnectDomainEventTunable event callback  constants
+ - Add virNodeAllocPages API  constants
+ - Add VIR_MIGRATE_RDMA_PIN_ALL constant
+
 1.2.8 2014-09-05
 
  - Add virConnectGetDomainCapabilities API
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.8/MANIFEST new/Sys-Virt-1.2.9/MANIFEST
--- old/Sys-Virt-1.2.8/MANIFEST 2014-09-05 17:24:39.0 +0200
+++ new/Sys-Virt-1.2.9/MANIFEST 2014-10-02 12:30:22.0 +0200
@@ -3,12 +3,14 @@
 examples/auth.pl
 examples/devices.pl
 examples/dhcp-leases.pl
+examples/dom-stats.pl
 examples/dump-info.pl
 examples/dump-xml.pl
 examples/emulator-pin.pl
 examples/events.pl
 examples/fs-freeze.pl
 examples/hv-stat.pl
+examples/node-alloc.pl
 examples/node-cpu.pl
 examples/node-devlist.pl
 examples/node-info.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.8/META.yml new/Sys-Virt-1.2.9/META.yml
--- old/Sys-Virt-1.2.8/META.yml 2014-09-05 17:24:39.0 +0200
+++ new/Sys-Virt-1.2.9/META.yml 2014-10-02 12:30:22.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.8
+version:  1.2.9
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.8/MYMETA.json 
new/Sys-Virt-1.2.9/MYMETA.json
--- old/Sys-Virt-1.2.8/MYMETA.json  2014-09-05 17:24:32.0 +0200
+++ new/Sys-Virt-1.2.9/MYMETA.json  2014-10-02 12:30:14.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.8
+   version : v1.2.9
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.8/MYMETA.yml 
new/Sys-Virt-1.2.9/MYMETA.yml
--- old/Sys-Virt-1.2.8/MYMETA.yml   2014-09-05 17:24:32.0 +0200
+++ new/Sys-Virt-1.2.9/MYMETA.yml   2014-10-02 12:30:14.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.8
+version: v1.2.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.8/Makefile.PL 
new/Sys-Virt-1.2.9/Makefile.PL
--- old/Sys-Virt-1.2.8/Makefile.PL  2014-09-05 17:24:27.0 +0200
+++ new/Sys-Virt-1.2.9/Makefile.PL  2014-10-02 12:30:10.0 +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.7;
+my $libvirtver = 1.2.9;
 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 

commit perl-Sys-Virt for openSUSE:Factory

2014-09-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-09-18 08:00:53

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  
2014-07-10 09:32:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-09-18 08:02:46.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 10 16:41:12 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.8
+  - Add all new APIs and constants in libvirt 1.2.8
+
+---

Old:

  Sys-Virt-1.2.6.tar.gz

New:

  Sys-Virt-1.2.8.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.mwFA3c/_old  2014-09-18 08:02:46.0 +0200
+++ /var/tmp/diff_new_pack.mwFA3c/_new  2014-09-18 08:02:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.6
+Version:1.2.8
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.6.tar.gz - Sys-Virt-1.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.6/Changes new/Sys-Virt-1.2.8/Changes
--- old/Sys-Virt-1.2.6/Changes  2014-07-02 18:32:01.0 +0200
+++ new/Sys-Virt-1.2.8/Changes  2014-09-05 17:24:27.0 +0200
@@ -1,5 +1,15 @@
 Revision history for perl module Sys::Virt
 
+1.2.8 2014-09-05
+
+ - Add virConnectGetDomainCapabilities API
+ - Add VIR_DOMAIN_BLOCK_REBASE_RELATIVE and
+   VIR_DOMAIN_BLOCK_COMMIT_RELATIVE constants
+ - Add VIR_CONNECT_LIST_STORAGE_POOLS_ZFS constant
+ - Add virDomainOpenGraphicsFD API
+ - Add virDomainBlockCopy and related constants
+ - Add virConnectGetAllDomainStats API  constants
+
 1.2.6 2014-07-02
 
  - Add VIR_DOMAIN_BLOCK_JOB_TYPE_ACTIVE_COMMIT and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.6/META.yml new/Sys-Virt-1.2.8/META.yml
--- old/Sys-Virt-1.2.6/META.yml 2014-07-02 18:32:13.0 +0200
+++ new/Sys-Virt-1.2.8/META.yml 2014-09-05 17:24:39.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.6
+version:  1.2.8
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.6/MYMETA.json 
new/Sys-Virt-1.2.8/MYMETA.json
--- old/Sys-Virt-1.2.6/MYMETA.json  2014-07-02 18:32:06.0 +0200
+++ new/Sys-Virt-1.2.8/MYMETA.json  2014-09-05 17:24:32.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.6
+   version : v1.2.8
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.6/MYMETA.yml 
new/Sys-Virt-1.2.8/MYMETA.yml
--- old/Sys-Virt-1.2.6/MYMETA.yml   2014-07-02 18:32:06.0 +0200
+++ new/Sys-Virt-1.2.8/MYMETA.yml   2014-09-05 17:24:32.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.6
+version: v1.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.6/Makefile.PL 
new/Sys-Virt-1.2.8/Makefile.PL
--- old/Sys-Virt-1.2.6/Makefile.PL  2014-07-02 18:32:01.0 +0200
+++ new/Sys-Virt-1.2.8/Makefile.PL  2014-09-05 17:24:27.0 +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.6;
+my $libvirtver = 1.2.7;
 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.6/README new/Sys-Virt-1.2.8/README
--- old/Sys-Virt-1.2.6/README   2014-07-02 18:32:01.0 +0200
+++ new/Sys-Virt-1.2.8/README   2014-09-05 17:24:27.0 +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.6
+The current minimum required version of libvirt is 1.2.7
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.6/Virt.xs new/Sys-Virt-1.2.8/Virt.xs
--- old/Sys-Virt-1.2.6/Virt.xs  

commit perl-Sys-Virt for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-07-10 08:18:20

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  
2014-06-10 14:39:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-07-10 09:32:04.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  2 14:36:46 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.6
+  - Add all new APIs and constants in libvirt 1.2.6
+
+---

Old:

  Sys-Virt-1.2.5.tar.gz

New:

  Sys-Virt-1.2.6.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.PJya7X/_old  2014-07-10 09:32:05.0 +0200
+++ /var/tmp/diff_new_pack.PJya7X/_new  2014-07-10 09:32:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.5
+Version:1.2.6
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.5.tar.gz - Sys-Virt-1.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.5/Changes new/Sys-Virt-1.2.6/Changes
--- old/Sys-Virt-1.2.5/Changes  2014-06-02 12:00:18.0 +0200
+++ new/Sys-Virt-1.2.6/Changes  2014-07-02 18:32:01.0 +0200
@@ -1,5 +1,15 @@
 Revision history for perl module Sys::Virt
 
+1.2.6 2014-07-02
+
+ - Add VIR_DOMAIN_BLOCK_JOB_TYPE_ACTIVE_COMMIT and
+   VIR_DOMAIN_BLOCK_COMMIT_ACTIVE constants
+ - Add VIR_DOMAIN_EVENT_ID_BLOCK_JOB_2 constant
+ - Add virNodeGetFreePages method
+ - Add VIR_CONNECT_COMPARE_CPU_FAIL_INCOMPATIBLE
+   and VIR_ERR_CPU_INCOMPATIBLE constants
+ - Add virNetworkGetDHCPLeases and constants
+
 1.2.5 2014-06-02
 
  - Add VIR_DOMAIN_{REBOOT,SHUTDOWN}_PARAVIRT constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.5/MANIFEST new/Sys-Virt-1.2.6/MANIFEST
--- old/Sys-Virt-1.2.5/MANIFEST 2014-06-02 12:00:30.0 +0200
+++ new/Sys-Virt-1.2.6/MANIFEST 2014-07-02 18:32:13.0 +0200
@@ -2,6 +2,7 @@
 Changes
 examples/auth.pl
 examples/devices.pl
+examples/dhcp-leases.pl
 examples/dump-info.pl
 examples/dump-xml.pl
 examples/emulator-pin.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.5/META.yml new/Sys-Virt-1.2.6/META.yml
--- old/Sys-Virt-1.2.5/META.yml 2014-06-02 12:00:30.0 +0200
+++ new/Sys-Virt-1.2.6/META.yml 2014-07-02 18:32:13.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.5
+version:  1.2.6
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.5/MYMETA.json 
new/Sys-Virt-1.2.6/MYMETA.json
--- old/Sys-Virt-1.2.5/MYMETA.json  2014-06-02 12:00:23.0 +0200
+++ new/Sys-Virt-1.2.6/MYMETA.json  2014-07-02 18:32:06.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.5
+   version : v1.2.6
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.5/MYMETA.yml 
new/Sys-Virt-1.2.6/MYMETA.yml
--- old/Sys-Virt-1.2.5/MYMETA.yml   2014-06-02 12:00:23.0 +0200
+++ new/Sys-Virt-1.2.6/MYMETA.yml   2014-07-02 18:32:06.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.5
+version: v1.2.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.5/Makefile.PL 
new/Sys-Virt-1.2.6/Makefile.PL
--- old/Sys-Virt-1.2.5/Makefile.PL  2014-06-02 12:00:18.0 +0200
+++ new/Sys-Virt-1.2.6/Makefile.PL  2014-07-02 18:32:01.0 +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.5;
+my $libvirtver = 1.2.6;
 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.5/README new/Sys-Virt-1.2.6/README
--- old/Sys-Virt-1.2.5/README   2014-06-02 12:00:18.0 +0200
+++ new/Sys-Virt-1.2.6/README   2014-07-02 18:32:01.0 

commit perl-Sys-Virt for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-06-10 14:39:16

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  
2014-05-13 20:46:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-06-10 14:39:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  2 09:42:05 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.5
+  - Add all new APIs and constants in libvirt 1.2.5
+
+---

Old:

  Sys-Virt-1.2.4.tar.gz

New:

  Sys-Virt-1.2.5.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.dshUDu/_old  2014-06-10 14:39:19.0 +0200
+++ /var/tmp/diff_new_pack.dshUDu/_new  2014-06-10 14:39:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.4.tar.gz - Sys-Virt-1.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.4/Changes new/Sys-Virt-1.2.5/Changes
--- old/Sys-Virt-1.2.4/Changes  2014-05-06 17:32:18.0 +0200
+++ new/Sys-Virt-1.2.5/Changes  2014-06-02 12:00:18.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+1.2.5 2014-06-02
+
+ - Add VIR_DOMAIN_{REBOOT,SHUTDOWN}_PARAVIRT constants
+ - Add virDomainFSFreeze/virDomainFSThaw APIs
+ - Add virDomainSetTime/virDomainGetTime APIs
+
 1.2.4 2014-05-06
 
  - Add VIR_FROM_FIREWALL error constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.4/MANIFEST new/Sys-Virt-1.2.5/MANIFEST
--- old/Sys-Virt-1.2.4/MANIFEST 2014-05-06 17:32:30.0 +0200
+++ new/Sys-Virt-1.2.5/MANIFEST 2014-06-02 12:00:30.0 +0200
@@ -6,6 +6,7 @@
 examples/dump-xml.pl
 examples/emulator-pin.pl
 examples/events.pl
+examples/fs-freeze.pl
 examples/hv-stat.pl
 examples/node-cpu.pl
 examples/node-devlist.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.4/META.yml new/Sys-Virt-1.2.5/META.yml
--- old/Sys-Virt-1.2.4/META.yml 2014-05-06 17:32:30.0 +0200
+++ new/Sys-Virt-1.2.5/META.yml 2014-06-02 12:00:30.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.4
+version:  1.2.5
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.4/MYMETA.json 
new/Sys-Virt-1.2.5/MYMETA.json
--- old/Sys-Virt-1.2.4/MYMETA.json  2014-05-06 17:32:23.0 +0200
+++ new/Sys-Virt-1.2.5/MYMETA.json  2014-06-02 12:00:23.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.4
+   version : v1.2.5
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.4/MYMETA.yml 
new/Sys-Virt-1.2.5/MYMETA.yml
--- old/Sys-Virt-1.2.4/MYMETA.yml   2014-05-06 17:32:23.0 +0200
+++ new/Sys-Virt-1.2.5/MYMETA.yml   2014-06-02 12:00:23.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.4
+version: v1.2.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.4/Makefile.PL 
new/Sys-Virt-1.2.5/Makefile.PL
--- old/Sys-Virt-1.2.4/Makefile.PL  2014-05-06 17:32:18.0 +0200
+++ new/Sys-Virt-1.2.5/Makefile.PL  2014-06-02 12:00:18.0 +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.4;
+my $libvirtver = 1.2.5;
 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.4/README new/Sys-Virt-1.2.5/README
--- old/Sys-Virt-1.2.4/README   2014-05-06 17:32:18.0 +0200
+++ new/Sys-Virt-1.2.5/README   2014-06-02 12:00:18.0 +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 

commit perl-Sys-Virt for openSUSE:Factory

2014-05-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-05-13 20:46:57

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  
2014-04-20 11:35:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-05-13 20:46:58.0 +0200
@@ -1,0 +2,6 @@
+Tue May  6 16:08:03 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.4
+  - Add all new APIs and constants in libvirt 1.2.4
+
+---

Old:

  Sys-Virt-1.2.3.tar.gz

New:

  Sys-Virt-1.2.4.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.BNTj7j/_old  2014-05-13 20:46:59.0 +0200
+++ /var/tmp/diff_new_pack.BNTj7j/_new  2014-05-13 20:46:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.3
+Version:1.2.4
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.3.tar.gz - Sys-Virt-1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/Changes new/Sys-Virt-1.2.4/Changes
--- old/Sys-Virt-1.2.3/Changes  2014-04-07 12:35:31.0 +0200
+++ new/Sys-Virt-1.2.4/Changes  2014-05-06 17:32:18.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.2.4 2014-05-06
+
+ - Add VIR_FROM_FIREWALL error constant
+
 1.2.3 2014-04-07
 
  - Add VIR_FROM_CRYPTO error constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/META.yml new/Sys-Virt-1.2.4/META.yml
--- old/Sys-Virt-1.2.3/META.yml 2014-04-07 12:50:38.0 +0200
+++ new/Sys-Virt-1.2.4/META.yml 2014-05-06 17:32:30.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.3
+version:  1.2.4
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/MYMETA.json 
new/Sys-Virt-1.2.4/MYMETA.json
--- old/Sys-Virt-1.2.3/MYMETA.json  2014-04-07 12:50:30.0 +0200
+++ new/Sys-Virt-1.2.4/MYMETA.json  2014-05-06 17:32:23.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.3
+   version : v1.2.4
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/MYMETA.yml 
new/Sys-Virt-1.2.4/MYMETA.yml
--- old/Sys-Virt-1.2.3/MYMETA.yml   2014-04-07 12:50:30.0 +0200
+++ new/Sys-Virt-1.2.4/MYMETA.yml   2014-05-06 17:32:23.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.3
+version: v1.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/Makefile.PL 
new/Sys-Virt-1.2.4/Makefile.PL
--- old/Sys-Virt-1.2.3/Makefile.PL  2014-04-07 12:35:31.0 +0200
+++ new/Sys-Virt-1.2.4/Makefile.PL  2014-05-06 17:32:18.0 +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.3;
+my $libvirtver = 1.2.4;
 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.3/README new/Sys-Virt-1.2.4/README
--- old/Sys-Virt-1.2.3/README   2014-04-07 12:35:31.0 +0200
+++ new/Sys-Virt-1.2.4/README   2014-05-06 17:32:18.0 +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.3
+The current minimum required version of libvirt is 1.2.4
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/Virt.xs new/Sys-Virt-1.2.4/Virt.xs
--- old/Sys-Virt-1.2.3/Virt.xs  2014-04-07 12:35:31.0 +0200
+++ new/Sys-Virt-1.2.4/Virt.xs  2014-05-06 17:32:18.0 +0200
@@ -7409,6 +7409,7 @@
   REGISTER_CONSTANT(VIR_FROM_SYSTEMD, FROM_SYSTEMD);
   REGISTER_CONSTANT(VIR_FROM_BHYVE, FROM_BHYVE);
   REGISTER_CONSTANT(VIR_FROM_CRYPTO, FROM_CRYPTO);
+

commit perl-Sys-Virt for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-04-20 11:35:00

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  
2014-03-04 13:58:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-04-20 11:35:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  7 12:00:30 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.3
+  - Add all new APIs and constants in libvirt 1.2.3
+
+---

Old:

  Sys-Virt-1.2.2.tar.gz

New:

  Sys-Virt-1.2.3.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.pQkyeL/_old  2014-04-20 11:35:03.0 +0200
+++ /var/tmp/diff_new_pack.pQkyeL/_new  2014-04-20 11:35:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.2
+Version:1.2.3
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.2.tar.gz - Sys-Virt-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/Changes new/Sys-Virt-1.2.3/Changes
--- old/Sys-Virt-1.2.2/Changes  2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/Changes  2014-04-07 12:35:31.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+1.2.3 2014-04-07
+
+ - Add VIR_FROM_CRYPTO error constant
+ - Add VIR_MIGRATE_AUTO_CONVERGE migration constant
+ - Add virDomainCoreDumpWithFormat and its constants
+
 1.2.2 2014-03-03
 
  - Add new domain blk I/O constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/META.yml new/Sys-Virt-1.2.3/META.yml
--- old/Sys-Virt-1.2.2/META.yml 2014-03-03 12:22:04.0 +0100
+++ new/Sys-Virt-1.2.3/META.yml 2014-04-07 12:50:38.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.2
+version:  1.2.3
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/MYMETA.json 
new/Sys-Virt-1.2.3/MYMETA.json
--- old/Sys-Virt-1.2.2/MYMETA.json  2014-03-03 12:21:57.0 +0100
+++ new/Sys-Virt-1.2.3/MYMETA.json  2014-04-07 12:50:30.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.2
+   version : v1.2.3
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/MYMETA.yml 
new/Sys-Virt-1.2.3/MYMETA.yml
--- old/Sys-Virt-1.2.2/MYMETA.yml   2014-03-03 12:21:57.0 +0100
+++ new/Sys-Virt-1.2.3/MYMETA.yml   2014-04-07 12:50:30.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.2
+version: v1.2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/Makefile.PL 
new/Sys-Virt-1.2.3/Makefile.PL
--- old/Sys-Virt-1.2.2/Makefile.PL  2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/Makefile.PL  2014-04-07 12:35:31.0 +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.2;
+my $libvirtver = 1.2.3;
 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.2/README new/Sys-Virt-1.2.3/README
--- old/Sys-Virt-1.2.2/README   2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/README   2014-04-07 12:35:31.0 +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.2
+The current minimum required version of libvirt is 1.2.3
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/Virt.xs new/Sys-Virt-1.2.3/Virt.xs
--- old/Sys-Virt-1.2.2/Virt.xs  2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/Virt.xs  2014-04-07 12:35:31.0 +0200
@@ -3125,13 +3125,24 @@
 void
 core_dump(dom, to, flags=0)
   virDomainPtr dom;
-  

commit perl-Sys-Virt for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-03-04 13:58:48

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  
2014-01-29 22:22:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-03-04 13:58:48.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar  3 10:14:52 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.2
+  - Add all new APIs and constants in libvirt 1.2.2
+
+---

Old:

  Sys-Virt-1.2.1.tar.gz

New:

  Sys-Virt-1.2.2.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.U0Wkya/_old  2014-03-04 13:58:49.0 +0100
+++ /var/tmp/diff_new_pack.U0Wkya/_new  2014-03-04 13:58:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.1.tar.gz - Sys-Virt-1.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.1/Changes new/Sys-Virt-1.2.2/Changes
--- old/Sys-Virt-1.2.1/Changes  2014-01-21 13:13:55.0 +0100
+++ new/Sys-Virt-1.2.2/Changes  2014-03-03 12:21:53.0 +0100
@@ -1,5 +1,10 @@
 Revision history for perl module Sys::Virt
 
+1.2.2 2014-03-03
+
+ - Add new domain blk I/O constants
+ - Add BHyve error code
+
 1.2.1 2014-01-21
 
  - Add new network event APIs from libvirt 1.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.1/META.yml new/Sys-Virt-1.2.2/META.yml
--- old/Sys-Virt-1.2.1/META.yml 2014-01-21 13:14:07.0 +0100
+++ new/Sys-Virt-1.2.2/META.yml 2014-03-03 12:22:04.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.1
+version:  1.2.2
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.1/MYMETA.json 
new/Sys-Virt-1.2.2/MYMETA.json
--- old/Sys-Virt-1.2.1/MYMETA.json  2014-01-21 13:14:00.0 +0100
+++ new/Sys-Virt-1.2.2/MYMETA.json  2014-03-03 12:21:57.0 +0100
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.1
+   version : v1.2.2
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.1/MYMETA.yml 
new/Sys-Virt-1.2.2/MYMETA.yml
--- old/Sys-Virt-1.2.1/MYMETA.yml   2014-01-21 13:14:00.0 +0100
+++ new/Sys-Virt-1.2.2/MYMETA.yml   2014-03-03 12:21:57.0 +0100
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.1
+version: v1.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.1/Makefile.PL 
new/Sys-Virt-1.2.2/Makefile.PL
--- old/Sys-Virt-1.2.1/Makefile.PL  2014-01-21 13:13:55.0 +0100
+++ new/Sys-Virt-1.2.2/Makefile.PL  2014-03-03 12:21:53.0 +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.1;
+my $libvirtver = 1.2.2;
 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.1/README new/Sys-Virt-1.2.2/README
--- old/Sys-Virt-1.2.1/README   2014-01-21 13:13:55.0 +0100
+++ new/Sys-Virt-1.2.2/README   2014-03-03 12:21:53.0 +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.1
+The current minimum required version of libvirt is 1.2.2
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.1/Virt.xs new/Sys-Virt-1.2.2/Virt.xs
--- old/Sys-Virt-1.2.1/Virt.xs  2014-01-21 13:13:55.0 +0100
+++ new/Sys-Virt-1.2.2/Virt.xs  2014-03-03 12:21:53.0 +0100
@@ -1808,6 +1808,8 @@
   (void)hv_store (RETVAL, idle, 4, 
virt_newSVull(params[i].value), 0);
   } else if (strcmp(params[i].field, 

commit perl-Sys-Virt for openSUSE:Factory

2014-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-01-29 22:22: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

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2014-01-14 15:08:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-01-29 22:22:04.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan 22 08:39:06 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.1
+ - Add new network event APIs from libvirt 1.2.1
+ - Add new constants in libvirt 1.2.1
+ - Drop upstreamed Sys-Virt-1.2.0.patch
+
+---

Old:

  Sys-Virt-1.2.0.patch
  Sys-Virt-1.2.0.tar.gz

New:

  Sys-Virt-1.2.1.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.7IBrlI/_old  2014-01-29 22:22:04.0 +0100
+++ /var/tmp/diff_new_pack.7IBrlI/_new  2014-01-29 22:22:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.0
+Version:1.2.1
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -25,7 +25,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
-Patch1: Sys-Virt-1.2.0.patch
 BuildRequires:  libvirt-devel = %{version}
 %if 0%{?suse_version}  1140
 BuildRequires:  perl-macros
@@ -46,7 +45,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch1 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST

++ Sys-Virt-1.2.0.tar.gz - Sys-Virt-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.0/Changes new/Sys-Virt-1.2.1/Changes
--- old/Sys-Virt-1.2.0/Changes  2013-12-02 18:46:33.0 +0100
+++ new/Sys-Virt-1.2.1/Changes  2014-01-21 13:13:55.0 +0100
@@ -1,5 +1,10 @@
 Revision history for perl module Sys::Virt
 
+1.2.1 2014-01-21
+
+ - Add new network event APIs from libvirt 1.2.1
+ - Add new constants in libvirt 1.2.1
+
 1.2.0 2013-12-02
 
  - Add all new constants in libvirt 1.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.0/META.yml new/Sys-Virt-1.2.1/META.yml
--- old/Sys-Virt-1.2.0/META.yml 2013-12-02 18:46:44.0 +0100
+++ new/Sys-Virt-1.2.1/META.yml 2014-01-21 13:14:07.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.0
+version:  1.2.1
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.0/MYMETA.json 
new/Sys-Virt-1.2.1/MYMETA.json
--- old/Sys-Virt-1.2.0/MYMETA.json  2013-12-02 18:46:37.0 +0100
+++ new/Sys-Virt-1.2.1/MYMETA.json  2014-01-21 13:14:00.0 +0100
@@ -4,7 +4,7 @@
   Daniel Berrange d...@berrange.com
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.132140,
license : [
   unknown
],
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.2.0
+   version : v1.2.1
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.0/MYMETA.yml 
new/Sys-Virt-1.2.1/MYMETA.yml
--- old/Sys-Virt-1.2.0/MYMETA.yml   2013-12-02 18:46:37.0 +0100
+++ new/Sys-Virt-1.2.1/MYMETA.yml   2014-01-21 13:14:00.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 
2.132140'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.0
+version: v1.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.0/Makefile.PL 
new/Sys-Virt-1.2.1/Makefile.PL
--- old/Sys-Virt-1.2.0/Makefile.PL  2013-12-02 18:46:33.0 +0100
+++ new/Sys-Virt-1.2.1/Makefile.PL  2014-01-21 13:13:55.0 +0100
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of 

commit perl-Sys-Virt for openSUSE:Factory

2014-01-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-01-14 15:08:32

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  
2013-10-11 11:04:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-01-14 15:08:33.0 +0100
@@ -1,0 +2,18 @@
+Sat Dec 14 19:02:46 CET 2013 - oher...@suse.de
+
+- Use correct free() in get_cpu_model_names
+  Sys-Virt-1.2.0.patch
+
+---
+Fri Dec  6 16:02:05 MST 2013 - jfeh...@suse.com
+
+- Update to 1.2.0
+  - Add all new APIs and constants in libvirt 1.2.0
+
+---
+Wed Nov 20 13:20:48 MST 2013 - jfeh...@suse.com
+
+- Update to 1.1.4
+  - Add all new APIs and constants in libvirt 1.1.4
+
+---

Old:

  Sys-Virt-1.1.2.tar.gz

New:

  Sys-Virt-1.2.0.patch
  Sys-Virt-1.2.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.AdWAmP/_old  2014-01-14 15:08:34.0 +0100
+++ /var/tmp/diff_new_pack.AdWAmP/_new  2014-01-14 15:08:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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.1.2
+Version:1.2.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -25,8 +25,9 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
+Patch1: Sys-Virt-1.2.0.patch
 BuildRequires:  libvirt-devel = %{version}
-%if %suse_version  1140
+%if 0%{?suse_version}  1140
 BuildRequires:  perl-macros
 %endif
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch1 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST

++ Sys-Virt-1.2.0.patch ++
[   97s] t/100-connect..panic: free from wrong pool at t/100-connect.t 
line 81.
[   97s] # Looks like you planned 25 tests but only ran 24.
[   97s] # Looks like your test died just after 24.
[   97s] dubious
[   97s] Test returned status 255 (wstat 65280, 0xff00)
[   97s] DIED. FAILED test 25
[   97s] Failed 1/25 tests, 96.00% okay (less 1 skipped test: 23 okay, 92.00%)

---
 Virt.xs |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: Sys-Virt-1.2.0/Virt.xs
===
--- Sys-Virt-1.2.0.orig/Virt.xs
+++ Sys-Virt-1.2.0/Virt.xs
@@ -1925,7 +1925,7 @@ PREINIT:
   PUSHs(sv_2mortal(newSVpv(names[i], 0)));
   free(names[i]);
   }
-  Safefree(names);
+  free(names);
 
 
 
++ Sys-Virt-1.1.2.tar.gz - Sys-Virt-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.2/AUTHORS new/Sys-Virt-1.2.0/AUTHORS
--- old/Sys-Virt-1.1.2/AUTHORS  2013-09-27 18:30:07.0 +0200
+++ new/Sys-Virt-1.2.0/AUTHORS  2013-12-02 18:46:33.0 +0100
@@ -12,5 +12,6 @@
Stepan Kasal  skasal-at-redhat-dot-com
Ludwig Nussel ludwig-dot-nussel-at-suse-dot-de
Zhe Peng  zpeng-at-redhat-dot-com
+   Osier Yangjyang-at-redhat-dot-com
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.2/Changes new/Sys-Virt-1.2.0/Changes
--- old/Sys-Virt-1.1.2/Changes  2013-09-27 18:30:07.0 +0200
+++ new/Sys-Virt-1.2.0/Changes  2013-12-02 18:46:33.0 +0100
@@ -1,5 +1,19 @@
 Revision history for perl module Sys::Virt
 
+1.2.0 2013-12-02
+
+ - Add all new constants in libvirt 1.2.0
+ - Fix reversed args for virNodeDeviceLookupSCSIHostByWWN
+
+1.1.4 2013-11-05
+
+ - Add all new constants in libvirt 1.1.4
+ - Fix impl of list_secrets API (RT #82072)
+
+1.1.3 2013-10-02
+
+ - Add all new APIs in libvirt 1.1.3
+
 1.1.2 2013-09-27
 
  - Add all new constants in libvirt 1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.2/MANIFEST new/Sys-Virt-1.2.0/MANIFEST
--- 

commit perl-Sys-Virt for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2013-10-11 11:04: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  
2013-08-04 17:05:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2013-10-11 11:04:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 18:36:12 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.1.2
+  - Add all new APIs and constants in libvirt 1.1.2
+
+---

Old:

  Sys-Virt-1.1.1.tar.gz

New:

  Sys-Virt-1.1.2.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.3CI1tg/_old  2013-10-11 11:05:05.0 +0200
+++ /var/tmp/diff_new_pack.3CI1tg/_new  2013-10-11 11:05:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.1.1
+Version:1.1.2
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.1.1.tar.gz - Sys-Virt-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.1/Changes new/Sys-Virt-1.1.2/Changes
--- old/Sys-Virt-1.1.1/Changes  2013-07-30 16:34:30.0 +0200
+++ new/Sys-Virt-1.1.2/Changes  2013-09-27 18:30:07.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.1.2 2013-09-27
+
+ - Add all new constants in libvirt 1.1.2
+
 1.1.1 2013-07-30
 
  - Add all new constants/apis in libvirt 1.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.1/MANIFEST new/Sys-Virt-1.1.2/MANIFEST
--- old/Sys-Virt-1.1.1/MANIFEST 2013-07-30 16:34:51.0 +0200
+++ new/Sys-Virt-1.1.2/MANIFEST 2013-09-27 18:30:18.0 +0200
@@ -8,6 +8,7 @@
 examples/events.pl
 examples/hv-stat.pl
 examples/node-cpu.pl
+examples/node-devlist.pl
 examples/node-ksm.pl
 examples/open-console.pl
 examples/save-restore.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.1/META.yml new/Sys-Virt-1.1.2/META.yml
--- old/Sys-Virt-1.1.1/META.yml 2013-07-30 16:34:51.0 +0200
+++ new/Sys-Virt-1.1.2/META.yml 2013-09-27 18:30:18.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.1.1
+version:  1.1.2
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.1/MYMETA.json 
new/Sys-Virt-1.1.2/MYMETA.json
--- old/Sys-Virt-1.1.1/MYMETA.json  2013-07-30 16:34:38.0 +0200
+++ new/Sys-Virt-1.1.2/MYMETA.json  2013-09-27 18:30:11.0 +0200
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v1.1.1
+   version : v1.1.2
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.1/MYMETA.yml 
new/Sys-Virt-1.1.2/MYMETA.yml
--- old/Sys-Virt-1.1.1/MYMETA.yml   2013-07-30 16:34:38.0 +0200
+++ new/Sys-Virt-1.1.2/MYMETA.yml   2013-09-27 18:30:11.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.1.1
+version: v1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.1.1/Makefile.PL 
new/Sys-Virt-1.1.2/Makefile.PL
--- old/Sys-Virt-1.1.1/Makefile.PL  2013-07-30 16:34:30.0 +0200
+++ new/Sys-Virt-1.1.2/Makefile.PL  2013-09-27 18:30:07.0 +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.1.1;
+my $libvirtver = 1.1.2;
 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.1.1/README new/Sys-Virt-1.1.2/README
--- old/Sys-Virt-1.1.1/README   2013-07-30 16:34:30.0 +0200
+++ new/Sys-Virt-1.1.2/README   2013-09-27 18:30:07.0 +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.1.1
+The current minimum required version of libvirt is 1.1.2
 
 -- End

commit perl-Sys-Virt for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2013-08-04 17:05:19

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  
2013-05-28 12:08:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2013-08-04 17:05:23.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul 30 14:56:44 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.1.1
+  - Add all new APIs and constants in libvirt 1.1.1
+
+---
+Tue Jul 30 08:51:05 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.1.0
+  - Add support for v3 of migration APIs
+  - Add all new constants in libvirt 1.1.0
+  - Fix handling of sparse typed parameters
+  - Fix misc typos in docs
+
+---

Old:

  Sys-Virt-1.0.5.tar.gz

New:

  Sys-Virt-1.1.1.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.t4veVJ/_old  2013-08-04 17:05:24.0 +0200
+++ /var/tmp/diff_new_pack.t4veVJ/_new  2013-08-04 17:05:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.0.5
+Version:1.1.1
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.0.5.tar.gz - Sys-Virt-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/AUTHORS new/Sys-Virt-1.1.1/AUTHORS
--- old/Sys-Virt-1.0.5/AUTHORS  2013-05-14 15:24:54.0 +0200
+++ new/Sys-Virt-1.1.1/AUTHORS  2013-07-30 16:34:30.0 +0200
@@ -11,5 +11,6 @@
Anthony Hinsinger anthony-dot-hinsinger-at-univ-pau-dot-fr
Stepan Kasal  skasal-at-redhat-dot-com
Ludwig Nussel ludwig-dot-nussel-at-suse-dot-de
+   Zhe Peng  zpeng-at-redhat-dot-com
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/Changes new/Sys-Virt-1.1.1/Changes
--- old/Sys-Virt-1.0.5/Changes  2013-05-14 15:24:54.0 +0200
+++ new/Sys-Virt-1.1.1/Changes  2013-07-30 16:34:30.0 +0200
@@ -1,5 +1,16 @@
 Revision history for perl module Sys::Virt
 
+1.1.1 2013-07-30
+
+ - Add all new constants/apis in libvirt 1.1.1
+
+1.1.0 2013-07-29
+
+ - Add support for v3 of migration APIs
+ - Add all new constants in libvirt 1.1.0
+ - Fix handling of sparse typed parameters
+ - Fix misc typos in docs
+
 1.0.5 2013-05-14
 
  - Add all new APIs in libvirt 1.0.4 and 1.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/MANIFEST new/Sys-Virt-1.1.1/MANIFEST
--- old/Sys-Virt-1.0.5/MANIFEST 2013-05-14 15:25:08.0 +0200
+++ new/Sys-Virt-1.1.1/MANIFEST 2013-07-30 16:34:51.0 +0200
@@ -40,6 +40,8 @@
 MANIFEST.SKIP
 META.yml
 META.yml.PL
+MYMETA.json
+MYMETA.yml
 perl-Sys-Virt.spec
 perl-Sys-Virt.spec.PL
 README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/META.yml new/Sys-Virt-1.1.1/META.yml
--- old/Sys-Virt-1.0.5/META.yml 2013-05-14 15:25:08.0 +0200
+++ new/Sys-Virt-1.1.1/META.yml 2013-07-30 16:34:51.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.0.5
+version:  1.1.1
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/MYMETA.json 
new/Sys-Virt-1.1.1/MYMETA.json
--- old/Sys-Virt-1.0.5/MYMETA.json  1970-01-01 01:00:00.0 +0100
+++ new/Sys-Virt-1.1.1/MYMETA.json  2013-07-30 16:34:38.0 +0200
@@ -0,0 +1,46 @@
+{
+   abstract : unknown,
+   author : [
+  Daniel Berrange d...@berrange.com
+   ],
+   dynamic_config : 0,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Sys-Virt,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Test::CPAN::Changes : 0,
+Test::More 

commit perl-Sys-Virt for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2013-05-28 12:08:13

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  
2013-03-14 15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2013-05-28 12:08:14.0 +0200
@@ -1,0 +2,6 @@
+Fri May 17 01:05:03 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.0.5
+  - Add all new APIs and constants in libvirt 1.0.5
+
+---

Old:

  Sys-Virt-1.0.3.tar.gz

New:

  Sys-Virt-1.0.5.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.33NCkL/_old  2013-05-28 12:08:15.0 +0200
+++ /var/tmp/diff_new_pack.33NCkL/_new  2013-05-28 12:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.0.3
+Version:1.0.5
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.0.3.tar.gz - Sys-Virt-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/Changes new/Sys-Virt-1.0.5/Changes
--- old/Sys-Virt-1.0.3/Changes  2013-03-05 19:17:17.0 +0100
+++ new/Sys-Virt-1.0.5/Changes  2013-05-14 15:24:54.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.0.5 2013-05-14
+
+ - Add all new APIs in libvirt 1.0.4 and 1.0.5
+
 1.0.3 2013-03-05
 
  - Add all new APIs in libvirt 1.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/MANIFEST new/Sys-Virt-1.0.5/MANIFEST
--- old/Sys-Virt-1.0.3/MANIFEST 2013-03-05 19:17:33.0 +0100
+++ new/Sys-Virt-1.0.5/MANIFEST 2013-05-14 15:25:08.0 +0200
@@ -40,8 +40,6 @@
 MANIFEST.SKIP
 META.yml
 META.yml.PL
-MYMETA.json
-MYMETA.yml
 perl-Sys-Virt.spec
 perl-Sys-Virt.spec.PL
 README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/META.yml new/Sys-Virt-1.0.5/META.yml
--- old/Sys-Virt-1.0.3/META.yml 2013-03-05 19:17:32.0 +0100
+++ new/Sys-Virt-1.0.5/META.yml 2013-05-14 15:25:08.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.0.3
+version:  1.0.5
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/MYMETA.json 
new/Sys-Virt-1.0.5/MYMETA.json
--- old/Sys-Virt-1.0.3/MYMETA.json  2013-03-05 19:17:20.0 +0100
+++ new/Sys-Virt-1.0.5/MYMETA.json  1970-01-01 01:00:00.0 +0100
@@ -1,46 +0,0 @@
-{
-   abstract : unknown,
-   author : [
-  Daniel Berrange d...@berrange.com
-   ],
-   dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
-   license : [
-  unknown
-   ],
-   meta-spec : {
-  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  version : 2
-   },
-   name : Sys-Virt,
-   no_index : {
-  directory : [
- t,
- inc
-  ]
-   },
-   prereqs : {
-  build : {
- requires : {
-ExtUtils::MakeMaker : 0
- }
-  },
-  configure : {
- requires : {
-ExtUtils::MakeMaker : 0
- }
-  },
-  runtime : {
- requires : {
-Test::CPAN::Changes : 0,
-Test::More : 0,
-Test::Pod : 0,
-Test::Pod::Coverage : 0,
-Time::HiRes : 0,
-XML::XPath : 0
- }
-  }
-   },
-   release_status : stable,
-   version : v1.0.3
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/MYMETA.yml 
new/Sys-Virt-1.0.5/MYMETA.yml
--- old/Sys-Virt-1.0.3/MYMETA.yml   2013-03-05 19:17:20.0 +0100
+++ new/Sys-Virt-1.0.5/MYMETA.yml   1970-01-01 01:00:00.0 +0100
@@ -1,27 +0,0 @@

-abstract: unknown
-author:
-  - 'Daniel Berrange d...@berrange.com'
-build_requires:
-  ExtUtils::MakeMaker: 0
-configure_requires:
-  ExtUtils::MakeMaker: 0
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921'
-license: unknown
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: Sys-Virt
-no_index:
-  directory:
-- t
-- inc
-requires:
-  

commit perl-Sys-Virt for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2013-03-14 15:00:13

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is perl-Sys-Virt, Maintainer is oher...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2012-12-10 14:25:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2013-03-14 15:00:15.0 +0100
@@ -1,0 +2,30 @@
+Wed Mar  6 12:35:20 MST 2013 - jfeh...@suse.com
+
+- Update to 1.0.3
+  - Add all new APIs and constants in libvirt 1.0.3
+
+---
+Wed Feb 27 08:42:57 MST 2013 - jfeh...@suse.com
+
+- Update to 1.0.2
+  - Add all new APIs and constants in libvirt 1.0.2
+
+---
+Tue Feb 26 14:41:50 MST 2013 - jfeh...@suse.com
+
+- Update to 1.0.1
+  - Add all new APIs and constants in libvirt 1.0.1
+  - Fix typo preventing listing of NWFilters
+  - Add more testing of object list APIs
+  - Fix some incorrect error handling tests in binding
+  - Remove bogus compare  0 for size_t variables
+  - Fix const-ness of functions for populating constants
+  - Add option to turn on more GCC warning flags
+  - Fix typos in POD docs
+
+---
+Sun Feb 24 18:11:07 CET 2013 - oher...@suse.de
+
+- BuildRequire: perl-macros only in sles11 builds to fix build in 11.4
+
+---

Old:

  Sys-Virt-1.0.0.tar.gz

New:

  Sys-Virt-1.0.3.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.jmcJus/_old  2013-03-14 15:00:17.0 +0100
+++ /var/tmp/diff_new_pack.jmcJus/_new  2013-03-14 15:00:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   perl-Sys-Virt
-Version:1.0.0
+Version:1.0.3
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -26,8 +25,10 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  libvirt-devel = 0.9.10
+BuildRequires:  libvirt-devel = %{version}
+%if %suse_version  1140
 BuildRequires:  perl-macros
+%endif
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)

++ Sys-Virt-1.0.0.tar.gz - Sys-Virt-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.0/Changes new/Sys-Virt-1.0.3/Changes
--- old/Sys-Virt-1.0.0/Changes  2012-11-16 15:22:53.0 +0100
+++ new/Sys-Virt-1.0.3/Changes  2013-03-05 19:17:17.0 +0100
@@ -1,5 +1,24 @@
 Revision history for perl module Sys::Virt
 
+1.0.3 2013-03-05
+
+ - Add all new APIs in libvirt 1.0.3
+
+1.0.2 2013-02-27
+
+ - Add all new APIs in libvirt 1.0.2
+
+1.0.1 2013-02-26
+
+ - Add all new APIs and constants in libvirt 1.0.1
+ - Fix typo preventing listing of NWFilters
+ - Add more testing of object list APIs
+ - Fix some incorrect error handling tests in binding
+ - Remove bogus compare  0 for size_t variables
+ - Fix const-ness of functions for populating constants
+ - Add option to turn on more GCC warning flags
+ - Fix typos in POD docs
+
 1.0.0 2012-11-16
 
  - Add all new APIs and constants in libvirt 1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.0/META.yml new/Sys-Virt-1.0.3/META.yml
--- old/Sys-Virt-1.0.0/META.yml 2012-11-16 15:23:08.0 +0100
+++ new/Sys-Virt-1.0.3/META.yml 2013-03-05 19:17:32.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.0.0
+version:  1.0.3
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.0/MYMETA.json 
new/Sys-Virt-1.0.3/MYMETA.json
--- old/Sys-Virt-1.0.0/MYMETA.json  2012-11-16 15:22:57.0 +0100
+++ new/Sys-Virt-1.0.3/MYMETA.json  2013-03-05 19:17:20.0 +0100
@@ -4,7 +4,7 @@
   

commit perl-Sys-Virt for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2012-12-10 14:25: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, Maintainer is oher...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2012-10-19 22:56:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2012-12-10 14:25:30.0 +0100
@@ -1,0 +2,16 @@
+Wed Nov 28 10:33:43 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+ or ClArtistic
+
+---
+Mon Nov 26 09:32:59 MST 2012 - jfeh...@suse.com
+
+- Update to 1.0.0 [fate#312159]
+  - Add all new APIs in libvirt 1.0.0
+
+---
+Wed Nov 14 15:36:34 CET 2012 - oher...@suse.de
+
+- Update license to be GPL-2.0+
+
+---
@@ -4 +20 @@
-- Update to 0.10.2
+- Update to 0.10.2 [fate#312159]

Old:

  Sys-Virt-0.10.2.tar.gz

New:

  Sys-Virt-1.0.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.pjyPEW/_old  2012-12-10 14:25:31.0 +0100
+++ /var/tmp/diff_new_pack.pjyPEW/_new  2012-12-10 14:25:31.0 +0100
@@ -16,12 +16,13 @@
 #
 
 
+
 Name:   perl-Sys-Virt
-Version:0.10.2
+Version:1.0.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
-License:GPL-1.0+
+License:GPL-2.0+ or ClArtistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz

++ Sys-Virt-0.10.2.tar.gz - Sys-Virt-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.10.2/Changes new/Sys-Virt-1.0.0/Changes
--- old/Sys-Virt-0.10.2/Changes 2012-09-26 13:30:11.0 +0200
+++ new/Sys-Virt-1.0.0/Changes  2012-11-16 15:22:53.0 +0100
@@ -1,5 +1,16 @@
 Revision history for perl module Sys::Virt
 
+1.0.0 2012-11-16
+
+ - Add all new APIs and constants in libvirt 1.0.0
+ - Fix inconsistent usage of 'uri' in Sys::Virt POD docs
+ - Fix typos in POD docs
+ - Don't explicitly set VIR_TYPED_PARAM_STRING_OKAY flag
+ - Fix hash key field lengths
+ - Add tests for object list APIs
+ - Fix default values for flags parameters
+ - Fix setting of node memory parameters
+
 0.10.2 2012-09-26
 
  - Add all new APIs and constants in libvirt 0.10.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.10.2/MANIFEST new/Sys-Virt-1.0.0/MANIFEST
--- old/Sys-Virt-0.10.2/MANIFEST2012-09-26 13:30:39.0 +0200
+++ new/Sys-Virt-1.0.0/MANIFEST 2012-11-16 15:23:08.0 +0100
@@ -8,6 +8,7 @@
 examples/events.pl
 examples/hv-stat.pl
 examples/node-cpu.pl
+examples/node-ksm.pl
 examples/open-console.pl
 examples/save-restore.pl
 examples/send-key.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.10.2/META.yml new/Sys-Virt-1.0.0/META.yml
--- old/Sys-Virt-0.10.2/META.yml2012-09-26 13:30:39.0 +0200
+++ new/Sys-Virt-1.0.0/META.yml 2012-11-16 15:23:08.0 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  0.10.2
+version:  1.0.0
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.10.2/MYMETA.json 
new/Sys-Virt-1.0.0/MYMETA.json
--- old/Sys-Virt-0.10.2/MYMETA.json 2012-09-26 13:30:28.0 +0200
+++ new/Sys-Virt-1.0.0/MYMETA.json  2012-11-16 15:22:57.0 +0100
@@ -42,5 +42,5 @@
   }
},
release_status : stable,
-   version : v0.10.2
+   version : v1.0.0
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.10.2/MYMETA.yml 
new/Sys-Virt-1.0.0/MYMETA.yml
--- old/Sys-Virt-0.10.2/MYMETA.yml  2012-09-26 13:30:28.0 +0200
+++ new/Sys-Virt-1.0.0/MYMETA.yml   2012-11-16 15:22:57.0 +0100
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v0.10.2
+version: v1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.10.2/Makefile.PL 
new/Sys-Virt-1.0.0/Makefile.PL
--- old/Sys-Virt-0.10.2/Makefile.PL 2012-09-26 13:30:11.0 +0200
+++ 

commit perl-Sys-Virt for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2012-10-19 22:56:15

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is perl-Sys-Virt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2012-09-25 10:46:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2012-10-19 22:56:17.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 11:28:01 MDT 2012 - jfeh...@suse.com
+
+- Update to 0.10.2
+  - Add all new APIs in libvirt 0.10.2
+
+---

Old:

  Sys-Virt-0.9.13.tar.gz

New:

  Sys-Virt-0.10.2.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.dd0Q9B/_old  2012-10-19 22:56:18.0 +0200
+++ /var/tmp/diff_new_pack.dd0Q9B/_new  2012-10-19 22:56:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:0.9.13
+Version:0.10.2
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-0.9.13.tar.gz - Sys-Virt-0.10.2.tar.gz ++
 2496 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Sys-Virt for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2012-09-25 10:46:09

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is perl-Sys-Virt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2012-06-05 15:34:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2012-09-25 10:46:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 12 10:13:01 MDT 2012 - jfeh...@suse.com
+
+- Update to 0.9.13
+  - Add all new APIs in libvirt 0.9.13
+
+---

Old:

  Sys-Virt-0.9.11.tar.gz

New:

  Sys-Virt-0.9.13.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.fmfXzx/_old  2012-09-25 10:46:13.0 +0200
+++ /var/tmp/diff_new_pack.fmfXzx/_new  2012-09-25 10:46:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:0.9.11
+Version:0.9.13
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-0.9.11.tar.gz - Sys-Virt-0.9.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.9.11/Changes new/Sys-Virt-0.9.13/Changes
--- old/Sys-Virt-0.9.11/Changes 2012-04-16 12:24:52.0 +0200
+++ new/Sys-Virt-0.9.13/Changes 2012-07-02 15:35:20.0 +0200
@@ -1,5 +1,13 @@
 Revision history for perl module Sys::Virt
 
+0.9.13 2012-07-02
+
+ - Add all new APIs and constants in libvirt 0.9.13
+
+0.9.12 2012-05-21
+
+ - Add all new constants in libvirt 0.9.12
+
 0.9.11 2012-04-16
 
  - Add all new APIs in libvirt 0.9.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.9.11/MANIFEST new/Sys-Virt-0.9.13/MANIFEST
--- old/Sys-Virt-0.9.11/MANIFEST2012-04-16 12:25:09.0 +0200
+++ new/Sys-Virt-0.9.13/MANIFEST2012-07-02 15:35:41.0 +0200
@@ -37,6 +37,7 @@
 MANIFEST.SKIP
 META.yml
 META.yml.PL
+MYMETA.json
 MYMETA.yml
 perl-Sys-Virt.spec
 perl-Sys-Virt.spec.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.9.11/META.yml new/Sys-Virt-0.9.13/META.yml
--- old/Sys-Virt-0.9.11/META.yml2012-04-16 12:25:08.0 +0200
+++ new/Sys-Virt-0.9.13/META.yml2012-07-02 15:35:41.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  0.9.11
+version:  0.9.13
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.9.11/MYMETA.json 
new/Sys-Virt-0.9.13/MYMETA.json
--- old/Sys-Virt-0.9.11/MYMETA.json 1970-01-01 01:00:00.0 +0100
+++ new/Sys-Virt-0.9.13/MYMETA.json 2012-07-02 15:35:24.0 +0200
@@ -0,0 +1,46 @@
+{
+   abstract : unknown,
+   author : [
+  Daniel Berrange d...@berrange.com
+   ],
+   dynamic_config : 0,
+   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Sys-Virt,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Test::CPAN::Changes : 0,
+Test::More : 0,
+Test::Pod : 0,
+Test::Pod::Coverage : 0,
+Time::HiRes : 0,
+XML::XPath : 0
+ }
+  }
+   },
+   release_status : stable,
+   version : v0.9.13
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-0.9.11/MYMETA.yml 
new/Sys-Virt-0.9.13/MYMETA.yml
--- old/Sys-Virt-0.9.11/MYMETA.yml  2012-04-16 12:24:58.0 +0200
+++ new/Sys-Virt-0.9.13/MYMETA.yml  2012-07-02 15:35:24.0 +0200
@@ -1,14 +1,13 @@
 ---
-abstract: ~
+abstract: unknown
 author:
   - 'Daniel Berrange d...@berrange.com'
 build_requires:
   ExtUtils::MakeMaker: 0
 configure_requires:
   ExtUtils::MakeMaker: 0
-distribution_type: module
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.57_05'
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 

commit perl-Sys-Virt for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2012-02-17 12:08:11

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is perl-Sys-Virt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2012-02-08 17:20:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2012-02-17 12:08:14.0 +0100
@@ -1,0 +2,8 @@
+Wed Feb 15 14:17:01 MST 2012 - jfeh...@suse.com
+
+- Update to 0.9.10
+  - Add all new APIs in libvirt 0.9.10
+  - Add some constants missing from previous releases
+  - Clarify docs for shutdown/destroy APIs 
+
+---

Old:

  Sys-Virt-0.9.8.tar.gz

New:

  Sys-Virt-0.9.10.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.INLoUX/_old  2012-02-17 12:08:15.0 +0100
+++ /var/tmp/diff_new_pack.INLoUX/_new  2012-02-17 12:08:15.0 +0100
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   perl-Sys-Virt
-Version:0.9.8
+Version:0.9.10
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -25,13 +26,14 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  libvirt-devel = 0.9.8
+BuildRequires:  libvirt-devel = 0.9.10
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(XML::XPath)
 BuildRequires:  perl(XML::XPath::XMLParser)
+BuildRequires:  perl(Time::HiRes)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -64,6 +66,6 @@
 
 %files -f %{name}.files
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGES HACKING LICENSE perl-Sys-Virt.spec README
+%doc AUTHORS Changes HACKING LICENSE perl-Sys-Virt.spec README
 
 %changelog

++ Sys-Virt-0.9.8.tar.gz - Sys-Virt-0.9.10.tar.gz ++
 2185 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Sys-Virt for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2012-02-08 17:20:08

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is perl-Sys-Virt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2011-09-23 12:38:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2012-02-08 17:20:10.0 +0100
@@ -1,0 +2,19 @@
+Wed Feb  8 11:13:18 UTC 2012 - idon...@suse.com
+
+- Fix license to be GPL-1.0+ 
+
+---
+Fri Jan  6 16:02:02 MST 2012 - jfeh...@suse.com
+
+- Update to 0.9.8
+ - Add all new APIs in libvirt 0.9.8
+ - Requires libvirt = 0.9.8
+
+---
+Thu Sep 29 17:35:54 MDT 2011 - jfeh...@suse.com
+
+- Update to 0.9.5
+ - Add all new APIs in libvirt 0.9.5
+ - Requires libvirt = 0.9.5
+
+---

Old:

  Sys-Virt-0.9.4.tar.gz

New:

  Sys-Virt-0.9.8.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.VWTF4o/_old  2012-02-08 17:20:12.0 +0100
+++ /var/tmp/diff_new_pack.VWTF4o/_new  2012-02-08 17:20:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,22 @@
 #
 
 
-
 Name:   perl-Sys-Virt
-Version:0.9.4
-Release:1
-License:GPL+
+Version:0.9.8
+Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
-Url:http://search.cpan.org/dist/Sys-Virt/
+License:GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Sys-Virt/
 Source: %{cpan_name}-%{version}.tar.gz
+BuildRequires:  libvirt-devel = 0.9.8
+BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(XML::XPath)
 BuildRequires:  perl(XML::XPath::XMLParser)
-BuildRequires:  libvirt-devel = 0.9.4
-BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 

++ Sys-Virt-0.9.4.tar.gz - Sys-Virt-0.9.8.tar.gz ++
 5913 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Sys-Virt for openSUSE:Factory

2011-08-08 Thread h_root

Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory
checked in at Mon Aug 8 15:52:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Sys-Virt/perl-Sys-Virt.changes
2011-08-05 00:14:57.0 +0200
@@ -0,0 +1,35 @@
+---
+Thu Aug  4 16:13:09 MDT 2011 - jfeh...@suse.com
+
+- Update to 0.9.4
+ - Add all new APIs in libvirt 0.9.4
+ - Requires libvirt = 0.9.4
+ - Add missing VIR_DUMP_* and VIR_MIGRATE_* constants
+   from previous releases
+
+---
+Wed Jul 13 09:29:13 MDT 2011 - jfeh...@suse.de
+
+- Update to 0.9.2
+ - Changed version numbering to track the corresponding minimum
+   required libvirt releases
+ - Add all new APIs in libvirt 0.9.2
+ - Requires libvirt = 0.9.2
+
+---
+Fri Jul  1 17:02:37 MDT 2011 - jfeh...@suse.de
+
+- Update to 0.2.7
+ - Honour flags parameter when dumping XML
+ - Use thread local error APIs exclusively
+ - Fix bogus extra URI parameter in migrate_to_uri function
+ - Implement all virStream APIs in Sys::Virt::Stream
+ - Impement virDomainGetSysinfo binding
+ - Call virInitialize when loading module
+ - Add all missing error constants
+ - Requires libvirt = 0.8.8
+
+---
+Tue Jun 28 15:26:12 MDT 2011 - jfeh...@suse.de
+
+- Initial packaging of libvirt perl bindings for SUSE

calling whatdependson for head-i586


New:

  Sys-Virt-0.9.4.tar.gz
  perl-Sys-Virt.changes
  perl-Sys-Virt.spec



Other differences:
--
++ perl-Sys-Virt.spec ++
#
# spec file for package perl-Sys-Virt
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Sys-Virt
Version:0.9.4
Release:1
License:GPL+
%define cpan_name Sys-Virt
Summary:Represent and manage a libvirt hypervisor connection
Url:http://search.cpan.org/dist/Sys-Virt/
Group:  Development/Libraries/Perl
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(XML::XPath)
BuildRequires:  perl(XML::XPath::XMLParser)
BuildRequires:  libvirt-devel = 0.9.4
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
machine management APIs. This allows machines running within arbitrary
virtualization containers to be managed with a consistent API.

%prep
%setup -q -n %{cpan_name}-%{version}

sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
sed -i -e '/\.spec\.PL$/d' MANIFEST
rm -f *.spec.PL

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc AUTHORS CHANGES HACKING LICENSE perl-Sys-Virt.spec README

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org