[tcsh] Revert "- Fix incorrect $status value of pipelined commands"

Vojtěch Vítek vvitek at fedoraproject.org
Mon Jan 24 16:17:33 UTC 2011


commit 66f2ed1341a8370b6fb087e481ef34510daacadb
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Mon Jan 24 15:51:50 2011 +0100

    Revert "- Fix incorrect $status value of pipelined commands"
    
    Reverted by upstream: Revert PR/110, breaks the test suite.
    
    This reverts commit 8cff7251da77ccef59261db8a326d030ae42c537.

 tcsh-6.14.00-pipeexit.patch |   14 --------------
 tcsh.spec                   |    9 ++-------
 2 files changed, 2 insertions(+), 21 deletions(-)
---
diff --git a/tcsh.spec b/tcsh.spec
index c642d22..100503b 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
 Summary: An enhanced version of csh, the C shell
 Name: tcsh
 Version: 6.17
-Release: 10%{?dist}
+Release: 9%{?dist}
 License: BSD
 Group: System Environment/Shells
 Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -30,8 +30,6 @@ Patch17: tcsh-6.17.00-testsuite.patch
 Patch18: tcsh-6.17.00-extrafork.patch
 # Proposed to upstream: http://bugs.gw.com/view.php?id=109
 Patch19: tcsh-6.17.00-wait-intr.patch
-# Proposed to upstream: http://bugs.gw.com/view.php?id=110
-Patch20: tcsh-6.14.00-pipeexit.patch
 Provides: csh = %{version}
 Requires(post): grep
 Requires(postun): coreutils, grep
@@ -66,7 +64,6 @@ like syntax.
 %patch17 -p1 -b .testsuite
 %patch18 -p1 -b .extrafork
 %patch19 -p1 -b .wait-intr
-%patch20 -p1 -b .pipeexit
 
 for i in Fixes WishList; do
  iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -140,11 +137,9 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
-* Tue Jan 04 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 6.17-10
+* Tue Dec 21 2010 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 6.17-10
 - Make wait builtin command interruptible
   Resolves: #440465
-- Fix incorrect $status value of pipelined commands
-  Resolves: #638955 (Patch by Tomas Smetana <tsmetana at redhat.com>)
 
 * Wed Oct  6 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.17-9
 - Remove fork when tcsh processes backquotes


More information about the scm-commits mailing list