- 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/. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=12
This commit is contained in:
parent
a1659dccd7
commit
770672b668
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">git://github.com/ocaml/dune.git</param>
|
<param name="url">git://github.com/ocaml/dune.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">1.7.1</param>
|
<param name="revision">1.7.2</param>
|
||||||
<param name="filename">ocaml-dune</param>
|
<param name="filename">ocaml-dune</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:988af191322d0baebcbfd183c58c63986e0cef1fd60297bb1b00c5449f4e0b83
|
|
||||||
size 501232
|
|
3
ocaml-dune-1.7.2.tar.xz
Normal file
3
ocaml-dune-1.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f19ea728916a1aea0ceefbb3b88418504e59e4ab19120d7180a667e28860901
|
||||||
|
size 503032
|
@ -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
|
Mon Feb 18 09:55:20 UTC 2019 - andy@onthewings.net
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-dune
|
Name: ocaml-dune
|
||||||
Version: 1.7.1
|
Version: 1.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: A composable build system for OCaml
|
Summary: A composable build system for OCaml
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
Url: https://github.com/ocaml/dune
|
Url: https://dune.build/
|
||||||
Conflicts: ocaml-jbuilder
|
Conflicts: ocaml-jbuilder
|
||||||
Conflicts: ocaml-jbuilder-debuginfo
|
Conflicts: ocaml-jbuilder-debuginfo
|
||||||
Conflicts: ocaml-jbuilder-debugsource
|
Conflicts: ocaml-jbuilder-debugsource
|
||||||
|
Loading…
Reference in New Issue
Block a user