Accepting request 693169 from devel:languages:ocaml

- 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/request/show/693169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-04-12 07:15:36 +00:00 committed by Git OBS Bridge
commit ab25360297
5 changed files with 13 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<param name="url">git://github.com/ocaml/dune.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.9.0</param>
<param name="revision">1.9.1</param>
<param name="filename">ocaml-dune</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30e671845b3550665b961338447572547318d672dd3fcbf2c3ce68791b68b871
size 545704

3
ocaml-dune-1.9.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b013cdc6f57412edaf222a38e68c66b514c7ccc71eca44ba9c35af396bfb4e25
size 546280

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 11 10:32:52 UTC 2019 - Andy <andy@onthewings.net>
- 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 <andy@onthewings.net>

View File

@ -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