From 0b079eb66cdd58da5a7d4479e287d15af0fb9cbce8e8fabdc20a11ace04fb9e3 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 4 Dec 2009 11:21:29 +0000 Subject: [PATCH] Accepting request 25414 from shells Copy from shells/tcsh based on submit request 25414 from user WernerFink OBS-URL: https://build.opensuse.org/request/show/25414 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=23 --- tcsh-6.16.00.dif | 11 ----------- tcsh.changes | 6 ++++++ tcsh.spec | 4 ++-- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/tcsh-6.16.00.dif b/tcsh-6.16.00.dif index f0bed13..41535f7 100644 --- a/tcsh-6.16.00.dif +++ b/tcsh-6.16.00.dif @@ -356,17 +356,6 @@ # include # endif # ifdef SUNOS4 ---- sh.lex.c -+++ sh.lex.c 2006-04-25 14:58:31.000000000 +0200 -@@ -1447,7 +1447,7 @@ reread: - pid_t ctpgrp; - #endif /* BSDJOBS */ - -- if (numeof != 0 && ++sincereal >= numeof) /* Too many EOFs? Bye! */ -+ if (++sincereal >= numeof) /* Too many EOFs? Bye! */ - goto oops; - #ifdef BSDJOBS - if (tpgrp != -1 && --- sh.sem.c +++ sh.sem.c 2006-04-25 14:58:31.000000000 +0200 @@ -622,10 +622,19 @@ execute(struct command *t, volatile int diff --git a/tcsh.changes b/tcsh.changes index 8a85859..63d66c2 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 2 17:24:05 CET 2009 - werner@suse.de + +- Remove left over in old patch to re-enable message on suppended + jobs at exit/logout + ------------------------------------------------------------------- Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de diff --git a/tcsh.spec b/tcsh.spec index 2e50fce..25aafe9 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -21,12 +21,12 @@ Name: tcsh BuildRequires: ncurses-devel Url: http://www.tcsh.org/ -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Group: System/Shells Requires: gawk textutils AutoReqProv: on Version: 6.16.00 -Release: 4 +Release: 5 Summary: The C SHell Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2 Source1: nls-iconv