summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Kollar <rkollar@redhat.com>2012-12-12 15:33:46 +0100
committerRoman Kollar <rkollar@redhat.com>2012-12-12 15:33:46 +0100
commita21398b1073a7b5e1b2674049ddcd3ca720e6e86 (patch)
treec13ef51d913befb22916d14fc28caae9b6d4e5af
parent0de6829e1535a0dc597badc0f5264040a675588e (diff)
downloadtcsh-rebase-6.19.00-a21398b1073a7b5e1b2674049ddcd3ca720e6e86.tar.gz
tcsh-rebase-6.19.00-a21398b1073a7b5e1b2674049ddcd3ca720e6e86.tar.xz
tcsh-rebase-6.19.00-a21398b1073a7b5e1b2674049ddcd3ca720e6e86.zip
Fix tcsh being interruptible while waiting for child process (#884937)
-rw-r--r--tcsh.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 93cfe62..4689265 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.18.00
-Release: 4%{?dist}
+Release: 5%{?dist}
License: BSD
Group: System Environment/Shells
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/old/%{name}-%{version}.tar.gz
@@ -18,6 +18,8 @@ Patch11: tcsh-6.14.00-order.patch
Patch28: tcsh-6.17.00-manpage-spelling.patch
# Proposed upstream - http://github.com/tcsh-org/tcsh/pull/2
Patch31: tcsh-6.18.00-history-file-locking.patch
+# Accepted upstream - http://mx.gw.com/pipermail/tcsh-bugs/2012-December/000797.html
+Patch32: tcsh-6.18.00-sigint-while-waiting-for-child.patch
Provides: csh = %{version}
Requires(post): grep
@@ -45,6 +47,7 @@ like syntax.
%patch11 -p1 -b .order
%patch28 -p1 -b .manpage-spelling
%patch31 -p1 -b .history-file-locking
+%patch32 -p1 -b .sigint-while-waiting-for-child
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -118,6 +121,9 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Wed Dec 12 2012 Roman Kollar <rkollar@redhat.com> 6.18.00-5
+- Fix tcsh being interruptible while waiting for child process (#884937)
+
* Mon Oct 29 2012 Roman Kollar <rkollar@redhat.com> - 6.18.00-4
- Add Copyright file in %doc
- Readd tcsh-6.18.00-history-file-locking.patch