From f3cc3d257e1ea8d7a3d449afdff749564b0517f0db902d32d807891c19ab2d64 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 8 Oct 2008 16:41:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=13 --- tcsh-6.15.00-blanks.dif | 2 +- tcsh.changes | 5 +++++ tcsh.spec | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tcsh-6.15.00-blanks.dif b/tcsh-6.15.00-blanks.dif index 8a2477b..9e8db31 100644 --- a/tcsh-6.15.00-blanks.dif +++ b/tcsh-6.15.00-blanks.dif @@ -10,7 +10,7 @@ + Char *__restrict__ l = *v; + do { + int c; -+ if (!l || (c = TRM(*l)) != ' ' && c != '\t' && c != '\n') ++ if (!l || ((c = TRM(*l)) != ' ' && c != '\t' && c != '\n')) + break; /* strip blanks */ + l++; + } while (*l); diff --git a/tcsh.changes b/tcsh.changes index 45731b0..2433bfc 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 8 14:32:23 CEST 2008 - werner@suse.de + +- Make code of last change unambiguous + ------------------------------------------------------------------- Mon Oct 6 16:09:36 CEST 2008 - werner@suse.de diff --git a/tcsh.spec b/tcsh.spec index 8ad9711..c5f3e13 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -26,7 +26,7 @@ Group: System/Shells Requires: gawk textutils AutoReqProv: on Version: 6.15.00 -Release: 89 +Release: 90 Summary: The C SHell Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2 Source1: nls-iconv @@ -147,6 +147,8 @@ Authors: %{_datadir}/locale/*/LC_MESSAGES/tcsh %changelog +* Wed Oct 08 2008 werner@suse.de +- Make code of last change unambiguous * Mon Oct 06 2008 werner@suse.de - Avoid blanks at the beginning of command lists (bnc#431661) * Fri Jun 13 2008 werner@suse.de