- Update to version 3.2.0
see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=84
This commit is contained in:
parent
e2382202ba
commit
21f6e1f54a
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-dune</param>
|
<param name="filename">ocaml-dune</param>
|
||||||
<param name="revision">09eac98ced1fff7dea4e5ac45b59e00c1874067e</param>
|
<param name="revision">43af00f79e41ce9101d42b36dab13e1f68d49a7a</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/ocaml/dune.git</param>
|
<param name="url">https://github.com/ocaml/dune.git</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08ac69ffcf8275417306ac91ad581a895ad765407ab9d9846d590e1827c8cd57
|
|
||||||
size 1278124
|
|
3
ocaml-dune-3.2.0.tar.xz
Normal file
3
ocaml-dune-3.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc0c32fc2832090b1a7cc255dbcfb6ca2ebd7dcd1f61e57ba1a82a184ace5bdd
|
||||||
|
size 1288808
|
@ -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
|
Tue Apr 19 19:19:19 UTC 2022 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%define pkg ocaml-dune
|
%define pkg ocaml-dune
|
||||||
%global _buildshell /bin/bash
|
%global _buildshell /bin/bash
|
||||||
Name: %pkg%nsuffix
|
Name: %pkg%nsuffix
|
||||||
Version: 3.1.1
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -59,6 +59,7 @@ Obsoletes: ocaml-dune-configurator-devel < %version-%release
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides various libraries:
|
This package provides various libraries:
|
||||||
|
chrome-trace
|
||||||
dune-action-plugin
|
dune-action-plugin
|
||||||
dune-build-info
|
dune-build-info
|
||||||
dune-configurator
|
dune-configurator
|
||||||
@ -80,9 +81,13 @@ xdg
|
|||||||
%build
|
%build
|
||||||
mv -vb src/dune_rules/setup.defaults.ml src/dune_rules/setup.ml
|
mv -vb src/dune_rules/setup.defaults.ml src/dune_rules/setup.ml
|
||||||
ocaml configure.ml \
|
ocaml configure.ml \
|
||||||
|
'--bindir=%_bindir' \
|
||||||
|
'--datadir=%_datadir' \
|
||||||
'--etcdir=%_sysconfdir' \
|
'--etcdir=%_sysconfdir' \
|
||||||
'--libdir=%ocaml_standard_library' \
|
'--libdir=%ocaml_standard_library' \
|
||||||
|
'--libexecdir=%_libexecdir' \
|
||||||
'--mandir=%_mandir' \
|
'--mandir=%_mandir' \
|
||||||
|
'--sbindir=%_sbindir' \
|
||||||
%nil
|
%nil
|
||||||
#
|
#
|
||||||
%if "%build_flavor" == ""
|
%if "%build_flavor" == ""
|
||||||
@ -103,6 +108,7 @@ ln -s ../dune.exe .bin/dune
|
|||||||
#
|
#
|
||||||
%if "%build_flavor" == "devel"
|
%if "%build_flavor" == "devel"
|
||||||
pkgs=(
|
pkgs=(
|
||||||
|
chrome-trace
|
||||||
dune-action-plugin
|
dune-action-plugin
|
||||||
dune-build-info
|
dune-build-info
|
||||||
dune-configurator
|
dune-configurator
|
||||||
|
Loading…
Reference in New Issue
Block a user