Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-rpm-macros for
openSUSE:Factory checked in at 2023-11-09 21:34:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros"
Thu Nov 9 21:34:27 2023 rev:21 rq:1124189 version:20231101
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes
2023-02-02 18:29:13.087771649 +0100
+++
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.17445/ocaml-rpm-macros.changes
2023-11-09 21:34:46.059490918 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert <[email protected]>
+
+- Increase stack size limit for riscv64 like for ppc64(le).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.7iBHNO/_old 2023-11-09 21:34:46.615511408 +0100
+++ /var/tmp/diff_new_pack.7iBHNO/_new 2023-11-09 21:34:46.615511408 +0100
@@ -17,7 +17,7 @@
Name: ocaml-rpm-macros
-Version: 20230101
+Version: 20231101
Release: 0
Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only
@@ -421,7 +421,7 @@
ocaml setup.ml -test
#
%%ocaml_dune_setup \
-%ifarch ppc64 ppc64le
+%ifarch ppc64 ppc64le riscv64
ulimit -s $((1024 * 64)) ; \
%endif
%if 0
@@ -475,7 +475,7 @@
'@install' \\\
$OCAML_DUNE_BUILD_INSTALL_ARGS
%%ocaml_dune_install \
-%ifarch ppc64 ppc64le
+%ifarch ppc64 ppc64le riscv64
ulimit -s $((1024 * 64)) ; \
%endif
if test -z "${_smp_mflags}" ;\