Hello community, here is the log from the commit of package ocaml-qtest for openSUSE:Factory checked in at 2019-02-24 17:17:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-qtest (Old) and /work/SRC/openSUSE:Factory/.ocaml-qtest.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-qtest" Sun Feb 24 17:17:55 2019 rev:3 rq:677887 version:2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-qtest/ocaml-qtest.changes 2018-07-28 12:44:58.480943301 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-qtest.new.28833/ocaml-qtest.changes 2019-02-24 17:17:59.508422856 +0100 @@ -1,0 +2,10 @@ +Tue Feb 19 03:16:53 UTC 2019 - [email protected] + +- Update install files for ocaml-dune 1.7.1. + +------------------------------------------------------------------- +Fri Feb 8 02:33:03 UTC 2019 - [email protected] + +- Update build command for new dune version. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-qtest.spec ++++++ --- /var/tmp/diff_new_pack.OKbKXC/_old 2019-02-24 17:18:00.000422768 +0100 +++ /var/tmp/diff_new_pack.OKbKXC/_new 2019-02-24 17:18:00.004422767 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-qtest # -# 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 @@ -58,16 +58,13 @@ %setup -q -n qtest-%{version} %build -jbuilder build @install +dune build @install --profile=release %install -export DESTDIR=%{buildroot}/ -export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml -mkdir -p $OCAMLFIND_DESTDIR -jbuilder install --destdir="$DESTDIR/usr" --libdir="$OCAMLFIND_DESTDIR" --verbose +dune install --destdir="%{buildroot}" --verbose # These files will be installed using the doc and license directives -rm $DESTDIR/usr/doc/qtest/{LICENSE,README.adoc} +rm %{buildroot}/usr/doc/qtest/{LICENSE,README.adoc} # generate manpage mkdir -p %{buildroot}/%{_mandir}/man1/ @@ -102,12 +99,12 @@ %{_libdir}/ocaml/*/*/*.cmx %{_libdir}/ocaml/*/*/*.cmxa %endif -%{_libdir}/ocaml/*/*/*.dune %{_libdir}/ocaml/*/*/*.cma %{_libdir}/ocaml/*/*/*.cmi %{_libdir}/ocaml/*/*/*.cmt -%{_libdir}/ocaml/*/*/*.ml-gen +%{_libdir}/ocaml/*/*/*.ml %{_libdir}/ocaml/*/META %{_libdir}/ocaml/*/opam +%{_libdir}/ocaml/*/dune-package %changelog
