Accepting request 1058307 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1058307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=29
This commit is contained in:
commit
b143d429cb
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">77c1e6f8f27f57fe0c04ec1624a85069b02437cf</param>
|
<param name="revision">c939c2b0f7a470cedd189988c61cd307a3cedace</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:241e54d1284f2510541eba01a1ac392bd14b3839d1151a79820c736615696ad3
|
|
||||||
size 1320376
|
|
3
ocaml-dune-3.6.2.tar.xz
Normal file
3
ocaml-dune-3.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62e5bd09d879e04d81fcf0db99168075b8b8a93d0436b2d973bffe3d6fdb4f43
|
||||||
|
size 1383172
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 6 06:06:06 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.6.2
|
||||||
|
see included CHANGES.md for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
|
Sun Jan 1 01:01:01 UTC 2023 - 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.5.0
|
Version: 3.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -80,7 +80,7 @@ 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 \
|
bash configure \
|
||||||
'--bindir=%_bindir' \
|
'--bindir=%_bindir' \
|
||||||
'--datadir=%_datadir' \
|
'--datadir=%_datadir' \
|
||||||
'--etcdir=%_sysconfdir' \
|
'--etcdir=%_sysconfdir' \
|
||||||
@ -94,8 +94,8 @@ ocaml configure.ml \
|
|||||||
dune_release_pkgs='dune'
|
dune_release_pkgs='dune'
|
||||||
%ocaml_dune_setup
|
%ocaml_dune_setup
|
||||||
jobs="-j `/usr/bin/getconf _NPROCESSORS_ONLN`"
|
jobs="-j `/usr/bin/getconf _NPROCESSORS_ONLN`"
|
||||||
ocaml bootstrap.ml --verbose ${jobs}
|
ocaml boot/bootstrap.ml --verbose ${jobs}
|
||||||
./dune.exe build \
|
./_boot/dune.exe build \
|
||||||
dune.install \
|
dune.install \
|
||||||
--release \
|
--release \
|
||||||
--profile dune-bootstrap \
|
--profile dune-bootstrap \
|
||||||
@ -103,7 +103,7 @@ ocaml bootstrap.ml --verbose ${jobs}
|
|||||||
${jobs} \
|
${jobs} \
|
||||||
%nil
|
%nil
|
||||||
mkdir .bin
|
mkdir .bin
|
||||||
ln -s ../dune.exe .bin/dune
|
ln -sv ../_boot/dune.exe .bin/dune
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%if "%build_flavor" == "devel"
|
%if "%build_flavor" == "devel"
|
||||||
|
Loading…
Reference in New Issue
Block a user