Accepting request 692732 from devel:languages:ocaml

- Update to version 1.9.0:
  * Add support for library variants and default implementations.
  * Add experimental `dune init` command.
  * Experimental Coq support.
  * Other bug fixes and improvements. For details, see
    https://github.com/ocaml/dune/blob/1.9.0/CHANGES.md

OBS-URL: https://build.opensuse.org/request/show/692732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-04-11 06:48:04 +00:00 committed by Git OBS Bridge
commit fabb62ccec
5 changed files with 15 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.8.2</param>
<param name="revision">1.9.0</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:d2d3006099690a18ac3f2a7b302867ca3d482410317ef634914672cbe906ac0e
size 513812

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 10 03:28:52 UTC 2019 - Andy <andy@onthewings.net>
- Update to version 1.9.0:
* Add support for library variants and default implementations.
* Add experimental `dune init` command.
* Experimental Coq support.
* Other bug fixes and improvements. For details, see
https://github.com/ocaml/dune/blob/1.9.0/CHANGES.md
-------------------------------------------------------------------
Wed Mar 13 07:18:27 UTC 2019 - Andy <andy@onthewings.net>

View File

@ -17,7 +17,7 @@
Name: ocaml-dune
Version: 1.8.2
Version: 1.9.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A composable build system for OCaml