Accepting request 703289 from devel:languages:ocaml
- 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/request/show/703289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=10
This commit is contained in:
commit
699e56228d
2
_service
2
_service
@ -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">
|
||||
|
@ -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
3
ocaml-dune-1.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ae8934657b9a504e68a6d1a5871d2274aab85b16c35396011df7b99d1199858
|
||||
size 547688
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user