Accepting request 921266 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/921266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-dune?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2021-09-29 18:18:27 +00:00 committed by Git OBS Bridge
commit 4db23b77c4
5 changed files with 12 additions and 6 deletions

View File

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

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6db5f39f62e5b5b98a09e1b93b6ef474edfe8d322846854f15d7bf626177b31b
size 1020488

View File

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

View File

@ -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 >= 20210911
BuildRequires: ocaml(ocaml_base_version) >= 4.08
%if "%{build_flavor}" == ""
BuildRequires: ocamlfind(compiler-libs)