Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-gen for openSUSE:Factory checked in at 2024-02-05 22:02:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-gen (Old) and /work/SRC/openSUSE:Factory/.ocaml-gen.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-gen" Mon Feb 5 22:02:34 2024 rev:10 rq:1144323 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes 2023-05-23 14:53:57.618276135 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.1815/ocaml-gen.changes 2024-02-05 22:02:50.322568474 +0100 @@ -1,0 +2,10 @@ +Mon Feb 5 05:05:05 UTC 2024 - oher...@suse.de + +- add disabled conditional around testsuite + +------------------------------------------------------------------- +Sun May 21 21:21:21 UTC 2023 - oher...@suse.de + +- JaneStreet libraries are 64bit, this pkg depends on them + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-gen.spec ++++++ --- /var/tmp/diff_new_pack.KKfVoV/_old 2024-02-05 22:02:50.758584248 +0100 +++ /var/tmp/diff_new_pack.KKfVoV/_new 2024-02-05 22:02:50.758584248 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-gen # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,14 @@ # +%bcond_with ocaml_gen_testsuite %define build_flavor @BUILD_FLAVOR@%nil %if "%build_flavor" == "testsuite" +%if %{without ocaml_gen_testsuite} +ExclusiveArch: do-not-build +%else +ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 +%endif %define nsuffix -testsuite %else %define nsuffix %nil @@ -35,7 +41,7 @@ Source0: %pkg-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20230101 +BuildRequires: ocaml-rpm-macros >= 20231101 %if 1 BuildRequires: ocamlfind(seq) %endif