Fix tcsh being interruptible while waiting for child process (#884937)
This commit is contained in:
parent
0de6829e15
commit
a21398b107
@ -3,7 +3,7 @@
|
|||||||
Summary: An enhanced version of csh, the C shell
|
Summary: An enhanced version of csh, the C shell
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.18.00
|
Version: 6.18.00
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/old/%{name}-%{version}.tar.gz
|
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
|
Patch28: tcsh-6.17.00-manpage-spelling.patch
|
||||||
# Proposed upstream - http://github.com/tcsh-org/tcsh/pull/2
|
# Proposed upstream - http://github.com/tcsh-org/tcsh/pull/2
|
||||||
Patch31: tcsh-6.18.00-history-file-locking.patch
|
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}
|
Provides: csh = %{version}
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
@ -45,6 +47,7 @@ like syntax.
|
|||||||
%patch11 -p1 -b .order
|
%patch11 -p1 -b .order
|
||||||
%patch28 -p1 -b .manpage-spelling
|
%patch28 -p1 -b .manpage-spelling
|
||||||
%patch31 -p1 -b .history-file-locking
|
%patch31 -p1 -b .history-file-locking
|
||||||
|
%patch32 -p1 -b .sigint-while-waiting-for-child
|
||||||
|
|
||||||
for i in Fixes WishList; do
|
for i in Fixes WishList; do
|
||||||
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
|
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
|
||||||
@ -118,6 +121,9 @@ fi
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 29 2012 Roman Kollar <rkollar@redhat.com> - 6.18.00-4
|
||||||
- Add Copyright file in %doc
|
- Add Copyright file in %doc
|
||||||
- Readd tcsh-6.18.00-history-file-locking.patch
|
- Readd tcsh-6.18.00-history-file-locking.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user