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:
Dominique Leuenberger 2023-01-13 23:03:46 +00:00 committed by Git OBS Bridge
commit b143d429cb
5 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-dune</param>
<param name="revision">77c1e6f8f27f57fe0c04ec1624a85069b02437cf</param>
<param name="revision">c939c2b0f7a470cedd189988c61cd307a3cedace</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/dune.git</param>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62e5bd09d879e04d81fcf0db99168075b8b8a93d0436b2d973bffe3d6fdb4f43
size 1383172

View File

@ -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

View File

@ -25,7 +25,7 @@
%define pkg ocaml-dune
%global _buildshell /bin/bash
Name: %pkg%nsuffix
Version: 3.5.0
Version: 3.6.2
Release: 0
%{?ocaml_preserve_bytecode}
License: MIT
@ -80,7 +80,7 @@ xdg
%build
mv -vb src/dune_rules/setup.defaults.ml src/dune_rules/setup.ml
ocaml configure.ml \
bash configure \
'--bindir=%_bindir' \
'--datadir=%_datadir' \
'--etcdir=%_sysconfdir' \
@ -94,8 +94,8 @@ ocaml configure.ml \
dune_release_pkgs='dune'
%ocaml_dune_setup
jobs="-j `/usr/bin/getconf _NPROCESSORS_ONLN`"
ocaml bootstrap.ml --verbose ${jobs}
./dune.exe build \
ocaml boot/bootstrap.ml --verbose ${jobs}
./_boot/dune.exe build \
dune.install \
--release \
--profile dune-bootstrap \
@ -103,7 +103,7 @@ ocaml bootstrap.ml --verbose ${jobs}
${jobs} \
%nil
mkdir .bin
ln -s ../dune.exe .bin/dune
ln -sv ../_boot/dune.exe .bin/dune
%endif
#
%if "%build_flavor" == "devel"