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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-05-13 20:46:58.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May  6 16:08:03 MDT 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.BNTj7j/_new  2014-05-13 20:46:59.000000000 +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.000000000 +0200
+++ new/Sys-Virt-1.2.4/Changes  2014-05-06 17:32:18.000000000 +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.000000000 +0200
+++ new/Sys-Virt-1.2.4/META.yml 2014-05-06 17:32:30.000000000 +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 <[email protected]>
 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.000000000 +0200
+++ new/Sys-Virt-1.2.4/MYMETA.json      2014-05-06 17:32:23.000000000 +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.000000000 +0200
+++ new/Sys-Virt-1.2.4/MYMETA.yml       2014-05-06 17:32:23.000000000 +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.000000000 +0200
+++ new/Sys-Virt-1.2.4/Makefile.PL      2014-05-06 17:32:18.000000000 +0200
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libvirtver = "1.2.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.000000000 +0200
+++ new/Sys-Virt-1.2.4/README   2014-05-06 17:32:18.000000000 +0200
@@ -7,6 +7,6 @@
 The only pre-requisite for this module is libvirt itself. For
 installation instructions, consult the INSTALL file.
 
-The current minimum required version of libvirt is 1.2.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.000000000 +0200
+++ new/Sys-Virt-1.2.4/Virt.xs  2014-05-06 17:32:18.000000000 +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);
+      REGISTER_CONSTANT(VIR_FROM_FIREWALL, FROM_FIREWALL);
 
 
       REGISTER_CONSTANT(VIR_ERR_OK, ERR_OK);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/lib/Sys/Virt/Error.pm 
new/Sys-Virt-1.2.4/lib/Sys/Virt/Error.pm
--- old/Sys-Virt-1.2.3/lib/Sys/Virt/Error.pm    2014-04-07 12:35:31.000000000 
+0200
+++ new/Sys-Virt-1.2.4/lib/Sys/Virt/Error.pm    2014-05-06 17:32:18.000000000 
+0200
@@ -370,6 +370,10 @@
 
 The cryptographic helper APIs.
 
+=item Sys::Virt::Error::FROM_FIREWALL
+
+The firewall helper APIs.
+
 =back
 
 =head2 ERROR CODE CONSTANTS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/lib/Sys/Virt.pm 
new/Sys-Virt-1.2.4/lib/Sys/Virt.pm
--- old/Sys-Virt-1.2.3/lib/Sys/Virt.pm  2014-04-07 12:35:31.000000000 +0200
+++ new/Sys-Virt-1.2.4/lib/Sys/Virt.pm  2014-05-06 17:32:18.000000000 +0200
@@ -78,7 +78,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '1.2.3';
+our $VERSION = '1.2.4';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.3/perl-Sys-Virt.spec 
new/Sys-Virt-1.2.4/perl-Sys-Virt.spec
--- old/Sys-Virt-1.2.3/perl-Sys-Virt.spec       2014-04-07 12:50:38.000000000 
+0200
+++ new/Sys-Virt-1.2.4/perl-Sys-Virt.spec       2014-05-06 17:32:30.000000000 
+0200
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        1.2.3
+Version:        1.2.4
 Release:        1%{?dist}%{?extra_release}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to