- Update to version 1.11.3:

see included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=29
This commit is contained in:
Olaf Hering 2019-09-24 10:40:55 +00:00 committed by Git OBS Bridge
parent 8dabcda33a
commit 00719d0f76
5 changed files with 12 additions and 6 deletions

View File

@ -1,9 +1,9 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/ocaml/dune.git</param>
<param name="url">https://github.com/ocaml/dune.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.10.0</param>
<param name="revision">1.11.3</param>
<param name="filename">ocaml-dune</param>
</service>
<service name="recompress" mode="disabled">

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de
- Update to version 1.11.3:
see included CHANGES.md for details
-------------------------------------------------------------------
Thu May 30 15:23:34 UTC 2019 - Andy <andy@onthewings.net>

View File

@ -17,7 +17,7 @@
Name: ocaml-dune
Version: 1.10.0
Version: 1.11.3
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A composable build system for OCaml