Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-pp for openSUSE:Factory checked in at 2022-04-06 21:51:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-pp (Old) and /work/SRC/openSUSE:Factory/.ocaml-pp.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-pp" Wed Apr 6 21:51:22 2022 rev:2 rq:967066 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-pp/ocaml-pp.changes 2022-03-13 23:37:44.361755705 +0100 +++ /work/SRC/openSUSE:Factory/.ocaml-pp.new.1900/ocaml-pp.changes 2022-04-06 21:51:40.987435901 +0200 @@ -1,0 +2,5 @@ +Mon Apr 4 04:04:04 UTC 2022 - [email protected] + +- Build with ocaml-dune-bootstrap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-pp.spec ++++++ --- /var/tmp/diff_new_pack.12FsIq/_old 2022-04-06 21:51:41.447430651 +0200 +++ /var/tmp/diff_new_pack.12FsIq/_new 2022-04-06 21:51:41.451430605 +0200 @@ -38,8 +38,12 @@ BuildRoot: %_tmppath/%name-%version-build URL: https://opam.ocaml.org/packages/pp Source0: %pkg-%version.tar.xz +%if "%build_flavor" == "" +BuildRequires: ocaml-dune-bootstrap +%else BuildRequires: ocaml-dune >= 2.0 -BuildRequires: ocaml-rpm-macros >= 20211027 +%endif +BuildRequires: ocaml-rpm-macros >= 20220222 BuildRequires: ocaml(ocaml_base_version) >= 4.08 %if "%build_flavor" == "testsuite" @@ -65,6 +69,9 @@ %setup -q -n %pkg-%version %build +%if "%build_flavor" == "" +export PATH="%ocaml_dune_bootstrap_directory:$PATH" +%endif dune_release_pkgs='pp' %ocaml_dune_setup %if "%build_flavor" == "" @@ -73,6 +80,7 @@ %install %if "%build_flavor" == "" +export PATH="%ocaml_dune_bootstrap_directory:$PATH" %ocaml_dune_install %ocaml_create_file_list %endif
