From 02933796523ef900f6dce77d87ab937f98940a005e8841be040db87ab9c0f787 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Thu, 28 Feb 2019 02:25:03 +0000 Subject: [PATCH] - 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 --- _service | 2 +- ocaml-dune.changes | 8 ++++++++ ocaml-dune.spec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_service b/_service index 5af356c..97bd47e 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git://github.com/ocaml/dune.git git @PARENT_TAG@ - 1.7.2 + 1.7.3 ocaml-dune diff --git a/ocaml-dune.changes b/ocaml-dune.changes index efe0906..22d1c38 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -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 diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 6e6bea6..699c60f 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -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