Hello community, here is the log from the commit of package ocaml-camomile for openSUSE:Factory checked in at 2019-11-12 16:11:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-camomile (Old) and /work/SRC/openSUSE:Factory/.ocaml-camomile.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-camomile" Tue Nov 12 16:11:34 2019 rev:4 rq:746692 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-camomile/ocaml-camomile.changes 2019-10-24 23:02:47.404075943 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-camomile.new.2990/ocaml-camomile.changes 2019-11-12 16:11:36.591764639 +0100 @@ -1,0 +2,5 @@ +Fri Nov 1 12:34:56 UTC 2019 - [email protected] + +- Require current dune macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-camomile.spec ++++++ --- /var/tmp/diff_new_pack.J3a3ly/_old 2019-11-12 16:11:37.151765240 +0100 +++ /var/tmp/diff_new_pack.J3a3ly/_new 2019-11-12 16:11:37.155765245 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,9 +30,10 @@ Source0: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20191009 +BuildRequires: ocaml-rpm-macros >= 20191101 BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(str) +BuildRequires: ocamlfind(unix) %description Camomile is a Unicode library for ocaml. Camomile provides Unicode @@ -62,6 +63,7 @@ %autosetup -p1 %build +dune_release_pkgs='camomile' %ocaml_dune_setup %ocaml_dune_build @@ -70,7 +72,8 @@ %ocaml_create_file_list %check -%ocaml_dune_test || : make check failed +dune_test_tolerate_fail='dune_test_tolerate_fail' +%ocaml_dune_test %files -f %{name}.files
