Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-libvirt for openSUSE:Factory 
checked in at 2023-03-14 18:16:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-libvirt.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-libvirt"

Tue Mar 14 18:16:21 2023 rev:6 rq:1071158 version:0.6.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-libvirt/ocaml-libvirt.changes      
2022-04-06 21:51:36.619485746 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-libvirt.new.31432/ocaml-libvirt.changes   
2023-03-14 18:16:26.831668466 +0100
@@ -1,0 +2,7 @@
+Fri Mar  3 03:03:03 UTC 2023 - [email protected]
+
+- Update to version 0.6.1.7
+  turn caml_copy_*() return blocks into root values
+- rebase ocaml-libvirt.patch
+
+-------------------------------------------------------------------

Old:
----
  ocaml-libvirt-0.6.1.5.tar.xz

New:
----
  ocaml-libvirt-0.6.1.7.tar.xz

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

Other differences:
------------------
++++++ ocaml-libvirt.spec ++++++
--- /var/tmp/diff_new_pack.lgpbQD/_old  2023-03-14 18:16:27.463671843 +0100
+++ /var/tmp/diff_new_pack.lgpbQD/_new  2023-03-14 18:16:27.467671865 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-libvirt
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           ocaml-libvirt
-Version:        0.6.1.5
+Version:        0.6.1.7
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        OCaml binding for libvirt
@@ -28,7 +28,7 @@
 Patch0:         ocaml-libvirt.patch
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20220222
+BuildRequires:  ocaml-rpm-macros >= 20230101
 BuildRequires:  perl
 BuildRequires:  ocamlfind(dune.configurator)
 BuildRequires:  ocamlfind(unix)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.lgpbQD/_old  2023-03-14 18:16:27.519672143 +0100
+++ /var/tmp/diff_new_pack.lgpbQD/_new  2023-03-14 18:16:27.527672185 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">ocaml-libvirt</param>
-    <param name="revision">06c073b25e4c18212b6fd1be77b23431b4612caf</param>
+    <param name="revision">ce1be8712bc9f54b293374fe44d0f510873bd4b6</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://github.com/libvirt/libvirt-ocaml.git</param>

++++++ ocaml-libvirt-0.6.1.5.tar.xz -> ocaml-libvirt-0.6.1.7.tar.xz ++++++
++++ 3987 lines of diff (skipped)

++++++ ocaml-libvirt.patch ++++++
--- /var/tmp/diff_new_pack.lgpbQD/_old  2023-03-14 18:16:27.647672827 +0100
+++ /var/tmp/diff_new_pack.lgpbQD/_new  2023-03-14 18:16:27.651672848 +0100
@@ -1,12 +1,10 @@
 --- /dev/null
 +++ b/dune-project
-@@ -0,0 +1,27 @@
+@@ -0,0 +1,25 @@
 +(lang dune 1.11)
 +
 +(name libvirt)
 +
-+(version 0.6.1.5)
-+
 +(generate_opam_files true)
 +
 +(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
@@ -37,7 +35,7 @@
 + (libraries libvirt))
 --- /dev/null
 +++ b/libvirt/config/discover.ml
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,17 @@
 +module C = Configurator.V1
 +
 +let () =
@@ -52,7 +50,8 @@
 +      | Some deps -> deps
 +  in
 +
-+  C.Flags.write_sexp "c_flags.sexp"         conf.cflags;
++  C.C_define.gen_header_file c ~fname:"config.h" [];
++  C.Flags.write_sexp "c_flags.sexp"        (conf.cflags @ [ "-I"; "." ]);
 +  C.Flags.write_sexp "c_library_flags.sexp" conf.libs)
 --- /dev/null
 +++ b/libvirt/config/dune

Reply via email to