diff --git a/_service b/_service index 9c48d0d..3673617 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-dune - 09eac98ced1fff7dea4e5ac45b59e00c1874067e + 43af00f79e41ce9101d42b36dab13e1f68d49a7a git disable https://github.com/ocaml/dune.git diff --git a/ocaml-dune-3.1.1.tar.xz b/ocaml-dune-3.1.1.tar.xz deleted file mode 100644 index 0698f74..0000000 --- a/ocaml-dune-3.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08ac69ffcf8275417306ac91ad581a895ad765407ab9d9846d590e1827c8cd57 -size 1278124 diff --git a/ocaml-dune-3.2.0.tar.xz b/ocaml-dune-3.2.0.tar.xz new file mode 100644 index 0000000..4703e97 --- /dev/null +++ b/ocaml-dune-3.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0c32fc2832090b1a7cc255dbcfb6ca2ebd7dcd1f61e57ba1a82a184ace5bdd +size 1288808 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index d82ca84..2400c88 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 13 13:13:13 UTC 2022 - ohering@suse.de + +- Update to version 3.2.0 + see included CHANGES.md for details + ------------------------------------------------------------------- Tue Apr 19 19:19:19 UTC 2022 - ohering@suse.de diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 6083a1e..7258c0a 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -25,7 +25,7 @@ %define pkg ocaml-dune %global _buildshell /bin/bash Name: %pkg%nsuffix -Version: 3.1.1 +Version: 3.2.0 Release: 0 %{?ocaml_preserve_bytecode} License: MIT @@ -59,6 +59,7 @@ Obsoletes: ocaml-dune-configurator-devel < %version-%release %description This package provides various libraries: +chrome-trace dune-action-plugin dune-build-info dune-configurator @@ -80,9 +81,13 @@ xdg %build mv -vb src/dune_rules/setup.defaults.ml src/dune_rules/setup.ml ocaml configure.ml \ + '--bindir=%_bindir' \ + '--datadir=%_datadir' \ '--etcdir=%_sysconfdir' \ '--libdir=%ocaml_standard_library' \ + '--libexecdir=%_libexecdir' \ '--mandir=%_mandir' \ + '--sbindir=%_sbindir' \ %nil # %if "%build_flavor" == "" @@ -103,6 +108,7 @@ ln -s ../dune.exe .bin/dune # %if "%build_flavor" == "devel" pkgs=( +chrome-trace dune-action-plugin dune-build-info dune-configurator