Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-csexp for openSUSE:Factory checked in at 2022-04-06 21:51:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-csexp (Old) and /work/SRC/openSUSE:Factory/.ocaml-csexp.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-csexp" Wed Apr 6 21:51:10 2022 rev:2 rq:967045 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-csexp/ocaml-csexp.changes 2021-04-29 01:37:33.890507379 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-csexp.new.1900/ocaml-csexp.changes 2022-04-06 21:51:22.863642723 +0200 @@ -1,0 +2,5 @@ +Mon Apr 4 04:04:04 UTC 2022 - oher...@suse.de + +- Build with ocaml-dune-bootstrap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-csexp.spec ++++++ --- /var/tmp/diff_new_pack.73i5Kn/_old 2022-04-06 21:51:24.915619307 +0200 +++ /var/tmp/diff_new_pack.73i5Kn/_new 2022-04-06 21:51:24.919619261 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-csexp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ %bcond_with ocaml_csexp_testsuite -%define build_flavor @BUILD_FLAVOR@%{nil} -%if "%{build_flavor}" == "testsuite" +%define build_flavor @BUILD_FLAVOR@%nil +%if "%build_flavor" == "testsuite" %if %{without ocaml_csexp_testsuite} ExclusiveArch: do-not-build %endif %define nsuffix -testsuite %else -%define nsuffix %{nil} +%define nsuffix %nil %endif %define pkg ocaml-csexp -Name: %{pkg}%{nsuffix} +Name: %pkg%nsuffix Version: 1.5.1 Release: 0 %{?ocaml_preserve_bytecode} @@ -37,12 +37,16 @@ Group: Development/Languages/OCaml BuildRoot: %_tmppath/%name-%version-build URL: https://opam.ocaml.org/packages/csexp -Source0: %{pkg}-%{version}.tar.xz +Source0: %pkg-%version.tar.xz BuildRequires: ocaml +%if "%build_flavor" == "" +BuildRequires: ocaml-dune-bootstrap +%else BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210409 +%endif +BuildRequires: ocaml-rpm-macros >= 20220222 -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" BuildRequires: ocamlfind(csexp) BuildRequires: ocamlfind(ppx_expect) %endif @@ -55,40 +59,44 @@ To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version %description devel -The %{name}-devel package contains libraries and signature files for -developing applications that use %{name}. +The %name-devel package contains libraries and signature files for +developing applications that use %name. %prep -%setup -q -n %{pkg}-%{version} +%setup -q -n %pkg-%version %build +%if "%build_flavor" == "" +export PATH="%ocaml_dune_bootstrap_directory:$PATH" +%endif dune_release_pkgs='csexp' %ocaml_dune_setup -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" %ocaml_dune_build %endif %install -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" +export PATH="%ocaml_dune_bootstrap_directory:$PATH" %ocaml_dune_install %ocaml_create_file_list %endif -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" %check %ocaml_dune_test %endif -%if "%{build_flavor}" == "" -%files -f %{name}.files +%if "%build_flavor" == "" +%files -f %name.files %defattr(-,root,root,-) -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %defattr(-,root,root,-) %endif ++++++ ocaml-csexp-1.5.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-csexp-1.5.1/.gitignore new/ocaml-csexp-1.5.1/.gitignore --- old/ocaml-csexp-1.5.1/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/ocaml-csexp-1.5.1/.gitignore 2021-03-31 13:53:55.000000000 +0200 @@ -0,0 +1,4 @@ +_opam +_build +*.install +.merlin