Accepting request 1071158 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1071158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-libvirt?expand=0&rev=6
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-libvirt</param>
|
<param name="filename">ocaml-libvirt</param>
|
||||||
<param name="revision">06c073b25e4c18212b6fd1be77b23431b4612caf</param>
|
<param name="revision">ce1be8712bc9f54b293374fe44d0f510873bd4b6</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/libvirt/libvirt-ocaml.git</param>
|
<param name="url">https://github.com/libvirt/libvirt-ocaml.git</param>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ac5217701ef13184c8ae9037bd0381a38d2cefb6560309bc8b27aae114e2fcc
|
|
||||||
size 87204
|
|
BIN
ocaml-libvirt-0.6.1.7.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-libvirt-0.6.1.7.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 3 03:03:03 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.6.1.7
|
||||||
|
turn caml_copy_*() return blocks into root values
|
||||||
|
- rebase ocaml-libvirt.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||||
|
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/dune-project
|
+++ b/dune-project
|
||||||
@@ -0,0 +1,27 @@
|
@@ -0,0 +1,25 @@
|
||||||
+(lang dune 1.11)
|
+(lang dune 1.11)
|
||||||
+
|
+
|
||||||
+(name libvirt)
|
+(name libvirt)
|
||||||
+
|
+
|
||||||
+(version 0.6.1.5)
|
|
||||||
+
|
|
||||||
+(generate_opam_files true)
|
+(generate_opam_files true)
|
||||||
+
|
+
|
||||||
+(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
|
+(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
|
||||||
@@ -37,7 +35,7 @@
|
|||||||
+ (libraries libvirt))
|
+ (libraries libvirt))
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/libvirt/config/discover.ml
|
+++ b/libvirt/config/discover.ml
|
||||||
@@ -0,0 +1,16 @@
|
@@ -0,0 +1,17 @@
|
||||||
+module C = Configurator.V1
|
+module C = Configurator.V1
|
||||||
+
|
+
|
||||||
+let () =
|
+let () =
|
||||||
@@ -52,7 +50,8 @@
|
|||||||
+ | Some deps -> deps
|
+ | Some deps -> deps
|
||||||
+ in
|
+ 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)
|
+ C.Flags.write_sexp "c_library_flags.sexp" conf.libs)
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/libvirt/config/dune
|
+++ b/libvirt/config/dune
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-libvirt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-libvirt
|
Name: ocaml-libvirt
|
||||||
Version: 0.6.1.5
|
Version: 0.6.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: OCaml binding for libvirt
|
Summary: OCaml binding for libvirt
|
||||||
@@ -28,7 +28,7 @@ Source0: %name-%version.tar.xz
|
|||||||
Patch0: ocaml-libvirt.patch
|
Patch0: ocaml-libvirt.patch
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune
|
||||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: ocamlfind(dune.configurator)
|
BuildRequires: ocamlfind(dune.configurator)
|
||||||
BuildRequires: ocamlfind(unix)
|
BuildRequires: ocamlfind(unix)
|
||||||
|
Reference in New Issue
Block a user