From 794aa667162c40b21ec30112907775ccbe6e929103118fb98a53ba77b4565a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 26 Sep 2014 08:25:22 +0000 Subject: [PATCH] Accepting request 252400 from home:coolo:branches:openSUSE:Factory - disable parallel build, too unreliable OBS-URL: https://build.opensuse.org/request/show/252400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=29 --- libical.changes | 5 +++++ libical.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libical.changes b/libical.changes index 8b3883c..30d0bc8 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 26 05:25:01 UTC 2014 - coolo@suse.com + +- disable parallel build, too unreliable + ------------------------------------------------------------------- Thu Sep 18 08:28:26 UTC 2014 - jengelh@inai.de diff --git a/libical.spec b/libical.spec index 8d90f73..076199c 100644 --- a/libical.spec +++ b/libical.spec @@ -89,7 +89,7 @@ component properties, parameters, and subcomponents. %build %cmake -make %{?_smp_mflags} +make -j1 %install %cmake_install