Hello community, here is the log from the commit of package ocaml-dune for openSUSE:Factory checked in at 2019-02-19 12:03:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-dune (Old) and /work/SRC/openSUSE:Factory/.ocaml-dune.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-dune" Tue Feb 19 12:03:12 2019 rev:3 rq:677237 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-dune/ocaml-dune.changes 2018-06-08 23:17:17.588103389 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-dune.new.28833/ocaml-dune.changes 2019-02-19 12:03:21.945046295 +0100 @@ -1,0 +2,16 @@ +Mon Feb 18 09:55:20 UTC 2019 - [email protected] + +- 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 - [email protected] + +- Update to version 1.6.3: + * Various new features and bug fixes. For details, see + https://github.com/ocaml/dune/blob/1.6.3/CHANGES.md + * Switched to MIT license. + +------------------------------------------------------------------- Old: ---- ocaml-dune-1.0+beta20.tar.xz New: ---- ocaml-dune-1.7.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-dune.spec ++++++ --- /var/tmp/diff_new_pack.SAkJ3E/_old 2019-02-19 12:03:22.557045948 +0100 +++ /var/tmp/diff_new_pack.SAkJ3E/_new 2019-02-19 12:03:22.561045945 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-dune # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: ocaml-dune -Version: 1.0+beta20 +Version: 1.7.1 Release: 0 %{?ocaml_preserve_bytecode} Summary: A composable build system for OCaml -License: Apache-2.0 +License: MIT Group: Development/Languages/OCaml Url: https://github.com/ocaml/dune Conflicts: ocaml-jbuilder @@ -38,20 +38,19 @@ %setup -q %build -sed -i~ s/ocamlopt/ocamlxxx/ bootstrap.ml -diff -u bootstrap.ml~ bootstrap.ml || : diff make %{?_smp_mflags} PREFIX=%{_prefix} %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 -cp -av _build/default/bin/main.exe %{buildroot}%{_bindir}/dune +cp -av _boot/default/bin/main_dune.exe %{buildroot}%{_bindir}/dune ln -sfvbn dune %{buildroot}%{_bindir}/jbuilder -cp -av _build/default/doc/*.1 %{buildroot}%{_mandir}/man1/ +cp -av _boot/default/doc/*.1 %{buildroot}%{_mandir}/man1/ %files %defattr(-,root,root) -%doc CHANGES.md README.md LICENSE.md +%doc CHANGES.md README.md +%license LICENSE.md %{_bindir}/* %{_mandir}/*/* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SAkJ3E/_old 2019-02-19 12:03:22.589045929 +0100 +++ /var/tmp/diff_new_pack.SAkJ3E/_new 2019-02-19 12:03:22.589045929 +0100 @@ -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.0+beta20</param> + <param name="revision">1.7.1</param> <param name="filename">ocaml-dune</param> </service> <service name="recompress" mode="disabled"> ++++++ ocaml-dune-1.0+beta20.tar.xz -> ocaml-dune-1.7.1.tar.xz ++++++ ++++ 93333 lines of diff (skipped)
