From ad051215f02f5390b7bca12c7cbc2ab63742bd40c51d0d669b7dafd2a28b3a21 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 19 Jan 2017 12:42:51 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=62 --- clisp.changes | 6 ++++++ clisp.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/clisp.changes b/clisp.changes index 7a3815d..1f0ed8c 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de + +- Remove -L option on screen call dues API change, now we depend + on environment variables only. + ------------------------------------------------------------------- Tue Nov 29 13:45:20 UTC 2016 - werner@suse.de diff --git a/clisp.spec b/clisp.spec index 7eb2e1f..21c34bc 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,7 +1,7 @@ # # spec file for package clisp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -205,8 +205,8 @@ unset cfi386 noexec nommap safety # # Environment for the case of missing terminal # -%global _configure screen -L -D -m setarch $(uname -m) -R ./configure -%global _make screen -L -D -m setarch $(uname -m) -R make +%global _configure screen -D -m setarch $(uname -m) -R ./configure +%global _make screen -D -m setarch $(uname -m) -R make SCREENDIR=$(mktemp -d ${PWD}/screen.XXXXXX) || exit 1 SCREENRC=${SCREENDIR}/clisp export SCREENRC SCREENDIR @@ -214,6 +214,7 @@ exec 0< /dev/null SCREENLOG=${SCREENDIR}/log cat > $SCREENRC<<-EOF deflogin off + deflog on logfile $SCREENLOG logfile flush 1 logtstamp off