Accepting request 684544 from devel:languages:ocaml

- Update to version 1.8.2:
  * Correctly write dune-package when version is empty string.
  * Fix auto-generated index.mld. Use correct headings for the
    listing.

OBS-URL: https://build.opensuse.org/request/show/684544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2019-03-13 15:41:40 +00:00 committed by Git OBS Bridge
commit 78e3a8bc76
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.8.0</param>
<param name="revision">1.8.2</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:104cfb8109842ddd22ce3b8d41bb356e5da733c563c098bf7578d1ef66691ec1
size 513608

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 13 07:18:27 UTC 2019 - Andy <andy@onthewings.net>
- Update to version 1.8.2:
* Correctly write dune-package when version is empty string.
* Fix auto-generated index.mld. Use correct headings for the
listing.
-------------------------------------------------------------------
Fri Mar 8 05:41:38 UTC 2019 - andy@onthewings.net

View File

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