From f2801240344867a211d0ff2566faf8280da93708c94027d1cc2a7154aeeeb522 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Thu, 11 Apr 2019 10:35:44 +0000 Subject: [PATCH] - Update to version 1.9.1: * Fix invocation of odoc to add previously missing include paths, impacting mld files that are not in directories containing libraries. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=23 --- _service | 2 +- ocaml-dune-1.9.0.tar.xz | 3 --- ocaml-dune-1.9.1.tar.xz | 3 +++ ocaml-dune.changes | 8 ++++++++ ocaml-dune.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ocaml-dune-1.9.0.tar.xz create mode 100644 ocaml-dune-1.9.1.tar.xz diff --git a/_service b/_service index ab5149d..7d6e016 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git://github.com/ocaml/dune.git git @PARENT_TAG@ - 1.9.0 + 1.9.1 ocaml-dune diff --git a/ocaml-dune-1.9.0.tar.xz b/ocaml-dune-1.9.0.tar.xz deleted file mode 100644 index bef9c19..0000000 --- a/ocaml-dune-1.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e671845b3550665b961338447572547318d672dd3fcbf2c3ce68791b68b871 -size 545704 diff --git a/ocaml-dune-1.9.1.tar.xz b/ocaml-dune-1.9.1.tar.xz new file mode 100644 index 0000000..2ca17d5 --- /dev/null +++ b/ocaml-dune-1.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b013cdc6f57412edaf222a38e68c66b514c7ccc71eca44ba9c35af396bfb4e25 +size 546280 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index 7cdcaf9..81e72c1 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 11 10:32:52 UTC 2019 - Andy + +- Update to version 1.9.1: + * Fix invocation of odoc to add previously missing include paths, + impacting mld files that are not in directories containing + libraries. + ------------------------------------------------------------------- Wed Apr 10 03:28:52 UTC 2019 - Andy diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 4b10a13..d693e94 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -17,7 +17,7 @@ Name: ocaml-dune -Version: 1.9.0 +Version: 1.9.1 Release: 0 %{?ocaml_preserve_bytecode} Summary: A composable build system for OCaml