Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-ocamlbuild for
openSUSE:Factory checked in at 2021-04-23 17:50:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ocamlbuild (Old)
and /work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-ocamlbuild"
Fri Apr 23 17:50:35 2021 rev:5 rq:887077 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-ocamlbuild/ocaml-ocamlbuild.changes
2020-02-26 15:01:40.440787459 +0100
+++
/work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new.12324/ocaml-ocamlbuild.changes
2021-04-23 17:50:50.958817248 +0200
@@ -1,0 +2,5 @@
+Fri Apr 9 09:09:09 UTC 2021 - [email protected]
+
+- Require current ocaml-rpm-macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-ocamlbuild.spec ++++++
--- /var/tmp/diff_new_pack.AADzMW/_old 2021-04-23 17:50:51.370817956 +0200
+++ /var/tmp/diff_new_pack.AADzMW/_new 2021-04-23 17:50:51.370817956 +0200
@@ -26,7 +26,7 @@
Url: https://github.com/ocaml/ocamlbuild
Source: %{name}-%{version}.tar.xz
BuildRequires: ocaml
-BuildRequires: ocaml-rpm-macros >= 20200220
+BuildRequires: ocaml-rpm-macros >= 20210409
Requires: %{name}-devel = %{version}
%description
@@ -55,7 +55,7 @@
exec \
make \
PREFIX=%{_prefix} \
-%if 0%{?ocaml_native_compiler}
+%if 0%{?suse_ocaml_native_compiler}
OCAML_NATIVE_TOOLS=true \
OCAML_NATIVE=true \
%else