Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-dose for openSUSE:Factory checked in at 2025-03-26 21:24:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-dose (Old) and /work/SRC/openSUSE:Factory/.ocaml-dose.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-dose" Wed Mar 26 21:24:01 2025 rev:6 rq:1256256 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-dose/ocaml-dose.changes 2021-09-29 20:19:29.947039340 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-dose.new.2696/ocaml-dose.changes 2025-03-26 21:25:43.588237702 +0100 @@ -1,0 +2,5 @@ +Wed Mar 26 12:34:56 UTC 2025 - oher...@suse.de + +- allow only 64bit to follow other packages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-dose.spec ++++++ --- /var/tmp/diff_new_pack.zAF98U/_old 2025-03-26 21:25:44.236264344 +0100 +++ /var/tmp/diff_new_pack.zAF98U/_new 2025-03-26 21:25:44.240264508 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-dose # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,38 +17,39 @@ %bcond_with ocaml_dose_testsuite -%define build_flavor @BUILD_FLAVOR@%{nil} -%if "%{build_flavor}" == "testsuite" +%define build_flavor @BUILD_FLAVOR@%nil +%if "%build_flavor" == "testsuite" %if %{without ocaml_dose_testsuite} ExclusiveArch: do-not-build +%else +ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 %endif %define nsuffix -testsuite %else -%define nsuffix %{nil} +%define nsuffix %nil +ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 %endif %define pkg ocaml-dose -Name: %{pkg}%{nsuffix} +Name: %pkg%nsuffix Version: 7.0.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: An OCaml dependency toolkit License: LGPL-3.0-or-later URL: https://opam.ocaml.org/packages/dose3 -Source0: %{pkg}-%{version}.tar.xz +Source0: %pkg-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.7 -BuildRequires: ocaml-rpm-macros >= 20210911 -%if 1 +BuildRequires: ocaml-rpm-macros >= 20231101 BuildRequires: ocamlfind(base64) BuildRequires: ocamlfind(cudf) BuildRequires: ocamlfind(extlib) BuildRequires: ocamlfind(findlib) BuildRequires: ocamlfind(ocamlgraph) -BuildRequires: ocamlfind(re.pcre) -%endif +BuildRequires: ocamlfind(re) -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" BuildRequires: dctrl-tools BuildRequires: dpkg BuildRequires: git-core @@ -72,42 +73,42 @@ %package devel Summary: An OCaml dependency toolkit -- Development files -Requires: %{name} = %{version} +Requires: %name = %version %description devel -This package contains development files for package %{name}. +This package contains development files for package %name. %prep -%autosetup -p1 -n %{pkg}-%{version} +%autosetup -p1 -n %pkg-%version %build dune_release_pkgs='dose3' %ocaml_dune_setup -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" %ocaml_dune_build %endif %install -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" %ocaml_dune_install %ocaml_create_file_list %endif -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" %check git --no-pager config --global user.email 'y...@example.com' git --no-pager config --global user.name 'Your Name' git --no-pager init . git --no-pager add . -git --no-pager commit -m '%{version}' -git --no-pager tag '%{version}' +git --no-pager commit -m '%version' +git --no-pager tag '%version' %ocaml_dune_test %endif -%if "%{build_flavor}" == "" -%files -f %{name}.files +%if "%build_flavor" == "" +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %endif