summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-24 17:12:51 +0100
committerVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-24 17:12:51 +0100
commitc72c18e2cadc39d3f08e77630e0974d7c3942d0e (patch)
treecdfb6ead39ae1f7ea479228b56f93b03f6459342
parent35499a3e58387e86027a8fce88f55d813e03f55a (diff)
downloadtcsh-rebase-6.19.00-c72c18e2cadc39d3f08e77630e0974d7c3942d0e.tar.gz
tcsh-rebase-6.19.00-c72c18e2cadc39d3f08e77630e0974d7c3942d0e.tar.xz
tcsh-rebase-6.19.00-c72c18e2cadc39d3f08e77630e0974d7c3942d0e.zip
Release build 6.17-10
- Make wait builtin command interruptible Resolves: #440465 - Don't set $REMOTEHOST on the local machine Resolves: #669176 - Don't print history in verbose mode Resolves: #583075, #658171 - Don't allow illegal variable names to be set Resolves: #436901
-rw-r--r--tcsh.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index e7b4c46..12122f2 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: 9%{?dist}
+Release: 10%{?dist}
License: BSD
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -146,6 +146,7 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Mon Jan 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-10
- Make wait builtin command interruptible
Resolves: #440465
- Don't set $REMOTEHOST on the local machine