- Update to version 2.7.0

see included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=54
This commit is contained in:
Olaf Hering 2020-08-21 17:19:34 +00:00 committed by Git OBS Bridge
parent 2323569c08
commit 4221652a39
5 changed files with 16 additions and 10 deletions

View File

@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-dune</param>
<param name="revision">c3756d15308d7cbb7f61f232038d822f21713a8b</param>
<param name="revision">85b4e16bd6c310811fcc206d3d0cbb391eb8b81c</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/dune.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
- Update to version 2.7.0
see included CHANGES.md for details
-------------------------------------------------------------------
Sun Apr 12 12:12:12 UTC 2020 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-dune
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,18 @@
Name: ocaml-dune
Version: 2.5.0
Version: 2.7.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A composable build system for OCaml
License: MIT
Group: Development/Languages/OCaml
Url: https://opam.ocaml.org/packages/dune
URL: https://opam.ocaml.org/packages/dune
Source: %{name}-%{version}.tar.xz
Requires: ocamlfind(compiler-libs)
BuildRequires: ocaml(ocaml_base_version) >= 4.07
BuildRequires: ocaml-rpm-macros >= 20200514
BuildRequires: ocaml(ocaml_base_version) >= 4.08
BuildRequires: ocamlfind(compiler-libs)
BuildRequires: ocaml-rpm-macros >= 20200220
%description
A composable build system for OCaml