- Update to version 1.7.3:

* Fix interpretation of META files containing archives with / in
    the filename.
  * Make errors about menhir stanzas be located.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=14
This commit is contained in:
Andy Li 2019-02-28 02:25:03 +00:00 committed by Git OBS Bridge
parent 770672b668
commit 0293379652
3 changed files with 10 additions and 2 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.7.2</param>
<param name="revision">1.7.3</param>
<param name="filename">ocaml-dune</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 28 02:11:16 UTC 2019 - andy@onthewings.net
- Update to version 1.7.3:
* Fix interpretation of META files containing archives with / in
the filename.
* Make errors about menhir stanzas be located.
-------------------------------------------------------------------
Sat Feb 23 19:12:52 UTC 2019 - andy@onthewings.net

View File

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