Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2024-01-22 20:31:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sys-Virt"

Mon Jan 22 20:31:29 2024 rev:102 rq:1139515 version:10.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes      
2023-12-09 22:57:30.424982939 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.16006/perl-Sys-Virt.changes   
2024-01-22 20:31:37.511522148 +0100
@@ -1,0 +2,8 @@
+Wed Jan 17 16:35:49 UTC 2024 - James Fehlig <jfeh...@suse.com>
+
+- Update to 10.0.0
+  - Add all new APIs and constants in libvirt 10.0.0
+  - jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
+    jsc#PED-6851
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.67gUva/_old  2024-01-22 20:31:38.259549497 +0100
+++ /var/tmp/diff_new_pack.67gUva/_new  2024-01-22 20:31:38.259549497 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # 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:        9.8.0
+Version:        10.0.0
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-9.8.0.tar.gz -> Sys-Virt-10.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/Build.PL new/Sys-Virt-10.0.0/Build.PL
--- old/Sys-Virt-9.8.0/Build.PL 2023-11-13 18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/Build.PL        2024-01-17 13:54:39.000000000 +0100
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "9.8.0";
+my $libvirtver = "10.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-9.8.0/Changes new/Sys-Virt-10.0.0/Changes
--- old/Sys-Virt-9.8.0/Changes  2023-11-13 18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/Changes 2024-01-17 13:54:39.000000000 +0100
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+10.0.0 2024-01-17
+
+ - Add VIR_DOMAIN_BLOCK_RESIZE_CAPACITY constant
+
 9.8.0 2023-11-13
 
  - Add network metadata change event callback
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/README new/Sys-Virt-10.0.0/README
--- old/Sys-Virt-9.8.0/README   2023-11-13 18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/README  2024-01-17 13:54:39.000000000 +0100
@@ -8,6 +8,6 @@
 Module::Build build system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 9.8.0
+The current minimum required version of libvirt is 10.0.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/buildenv/fedora-37.sh 
new/Sys-Virt-10.0.0/ci/buildenv/fedora-37.sh
--- old/Sys-Virt-9.8.0/ci/buildenv/fedora-37.sh 2023-11-13 18:03:55.000000000 
+0100
+++ new/Sys-Virt-10.0.0/ci/buildenv/fedora-37.sh        1970-01-01 
01:00:00.000000000 +0100
@@ -1,53 +0,0 @@
-# THIS FILE WAS AUTO-GENERATED
-#
-#  $ lcitool manifest ci/manifest.yml
-#
-# https://gitlab.com/libvirt/libvirt-ci
-
-function install_buildenv() {
-    dnf update -y
-    dnf install -y \
-        ca-certificates \
-        ccache \
-        cpp \
-        gcc \
-        gettext \
-        git \
-        glib2-devel \
-        glibc-devel \
-        glibc-langpack-en \
-        gnutls-devel \
-        libnl3-devel \
-        libtirpc-devel \
-        libxml2 \
-        libxml2-devel \
-        libxslt \
-        make \
-        meson \
-        ninja-build \
-        perl-Archive-Tar \
-        perl-CPAN-Changes \
-        perl-ExtUtils-CBuilder \
-        perl-Module-Build \
-        perl-Sys-Hostname \
-        perl-Test-Pod \
-        perl-Test-Pod-Coverage \
-        perl-Time-HiRes \
-        perl-XML-XPath \
-        perl-base \
-        perl-generators \
-        pkgconfig \
-        python3 \
-        python3-docutils \
-        rpm-build
-    rpm -qa | sort > /packages.txt
-    mkdir -p /usr/libexec/ccache-wrappers
-    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
-    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
-}
-
-export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
-export LANG="en_US.UTF-8"
-export MAKE="/usr/bin/make"
-export NINJA="/usr/bin/ninja"
-export PYTHON="/usr/bin/python3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/buildenv/fedora-39.sh 
new/Sys-Virt-10.0.0/ci/buildenv/fedora-39.sh
--- old/Sys-Virt-9.8.0/ci/buildenv/fedora-39.sh 1970-01-01 01:00:00.000000000 
+0100
+++ new/Sys-Virt-10.0.0/ci/buildenv/fedora-39.sh        2024-01-17 
13:54:39.000000000 +0100
@@ -0,0 +1,53 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+#  $ lcitool manifest ci/manifest.yml
+#
+# https://gitlab.com/libvirt/libvirt-ci
+
+function install_buildenv() {
+    dnf update -y
+    dnf install -y \
+        ca-certificates \
+        ccache \
+        cpp \
+        gcc \
+        gettext \
+        git \
+        glib2-devel \
+        glibc-devel \
+        glibc-langpack-en \
+        gnutls-devel \
+        libnl3-devel \
+        libtirpc-devel \
+        libxml2 \
+        libxml2-devel \
+        libxslt \
+        make \
+        meson \
+        ninja-build \
+        perl-Archive-Tar \
+        perl-CPAN-Changes \
+        perl-ExtUtils-CBuilder \
+        perl-Module-Build \
+        perl-Sys-Hostname \
+        perl-Test-Pod \
+        perl-Test-Pod-Coverage \
+        perl-Time-HiRes \
+        perl-XML-XPath \
+        perl-base \
+        perl-generators \
+        pkgconfig \
+        python3 \
+        python3-docutils \
+        rpm-build
+    rpm -qa | sort > /packages.txt
+    mkdir -p /usr/libexec/ccache-wrappers
+    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
+    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
+}
+
+export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
+export LANG="en_US.UTF-8"
+export MAKE="/usr/bin/make"
+export NINJA="/usr/bin/ninja"
+export PYTHON="/usr/bin/python3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/containers/fedora-37.Dockerfile 
new/Sys-Virt-10.0.0/ci/containers/fedora-37.Dockerfile
--- old/Sys-Virt-9.8.0/ci/containers/fedora-37.Dockerfile       2023-11-13 
18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/ci/containers/fedora-37.Dockerfile      1970-01-01 
01:00:00.000000000 +0100
@@ -1,65 +0,0 @@
-# THIS FILE WAS AUTO-GENERATED
-#
-#  $ lcitool manifest ci/manifest.yml
-#
-# https://gitlab.com/libvirt/libvirt-ci
-
-FROM registry.fedoraproject.org/fedora:37
-
-RUN dnf install -y nosync && \
-    printf '#!/bin/sh\n\
-if test -d /usr/lib64\n\
-then\n\
-    export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\
-else\n\
-    export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\
-fi\n\
-exec "$@"\n' > /usr/bin/nosync && \
-    chmod +x /usr/bin/nosync && \
-    nosync dnf update -y && \
-    nosync dnf install -y \
-               ca-certificates \
-               ccache \
-               cpp \
-               gcc \
-               gettext \
-               git \
-               glib2-devel \
-               glibc-devel \
-               glibc-langpack-en \
-               gnutls-devel \
-               libnl3-devel \
-               libtirpc-devel \
-               libxml2 \
-               libxml2-devel \
-               libxslt \
-               make \
-               meson \
-               ninja-build \
-               perl-Archive-Tar \
-               perl-CPAN-Changes \
-               perl-ExtUtils-CBuilder \
-               perl-Module-Build \
-               perl-Sys-Hostname \
-               perl-Test-Pod \
-               perl-Test-Pod-Coverage \
-               perl-Time-HiRes \
-               perl-XML-XPath \
-               perl-base \
-               perl-generators \
-               pkgconfig \
-               python3 \
-               python3-docutils \
-               rpm-build && \
-    nosync dnf autoremove -y && \
-    nosync dnf clean all -y && \
-    rpm -qa | sort > /packages.txt && \
-    mkdir -p /usr/libexec/ccache-wrappers && \
-    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \
-    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
-ENV LANG "en_US.UTF-8"
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/containers/fedora-39.Dockerfile 
new/Sys-Virt-10.0.0/ci/containers/fedora-39.Dockerfile
--- old/Sys-Virt-9.8.0/ci/containers/fedora-39.Dockerfile       1970-01-01 
01:00:00.000000000 +0100
+++ new/Sys-Virt-10.0.0/ci/containers/fedora-39.Dockerfile      2024-01-17 
13:54:39.000000000 +0100
@@ -0,0 +1,65 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+#  $ lcitool manifest ci/manifest.yml
+#
+# https://gitlab.com/libvirt/libvirt-ci
+
+FROM registry.fedoraproject.org/fedora:39
+
+RUN dnf install -y nosync && \
+    printf '#!/bin/sh\n\
+if test -d /usr/lib64\n\
+then\n\
+    export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\
+else\n\
+    export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\
+fi\n\
+exec "$@"\n' > /usr/bin/nosync && \
+    chmod +x /usr/bin/nosync && \
+    nosync dnf update -y && \
+    nosync dnf install -y \
+               ca-certificates \
+               ccache \
+               cpp \
+               gcc \
+               gettext \
+               git \
+               glib2-devel \
+               glibc-devel \
+               glibc-langpack-en \
+               gnutls-devel \
+               libnl3-devel \
+               libtirpc-devel \
+               libxml2 \
+               libxml2-devel \
+               libxslt \
+               make \
+               meson \
+               ninja-build \
+               perl-Archive-Tar \
+               perl-CPAN-Changes \
+               perl-ExtUtils-CBuilder \
+               perl-Module-Build \
+               perl-Sys-Hostname \
+               perl-Test-Pod \
+               perl-Test-Pod-Coverage \
+               perl-Time-HiRes \
+               perl-XML-XPath \
+               perl-base \
+               perl-generators \
+               pkgconfig \
+               python3 \
+               python3-docutils \
+               rpm-build && \
+    nosync dnf autoremove -y && \
+    nosync dnf clean all -y && \
+    rpm -qa | sort > /packages.txt && \
+    mkdir -p /usr/libexec/ccache-wrappers && \
+    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \
+    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
+
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
+ENV LANG "en_US.UTF-8"
+ENV MAKE "/usr/bin/make"
+ENV NINJA "/usr/bin/ninja"
+ENV PYTHON "/usr/bin/python3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/gitlab/builds.yml 
new/Sys-Virt-10.0.0/ci/gitlab/builds.yml
--- old/Sys-Virt-9.8.0/ci/gitlab/builds.yml     2023-11-13 18:03:55.000000000 
+0100
+++ new/Sys-Virt-10.0.0/ci/gitlab/builds.yml    2024-01-17 13:54:39.000000000 
+0100
@@ -139,52 +139,52 @@
     NAME: debian-sid
 
 
-x86_64-fedora-37-prebuilt-env:
+x86_64-fedora-38-prebuilt-env:
   extends: .native_build_job_prebuilt_env
   needs:
-    - job: x86_64-fedora-37-container
+    - job: x86_64-fedora-38-container
       optional: true
   allow_failure: false
   variables:
-    NAME: fedora-37
+    NAME: fedora-38
   artifacts:
     expire_in: 1 hour
     paths:
       - libvirt-perl-rpms
 
-x86_64-fedora-37-local-env:
+x86_64-fedora-38-local-env:
   extends: .native_build_job_local_env
   needs: []
   allow_failure: false
   variables:
-    IMAGE: registry.fedoraproject.org/fedora:37
-    NAME: fedora-37
+    IMAGE: registry.fedoraproject.org/fedora:38
+    NAME: fedora-38
   artifacts:
     expire_in: 1 hour
     paths:
       - libvirt-perl-rpms
 
 
-x86_64-fedora-38-prebuilt-env:
+x86_64-fedora-39-prebuilt-env:
   extends: .native_build_job_prebuilt_env
   needs:
-    - job: x86_64-fedora-38-container
+    - job: x86_64-fedora-39-container
       optional: true
   allow_failure: false
   variables:
-    NAME: fedora-38
+    NAME: fedora-39
   artifacts:
     expire_in: 1 hour
     paths:
       - libvirt-perl-rpms
 
-x86_64-fedora-38-local-env:
+x86_64-fedora-39-local-env:
   extends: .native_build_job_local_env
   needs: []
   allow_failure: false
   variables:
-    IMAGE: registry.fedoraproject.org/fedora:38
-    NAME: fedora-38
+    IMAGE: registry.fedoraproject.org/fedora:39
+    NAME: fedora-39
   artifacts:
     expire_in: 1 hour
     paths:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/gitlab/containers.yml 
new/Sys-Virt-10.0.0/ci/gitlab/containers.yml
--- old/Sys-Virt-9.8.0/ci/gitlab/containers.yml 2023-11-13 18:03:55.000000000 
+0100
+++ new/Sys-Virt-10.0.0/ci/gitlab/containers.yml        2024-01-17 
13:54:39.000000000 +0100
@@ -49,18 +49,18 @@
     NAME: debian-sid
 
 
-x86_64-fedora-37-container:
+x86_64-fedora-38-container:
   extends: .container_job
   allow_failure: false
   variables:
-    NAME: fedora-37
+    NAME: fedora-38
 
 
-x86_64-fedora-38-container:
+x86_64-fedora-39-container:
   extends: .container_job
   allow_failure: false
   variables:
-    NAME: fedora-38
+    NAME: fedora-39
 
 
 x86_64-fedora-rawhide-container:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/ci/manifest.yml 
new/Sys-Virt-10.0.0/ci/manifest.yml
--- old/Sys-Virt-9.8.0/ci/manifest.yml  2023-11-13 18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/ci/manifest.yml 2024-01-17 13:54:39.000000000 +0100
@@ -42,7 +42,7 @@
       - arch: x86_64
         allow-failure: true
 
-  fedora-37:
+  fedora-38:
     jobs:
       - arch: x86_64
         artifacts:
@@ -50,7 +50,7 @@
           paths:
             - libvirt-perl-rpms
 
-  fedora-38:
+  fedora-39:
     jobs:
       - arch: x86_64
         artifacts:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/lib/Sys/Virt/Domain.pm 
new/Sys-Virt-10.0.0/lib/Sys/Virt/Domain.pm
--- old/Sys-Virt-9.8.0/lib/Sys/Virt/Domain.pm   2023-11-13 18:03:55.000000000 
+0100
+++ new/Sys-Virt-10.0.0/lib/Sys/Virt/Domain.pm  2024-01-17 13:54:39.000000000 
+0100
@@ -942,6 +942,10 @@
 
 Treat C<$newsize> as if it were in bytes, rather than KB.
 
+=item Sys::Virt::Domain::BLOCK_RESIZE_CAPACITY
+
+Resize to full the capacity of the source
+
 =back
 
 =item $dom->interface_stats($path)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/lib/Sys/Virt.pm 
new/Sys-Virt-10.0.0/lib/Sys/Virt.pm
--- old/Sys-Virt-9.8.0/lib/Sys/Virt.pm  2023-11-13 18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/lib/Sys/Virt.pm 2024-01-17 13:54:39.000000000 +0100
@@ -92,7 +92,7 @@
 use Sys::Virt::DomainCheckpoint;
 use Sys::Virt::Stream;
 
-our $VERSION = '9.8.0';
+our $VERSION = '10.0.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-9.8.0/lib/Sys/Virt.xs 
new/Sys-Virt-10.0.0/lib/Sys/Virt.xs
--- old/Sys-Virt-9.8.0/lib/Sys/Virt.xs  2023-11-13 18:03:55.000000000 +0100
+++ new/Sys-Virt-10.0.0/lib/Sys/Virt.xs 2024-01-17 13:54:39.000000000 +0100
@@ -10207,6 +10207,7 @@
 
 
     REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_RESIZE_BYTES, BLOCK_RESIZE_BYTES);
+    REGISTER_CONSTANT(VIR_DOMAIN_BLOCK_RESIZE_CAPACITY, BLOCK_RESIZE_CAPACITY);
 
 
     REGISTER_CONSTANT_STR(VIR_DOMAIN_NUMA_NODESET, NUMA_NODESET);

++++++ _service ++++++
--- /var/tmp/diff_new_pack.67gUva/_old  2024-01-22 20:31:38.367553446 +0100
+++ /var/tmp/diff_new_pack.67gUva/_new  2024-01-22 20:31:38.371553592 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">Sys-Virt</param>
-    <param name="revision">v9.8.0</param>
+    <param name="revision">v10.0.0</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://gitlab.com/libvirt/libvirt-perl.git</param>

Reply via email to