- Update to version 1.9.3:

* Put back library variants in development mode.
  * Fix a bug where dune install would install man pages to
    incorrect paths when compared to opam-installer.
  * Do not fail when a findlib directory doesn't exist.
  * Rename (coqlib ...) to (coq.theory ...).
  * Fix crash when calculating library dependency closure.
  * Fix .install files not being generated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=25
This commit is contained in:
Andy Li 2019-05-16 05:50:28 +00:00 committed by Git OBS Bridge
parent f280124034
commit a8b744a066
5 changed files with 18 additions and 6 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.1</param>
<param name="revision">1.9.3</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:b013cdc6f57412edaf222a38e68c66b514c7ccc71eca44ba9c35af396bfb4e25
size 546280

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 16 05:47:29 UTC 2019 - Andy <andy@onthewings.net>
- Update to version 1.9.3:
* Put back library variants in development mode.
* Fix a bug where dune install would install man pages to
incorrect paths when compared to opam-installer.
* Do not fail when a findlib directory doesn't exist.
* Rename (coqlib ...) to (coq.theory ...).
* Fix crash when calculating library dependency closure.
* Fix .install files not being generated.
-------------------------------------------------------------------
Thu Apr 11 10:32:52 UTC 2019 - Andy <andy@onthewings.net>

View File

@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ocaml-dune
Version: 1.9.1
Version: 1.9.3
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A composable build system for OCaml