summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tcsh.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index daab6bb..d8fae87 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: 14%{?dist}
+Release: 15%{?dist}
License: BSD
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -149,6 +149,7 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Thu Mar 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-15
- Avoid infinite loop pendjob()-xprintf() when stdout is closed
Resolves: #690356