Accepting request 1140024 from devel:languages:ocaml

- Update to version 3.13.0
  see included CHANGES.md file for details

OBS-URL: https://build.opensuse.org/request/show/1140024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2024-01-22 19:31:37 +00:00 committed by Git OBS Bridge
commit d69724ed7f
5 changed files with 11 additions and 16 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-dune</param>
<param name="revision">f5be55fecd654fc097fa8990b62d5d826fa9b22f</param>
<param name="revision">21f904250f8bc27abbeafadf70682aceb198b1e3</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:efe7f2b75bacbddddc3f9667914b2884c7667a0f4410884c134e77063fdbeb4e
size 2078184

3
ocaml-dune-3.13.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03ce574a6738990b4120990a4598e1e0d9fcb6bfacea3a2bc674c61914dd06b8
size 2111280

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de
- Update to version 3.13.0
see included CHANGES.md file for details
-------------------------------------------------------------------
Fri Jan 5 05:05:05 UTC 2024 - ohering@suse.de

View File

@ -25,7 +25,7 @@
%define pkg ocaml-dune
%global _buildshell /bin/bash
Name: %pkg%nsuffix
Version: 3.12.2
Version: 3.13.0
Release: 0
%{?ocaml_preserve_bytecode}
License: MIT
@ -132,17 +132,6 @@ dune_release_pkgs="${dune_release_pkgs// /,}"
# use the just built dune
PATH="$PWD/.bin:$PATH"
%ocaml_dune_install
%if "%build_flavor" == "devel"
# the META file removed below belongs to this package, to provide dune.configurator
mkdir -vp %buildroot%ocaml_standard_library/dune
tee %buildroot%ocaml_standard_library/dune/META <<_EOM_
package "configurator" (
directory = "configurator"
version = "%version"
requires = "dune-configurator"
)
_EOM_
%endif
%if "%build_flavor" == ""
# the installed META file provides and requires 'dune-configurator'
rm -rfv %buildroot%ocaml_standard_library