Accepting request 679989 from devel:languages:ocaml

- 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/request/show/679989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-03-01 15:47:26 +00:00 committed by Git OBS Bridge
commit 6806e6a8db
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.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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f19ea728916a1aea0ceefbb3b88418504e59e4ab19120d7180a667e28860901
size 503032

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

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

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