From 377929379e981bdd5514a77f0442cc4c8f6c88b8 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 15 Apr 2022 17:31:15 +0800 Subject: [PATCH] Modify test single-core into mulit-core --- ocaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index f5a3e52..de51dba 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,6 +1,6 @@ Name: ocaml Version: 4.13.1 -Release: 1 +Release: 2 Summary: OCaml compiler and programming environment License: LGPL-2.1-only URL: http://www.ocaml.org @@ -74,7 +74,7 @@ autoconf --force %check cd testsuite -make -j1 all ||: +make all ||: %install make install DESTDIR=$RPM_BUILD_ROOT @@ -199,6 +199,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata %{_mandir}/man3/* %changelog +* Fri Apr 15 2022 wangkai -4.13.1-2 +- Modify test single-core into mulit-core + * Thu Jan 18 2022 yangping - 4.13.1-1 - Update software to 4.13.1 -- Gitee