From 3898df59c63d004778860c5a0f9a9d2384fac8a395899ae782f2739d530bb7f5 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 18 Aug 2011 07:13:16 +0000 Subject: [PATCH] Accepting request 79112 from GNOME:Apps No more parallel build OBS-URL: https://build.opensuse.org/request/show/79112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-help?expand=0&rev=15 --- gimp-help.changes | 6 ++++++ gimp-help.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gimp-help.changes b/gimp-help.changes index f6f5f96..9230f0c 100644 --- a/gimp-help.changes +++ b/gimp-help.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 17 09:23:42 UTC 2011 - dimstar@opensuse.org + +- Disable parallel build. The build system seems to be very + fragile and unreliable in this case. + ------------------------------------------------------------------- Sun Jan 9 11:18:15 CET 2011 - vuntz@opensuse.org diff --git a/gimp-help.spec b/gimp-help.spec index 348b709..0b64909 100644 --- a/gimp-help.spec +++ b/gimp-help.spec @@ -21,6 +21,7 @@ Name: gimp-help Version: 2.6.1 Release: 1 # FIXME: on update, see if we still need Makefile.GNU as additional source (last check: 2.6.1). See bgo#639057. +# FIXME: Check if parallel build reliably works again (last check: 2.6.1) License: GFDLv1.2 Summary: Help System Data for GIMP Url: http://www.gimp.org/ @@ -217,7 +218,9 @@ cp %{S:2} . %build %configure -make -f Makefile.GNU %{?jobs:-j%jobs} +#make -f Makefile.GNU %{?jobs:-j%jobs} +# Parallel build is broken +make -f Makefile.GNU %install #FIXME: we can't use the usual macro since we don't use the standard Makefile