- Update to version 2.9.1
see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=71
This commit is contained in:
parent
2c8918312a
commit
7b06dd16f8
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">ocaml-dune</param>
|
||||
<param name="revision">e84ba5230f6afacb12f022937138a752f1c301b6</param>
|
||||
<param name="revision">e41c66259135d6d1d72b031be6684bf8826a2586</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:d9ac058ad43e2595699aae4191d9db2ff07d100151391f1d640cf364443149f9
|
||||
size 1014340
|
3
ocaml-dune-2.9.1.tar.xz
Normal file
3
ocaml-dune-2.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6db5f39f62e5b5b98a09e1b93b6ef474edfe8d322846854f15d7bf626177b31b
|
||||
size 1020488
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 2.9.1
|
||||
see included CHANGES.md for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
%define pkg ocaml-dune
|
||||
Name: %{pkg}%{nsuffix}
|
||||
Version: 2.8.5
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: A composable build system for OCaml
|
||||
@ -34,7 +34,7 @@ BuildRoot: %_tmppath/%name-%version-build
|
||||
URL: https://opam.ocaml.org/packages/dune
|
||||
Source0: %{pkg}-%{version}.tar.xz
|
||||
Requires: ocamlfind(compiler-libs)
|
||||
BuildRequires: ocaml-rpm-macros >= 20210409
|
||||
BuildRequires: ocaml-rpm-macros >= 20210421
|
||||
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
||||
%if "%{build_flavor}" == ""
|
||||
BuildRequires: ocamlfind(compiler-libs)
|
||||
|
Loading…
Reference in New Issue
Block a user