diff --git a/_service b/_service index a0776ac..5af356c 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git://github.com/ocaml/dune.git git @PARENT_TAG@ - 1.7.1 + 1.7.2 ocaml-dune diff --git a/ocaml-dune-1.7.1.tar.xz b/ocaml-dune-1.7.1.tar.xz deleted file mode 100644 index 1254efe..0000000 --- a/ocaml-dune-1.7.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:988af191322d0baebcbfd183c58c63986e0cef1fd60297bb1b00c5449f4e0b83 -size 501232 diff --git a/ocaml-dune-1.7.2.tar.xz b/ocaml-dune-1.7.2.tar.xz new file mode 100644 index 0000000..b54d9e7 --- /dev/null +++ b/ocaml-dune-1.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f19ea728916a1aea0ceefbb3b88418504e59e4ab19120d7180a667e28860901 +size 503032 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index cc6a431..efe0906 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Feb 23 19:12:52 UTC 2019 - andy@onthewings.net + +- Update to version 1.7.2: + * Add ${corrected-suffix}, ${library-name} and a few other + variables to the list of variables to upgrade. + * Fix "dune subst" failing because the build directory was not + set. + * Configurator: Add warning to Pkg_config.query when a full + package expression is used. Add Pkg_config.query_expr for cases + when the full power of pkg-config's querying is needed. + * Fix unavailable, optional implementations eagerly breaking the + build. +- Update Url to https://dune.build/. + ------------------------------------------------------------------- Mon Feb 18 09:55:20 UTC 2019 - andy@onthewings.net diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 7d21cec..6e6bea6 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -17,13 +17,13 @@ Name: ocaml-dune -Version: 1.7.1 +Version: 1.7.2 Release: 0 %{?ocaml_preserve_bytecode} Summary: A composable build system for OCaml License: MIT Group: Development/Languages/OCaml -Url: https://github.com/ocaml/dune +Url: https://dune.build/ Conflicts: ocaml-jbuilder Conflicts: ocaml-jbuilder-debuginfo Conflicts: ocaml-jbuilder-debugsource