summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
diff options
context:
space:
mode:
authorJaromír Končický <jkoncick@redhat.com>2013-12-19 10:28:48 +0100
committerJaromír Končický <jkoncick@redhat.com>2013-12-19 10:28:48 +0100
commit03d5bc4e0d9b5eb10677018f2db70cc7d87597dc (patch)
tree7b8f59e528a8f7cbd33dde710b37d0bcacebc59e /tcsh.spec
parente0b2d458fda423dfacd670a5ccd516ce86b690ca (diff)
downloadtcsh-rebase-6.19.00-03d5bc4e0d9b5eb10677018f2db70cc7d87597dc.tar.gz
tcsh-rebase-6.19.00-03d5bc4e0d9b5eb10677018f2db70cc7d87597dc.tar.xz
tcsh-rebase-6.19.00-03d5bc4e0d9b5eb10677018f2db70cc7d87597dc.zip
Revert history handling in loops
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 3c8ab8c..3ad05e9 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.01
-Release: 6%{?dist}
+Release: 7%{?dist}
License: BSD
Group: System Environment/Shells
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@ Patch34: tcsh-6.18.01-repeated-words-man.patch
# Proposed upstream - http://mx.gw.com/pipermail/tcsh-bugs/2013-April/000833.html
Patch35: tcsh-6.18.01-elf-interpreter.patch
Patch36: tcsh-6.18.01-posix-exit-status-value.patch
+Patch37: tcsh-6.18.01-reverse-history-handling-in-loops.patch
Provides: csh = %{version}
Requires(post): grep
@@ -57,6 +58,7 @@ like syntax.
%patch34 -p1 -b .repeated-words-man
%patch35 -p1 -b .elf-interpreter
%patch36 -p1 -b .posix-exit-status-value
+%patch37 -p1 -b .reverse-history-handling-in-loops
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -130,6 +132,10 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Thu Dec 19 2013 Jaromír Končický <jkoncick@redhat.com> - 6.18.01-7
+- Revert history handling in loops
+ (Backported resoluion of RHEL bug #814069)
+
* Wed Dec 18 2013 Jaromír Končický <jkoncick@redhat.com> - 6.18.01-6
- Changed 'anyerror' variable to 'tcsh_posix_status' with opposite meaning
(Backported resoluion of RHEL bug #759132)