diff --git a/tcsh-6.15.00-longjmp.dif b/tcsh-6.15.00-longjmp.dif index b7faf03..28cb6f9 100644 --- a/tcsh-6.15.00-longjmp.dif +++ b/tcsh-6.15.00-longjmp.dif @@ -48,8 +48,8 @@ + else + haderr = 1; } - exitset--; cleanup_pop_mark(omark); + resexit(osetexit); --- sh.decls.h +++ sh.decls.h 2007-07-23 15:37:27.493023737 +0200 @@ -90,6 +90,7 @@ extern void cleanup_push_internal(voi diff --git a/tcsh-6.16.00.dif b/tcsh-6.16.00.dif index 41535f7..c75708c 100644 --- a/tcsh-6.16.00.dif +++ b/tcsh-6.16.00.dif @@ -249,7 +249,7 @@ +#include #include "sh.h" - RCSID("$tcsh: sh.dol.c,v 3.70 2006/09/14 18:30:16 christos Exp $") + RCSID("$tcsh: sh.dol.c,v 3.74 2008/05/14 20:10:30 christos Exp $") @@ -922,6 +923,31 @@ heredoc(Char *term) Char *lbp, *obp, *mbp; Char **vp; diff --git a/tcsh.changes b/tcsh.changes index 63d66c2..63270a4 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 7 11:23:30 CET 2009 - meissner@suse.de + +- fixed patch fuzz in a minimalistic way. + ------------------------------------------------------------------- Wed Dec 2 17:24:05 CET 2009 - werner@suse.de diff --git a/tcsh.spec b/tcsh.spec index 25aafe9..48df881 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -26,7 +26,7 @@ Group: System/Shells Requires: gawk textutils AutoReqProv: on Version: 6.16.00 -Release: 5 +Release: 6 Summary: The C SHell Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2 Source1: nls-iconv