- Update to version 1.7.1:

* Change the layout of build artifacts inside _build.
  * Various other new features and bug fixes. For details, see
    https://github.com/ocaml/dune/blob/1.7.1/CHANGES.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=10
This commit is contained in:
Andy Li 2019-02-18 10:01:32 +00:00 committed by Git OBS Bridge
parent c1683a8570
commit a1659dccd7
5 changed files with 15 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">git://github.com/ocaml/dune.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.6.3</param>
<param name="revision">1.7.1</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:fffa04140262a9372e7faf2a10fa606ffda3c49bb5810fb0ea3182d625777da7
size 454872

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 18 09:55:20 UTC 2019 - andy@onthewings.net
- Update to version 1.7.1:
* Change the layout of build artifacts inside _build.
* Various other new features and bug fixes. For details, see
https://github.com/ocaml/dune/blob/1.7.1/CHANGES.md
-------------------------------------------------------------------
Fri Feb 1 09:26:44 UTC 2019 - andy@onthewings.net

View File

@ -17,7 +17,7 @@
Name: ocaml-dune
Version: 1.6.3
Version: 1.7.1
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A composable build system for OCaml
@ -43,9 +43,9 @@ make %{?_smp_mflags} PREFIX=%{_prefix}
%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
cp -av _build_bootstrap/default/bin/main_dune.exe %{buildroot}%{_bindir}/dune
cp -av _boot/default/bin/main_dune.exe %{buildroot}%{_bindir}/dune
ln -sfvbn dune %{buildroot}%{_bindir}/jbuilder
cp -av _build_bootstrap/default/doc/*.1 %{buildroot}%{_mandir}/man1/
cp -av _boot/default/doc/*.1 %{buildroot}%{_mandir}/man1/
%files
%defattr(-,root,root)