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 6.18.00-5 +- Fix tcsh being interruptible while waiting for child process (#884937) + * Mon Oct 29 2012 Roman Kollar - 6.18.00-4 - Add Copyright file in %doc - Readd tcsh-6.18.00-history-file-locking.patch