- Update to version 1.11.4:

see included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=35
This commit is contained in:
Olaf Hering 2019-10-09 05:49:17 +00:00 committed by Git OBS Bridge
parent 318775dfaa
commit f09eb7edcf
5 changed files with 13 additions and 7 deletions

View File

@ -3,7 +3,8 @@
<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.11.3</param>
<!-- 1.11.4 -->
<param name="revision">a2cef6466c66050223b6944e68f8cdefc88fcc4e</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:5fb689af12af86fa8b89687ff4621c49f5b53acf143caa723c7da6ed052020d9
size 627392

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 9 05:48:16 UTC 2019 - ohering@suse.de
- Update to version 1.11.4:
see included CHANGES.md for details
-------------------------------------------------------------------
Mon Sep 30 12:34:56 UTC 2019 - ohering@suse.de

View File

@ -17,7 +17,7 @@
Name: ocaml-dune
Version: 1.11.3
Version: 1.11.4
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A composable build system for OCaml
@ -30,7 +30,7 @@ Conflicts: ocaml-jbuilder-debugsource
Source: %{name}-%{version}.tar.xz
Requires: ocaml-findlib
BuildRequires: ocaml
BuildRequires: ocaml-rpm-macros >= 20190930
BuildRequires: ocaml-rpm-macros >= 20191004
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -66,7 +66,6 @@ mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}
%files -f %{name}.files
%doc CHANGES.md README.md
%license LICENSE.md
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/emacs