Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-v2v for openSUSE:Factory 
checked in at 2023-06-21 22:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-v2v (Old)
 and      /work/SRC/openSUSE:Factory/.virt-v2v.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-v2v"

Wed Jun 21 22:40:35 2023 rev:9 rq:1094483 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes        2022-10-28 
19:30:35.982953095 +0200
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new.15902/virt-v2v.changes     
2023-06-21 22:41:27.334947622 +0200
@@ -1,0 +2,19 @@
+Wed Feb  8 16:08:19 MST 2023 - carn...@suse.com
+
+- Update to virt-v2v 2.2.0
+  * New virt-v2v-inspector(1) tool. This tool can be used before
+    conversion to collect facts about the source guest, such as
+    number of disks, and to estimate the disk space required after
+    conversion.
+  * Add support for NVMe devices and SATA hard disks when importing
+    from VMware VMX files (Laszlo Ersek).
+  * Add support for importing to KubeVirt using the new
+    experimental -o kubevirt mode.
+  * Windows 11 guests are now supported.
+  * Rocky Linux guest support has been added (Andrey Drobyshev).
+  * The -o json mode was removed. It was intended to be used with
+    KubeVirt but was never actually used there. Use -o kubevirt
+    instead.
+  * Numerous bug fixes and build changes
+
+-------------------------------------------------------------------

Old:
----
  virt-v2v-2.0.7.tar.gz
  virt-v2v-2.0.7.tar.gz.sig

New:
----
  virt-v2v-2.2.0.tar.gz
  virt-v2v-2.2.0.tar.gz.sig

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

Other differences:
------------------
++++++ virt-v2v.spec ++++++
--- /var/tmp/diff_new_pack.m4paKq/_old  2023-06-21 22:41:28.766956240 +0200
+++ /var/tmp/diff_new_pack.m4paKq/_new  2023-06-21 22:41:28.806956480 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-v2v
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 # If there are patches which touch autotools files, set this to 1.
 %global patches_touch_autotools 1
 # The source directory.
-%global source_directory 2.0-stable
+%global source_directory 2.2-stable
 Name:           virt-v2v
-Version:        2.0.7
+Version:        2.2.0
 Release:        0
 Summary:        Tools to convert a virtual machine to run on KVM
 License:        GPL-2.0-or-later
@@ -190,6 +190,7 @@
 #doc README
 %{_bindir}/virt-v2v
 %{_bindir}/virt-v2v-in-place
+%{_bindir}/virt-v2v-inspector
 %{_mandir}/man1/virt-v2v.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-in-place.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-hacking.1%{?ext_man}
@@ -201,6 +202,8 @@
 %{_mandir}/man1/virt-v2v-release-notes-1.42.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-release-notes-2.0.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-support.1%{?ext_man}
+%{_mandir}/man1/virt-v2v-inspector.1.gz
+%{_mandir}/man1/virt-v2v-release-notes-2.2.1.gz
 %{_datadir}/virt-tools
 
 %files bash-completion

++++++ fix-compiler-error-Stdlib.stderr.patch ++++++
--- /var/tmp/diff_new_pack.m4paKq/_old  2023-06-21 22:41:29.102958262 +0200
+++ /var/tmp/diff_new_pack.m4paKq/_new  2023-06-21 22:41:29.142958503 +0200
@@ -3,11 +3,11 @@
 In ocamlc version 4.07 and newer, Pervasives is deprecated
 and Stdlib should be used.
 
-Index: virt-v2v-2.0.7/lib/create_ovf.ml
+Index: virt-v2v-2.2.0/lib/create_ovf.ml
 ===================================================================
---- virt-v2v-2.0.7.orig/lib/create_ovf.ml
-+++ virt-v2v-2.0.7/lib/create_ovf.ml
-@@ -769,7 +769,7 @@ let rec create_ovf source inspect
+--- virt-v2v-2.2.0.orig/lib/create_ovf.ml
++++ virt-v2v-2.2.0/lib/create_ovf.ml
+@@ -787,7 +787,7 @@ let rec create_ovf source inspect
  
    if verbose () then (
      eprintf "OVF:\n";
@@ -16,11 +16,11 @@
    );
  
    (* Return the OVF document. *)
-Index: virt-v2v-2.0.7/output/output_disk.ml
+Index: virt-v2v-2.2.0/output/output_disk.ml
 ===================================================================
---- virt-v2v-2.0.7.orig/output/output_disk.ml
-+++ virt-v2v-2.0.7/output/output_disk.ml
-@@ -109,7 +109,7 @@ module Disk = struct
+--- virt-v2v-2.2.0.orig/output/output_disk.ml
++++ virt-v2v-2.2.0/output/output_disk.ml
+@@ -122,7 +122,7 @@ module Disk = struct
  
      if verbose () then (
        eprintf "resulting local libvirt XML:\n";
@@ -29,24 +29,11 @@
        eprintf "\n%!";
      )
  
-Index: virt-v2v-2.0.7/output/output_json.ml
+Index: virt-v2v-2.2.0/output/output_libvirt.ml
 ===================================================================
---- virt-v2v-2.0.7.orig/output/output_json.ml
-+++ virt-v2v-2.0.7/output/output_json.ml
-@@ -138,7 +138,7 @@ module Json = struct
- 
-     if verbose () then (
-       eprintf "resulting JSON:\n";
--      output_string Stdlib.stderr doc_string;
-+      output_string Pervasives.stderr doc_string;
-       eprintf "\n\n%!";
-     );
- 
-Index: virt-v2v-2.0.7/output/output_libvirt.ml
-===================================================================
---- virt-v2v-2.0.7.orig/output/output_libvirt.ml
-+++ virt-v2v-2.0.7/output/output_libvirt.ml
-@@ -171,7 +171,7 @@ module Libvirt_ = struct
+--- virt-v2v-2.2.0.orig/output/output_libvirt.ml
++++ virt-v2v-2.2.0/output/output_libvirt.ml
+@@ -184,7 +184,7 @@ module Libvirt_ = struct
  
      if verbose () then (
        eprintf "resulting XML for libvirt:\n%!";
@@ -55,11 +42,11 @@
        eprintf "\n%!";
      );
  
-Index: virt-v2v-2.0.7/convert/convert.ml
+Index: virt-v2v-2.2.0/convert/convert.ml
 ===================================================================
---- virt-v2v-2.0.7.orig/convert/convert.ml
-+++ virt-v2v-2.0.7/convert/convert.ml
-@@ -130,7 +130,7 @@ and get_mpstats g =
+--- virt-v2v-2.2.0.orig/convert/convert.ml
++++ virt-v2v-2.2.0/convert/convert.ml
+@@ -131,7 +131,7 @@ and get_mpstats g =
    if verbose () then (
      (* This is useful for debugging speed / fstrim issues. *)
      eprintf "mpstats:\n";

++++++ virt-v2v-2.0.7.tar.gz -> virt-v2v-2.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/virt-v2v/virt-v2v-2.0.7.tar.gz 
/work/SRC/openSUSE:Factory/.virt-v2v.new.15902/virt-v2v-2.2.0.tar.gz differ: 
char 14, line 1

Reply via email to