From 65421f05a4956b665f19b6854c334175188fb0d95c5c4f262a58dc6e0a017fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 15 Aug 2015 06:45:25 +0000 Subject: [PATCH] Accepting request 323130 from home:michel_mno:branches:devel:languages:misc - add ppc64le to list of ExcludeArch related to src/lispbibl.d "CLISP not ported to this platform" OBS-URL: https://build.opensuse.org/request/show/323130 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=49 --- clisp.changes | 6 ++++++ clisp.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clisp.changes b/clisp.changes index e7cb3c0..3d831b9 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 14 12:53:11 UTC 2015 - normand@linux.vnet.ibm.com + +- add ppc64le to list of ExcludeArch + related to src/lispbibl.d "CLISP not ported to this platform" + ------------------------------------------------------------------- Sat Jun 15 14:27:43 UTC 2013 - jengelh@inai.de diff --git a/clisp.spec b/clisp.spec index 5399f50..68fe361 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,7 +1,7 @@ # # spec file for package clisp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,7 +58,8 @@ Patch16: clisp-db6.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %global vimdir %{_datadir}/vim/site/after/syntax -ExcludeArch: ppc64 s390x armv4l +# exclude from src/lispbibl.d "CLISP not ported to this platform" +ExcludeArch: ppc64 ppc64le s390x armv4l BuildRequires: db-devel BuildRequires: ffcall BuildRequires: gdbm-devel