- Update to version 3.13.0
see included CHANGES.md file for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=117
This commit is contained in:
parent
1d6eac5944
commit
05a1e4ad70
2
_service
2
_service
@ -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>
|
||||
|
@ -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
3
ocaml-dune-3.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03ce574a6738990b4120990a4598e1e0d9fcb6bfacea3a2bc674c61914dd06b8
|
||||
size 2111280
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user