Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2021-10-27 22:21:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Wed Oct 27 22:21:09 2021 rev:78 rq:927625 version:1.44.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2021-09-15 
22:51:57.394947836 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new.1890/libguestfs.changes  
2021-10-27 22:21:23.463204362 +0200
@@ -1,0 +2,17 @@
+Tue Oct 26 20:44:52 MDT 2021 - carn...@suse.com
+
+- Fix build errors in Factory
+  * Alert ocaml_deprecated_cli: Setting a warning with a sequence
+    of lowercase or uppercase letters, like 'CDEFLMPSUVYZX', is
+    deprecated.
+  63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
+  * Error (warning 6 [labels-omitted]): label verbose was omitted
+    in the application of this function.
+  a4930f5f-customize-Suppress-OCaml-warning.patch
+
+-------------------------------------------------------------------
+Tue Oct  5 15:53:39 MDT 2021 - carn...@suse.com
+
+- Update spec file licenses to GPL-2.0-or-later
+
+-------------------------------------------------------------------

New:
----
  63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
  a4930f5f-customize-Suppress-OCaml-warning.patch

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.DS7ayt/_old  2021-10-27 22:21:24.295204788 +0200
+++ /var/tmp/diff_new_pack.DS7ayt/_new  2021-10-27 22:21:24.299204790 +0200
@@ -139,7 +139,7 @@
 URL:            http://libguestfs.org/
 Summary:        Compatibility package for guestfs-tools
 # Upstream patches
-License:        GPL-2.0-only
+License:        GPL-2.0-or-later
 
 # Upstream
 Patch1:         e26cfa44-daemon-Build-with--pthread.patch
@@ -148,6 +148,8 @@
 Patch4:         c0de4de9-appliance-add-reboot-and-netconfig-for-SUSE.patch
 Patch5:         
9db0c98c-appliance-enable-bashs-Process-Substitution-feature.patch
 Patch6:         
f47e0bb6-appliance-reorder-mounting-of-special-filesystems-in-init.patch
+Patch7:         
63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
+Patch8:         a4930f5f-customize-Suppress-OCaml-warning.patch
 
 # Pending upstram review
 Patch50:        0001-Introduce-a-wrapper-around-xmlParseURI.patch
@@ -185,7 +187,6 @@
 
 %package -n guestfs-tools
 Summary:        Tools for accessing and modifying virtual machine disk images
-License:        GPL-2.0-only
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 Requires:       libguestfs0 = %{version}
@@ -237,7 +238,6 @@
 
 %package -n guestfsd
 Summary:        Daemon for the libguestfs appliance
-License:        GPL-2.0-only
 Conflicts:      libaugeas0 < 1.0.0
 
 %description -n guestfsd
@@ -250,14 +250,12 @@
 %package -n ocaml-libguestfs
 Summary:        OCaml bindings for libguestfs
 #
-License:        GPL-2.0-only
 
 %description -n ocaml-libguestfs
 Allows OCaml scripts to directly use libguestfs.
 
 %package -n ocaml-libguestfs-devel
 Summary:        Development files for libguesfs OCaml bindings
-License:        GPL-2.0-only
 
 %description -n ocaml-libguestfs-devel
 Allows OCaml scripts to directly use libguestfs.
@@ -266,7 +264,6 @@
 %if %{with perl_bindings}
 %package -n perl-Sys-Guestfs
 Summary:        Perl bindings for libguestfs
-License:        GPL-2.0-only
 BuildRequires:  perl
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Getopt::Long)
@@ -293,7 +290,6 @@
 %if %{with lua_bindings}
 %package -n lua-libguestfs
 Summary:        Lua bindings for libguestfs
-License:        GPL-2.0-only
 BuildRequires:  lua-devel
 %define _configure_lua --enable-lua
 #
@@ -307,7 +303,6 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %package -n python3-libguestfs
 Summary:        Python 3 bindings for libguestfs
-License:        GPL-2.0-only
 BuildRequires:  pkgconfig(python3)
 %define _configure_python --enable-python
 #
@@ -322,7 +317,6 @@
 %if %{with ruby_bindings}
 %package -n rubygem-libguestfs
 Summary:        Ruby bindings for libguestfs
-License:        GPL-2.0-only
 BuildRequires:  ruby
 BuildRequires:  ruby-devel
 BuildRequires:  rubygem(rake)
@@ -335,7 +329,6 @@
 
 %package test
 Summary:        Testcases for libguestfs
-License:        GPL-2.0-only
 Requires:       %{name}
 
 %description test
@@ -438,7 +431,6 @@
 Recommends:     guestfs-winsupport
 
 Summary:        Virtual machine needed for libguestfs
-License:        GPL-2.0-only
 Provides:       libguestfs-data = %{version}
 Obsoletes:      libguestfs-data < %{version}
 
@@ -448,7 +440,6 @@
 
 %package -n guestfs-winsupport
 Summary:        Windows guest support in libguestfs
-License:        GPL-2.0-or-later
 Requires:       libguestfs >= 1.32
 BuildRequires:  ntfs-3g
 BuildRequires:  ntfsprogs
@@ -459,7 +450,6 @@
 
 %package devel
 Summary:        Development files for libguestfs
-License:        GPL-2.0-only
 Requires:       libguestfs0 = %{version}
 
 %description devel
@@ -472,7 +462,6 @@
 
 %package -n libguestfs0
 Summary:        Runtime library of libguestfs
-License:        LGPL-2.1-only
 Requires:       %{kvm_binary}
 Requires:       db48-utils
 Requires:       guestfs-data >= %{version}
@@ -501,7 +490,6 @@
 
 %package -n virt-v2v
 Summary:        Convert a virtual machine to run on KVM
-License:        GPL-2.0-only
 Requires:       libguestfs0 = %{version}
 Requires:       qemu-block-ssh
 # Conflicts with the old perl version
@@ -515,7 +503,6 @@
 %if %{with p2v}
 %package -n virt-p2v
 Summary:        Convert a physical machine to run on KVM
-License:        GPL-2.0-only
 Requires:       gawk
 Requires:       virt-v2v = %{version}
 

++++++ 63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch ++++++
Subject: m4/guestfs-ocaml.m4: Fix deprecated warning format
From: Richard W.M. Jones rjo...@redhat.com Tue Oct 5 20:51:19 2021 +0100
Date: Tue Oct 5 21:08:07 2021 +0100:
Git: 63c9cd933af75ca759fa2f2bbdbb07a699df5b30

In OCaml 4.13:

Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or 
uppercase letters,
like 'CDEFLMPSUVYZX', is deprecated.
Use the equivalent signed form: +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3.

(cherry picked from
guestfs-tools commit fa4f59e1d99c08d7e0bae2a7cb54f254a6506d67)

diff --git a/m4/guestfs-ocaml.m4 b/m4/guestfs-ocaml.m4
index 4b8a44dee..d7f9462ea 100644
--- a/m4/guestfs-ocaml.m4
+++ b/m4/guestfs-ocaml.m4
@@ -232,7 +232,7 @@ EOF
 ])
 
 dnl Flags we want to pass to every OCaml compiler call.
-OCAML_WARN_ERROR="-warn-error CDEFLMPSUVYZX+52-3"
+OCAML_WARN_ERROR="-warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3"
 AC_SUBST([OCAML_WARN_ERROR])
 OCAML_FLAGS="-g -annot $safe_string_option"
 AC_SUBST([OCAML_FLAGS])
++++++ a4930f5f-customize-Suppress-OCaml-warning.patch ++++++
Subject: customize: Suppress OCaml warning
From: Richard W.M. Jones rjo...@redhat.com Tue Oct 5 20:53:25 2021 +0100
Date: Tue Oct 5 20:53:25 2021 +0100:
Git: a4930f5fad82e5358d565b8cf3610970e9646259

In OCaml 4.13:

File "perl_edit.ml", line 30, characters 2-13:
30 |   c_edit_file (verbose ()) g (Guestfs.c_pointer g) file expr
       ^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label verbose was omitted in the 
application of this function.

--- a/m4/guestfs-ocaml.m4
+++ b/m4/guestfs-ocaml.m4
@@ -232,7 +232,7 @@ EOF
 ])
 
 dnl Flags we want to pass to every OCaml compiler call.
-OCAML_WARN_ERROR="-warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3"
+OCAML_WARN_ERROR="-warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3-6"
 AC_SUBST([OCAML_WARN_ERROR])
 OCAML_FLAGS="-g -annot $safe_string_option"
 AC_SUBST([OCAML_FLAGS])

Reply via email to