summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
diff options
context:
space:
mode:
authorvcrhonek <vcrhonek@fedoraproject.org>2008-09-03 11:50:36 +0000
committervcrhonek <vcrhonek@fedoraproject.org>2008-09-03 11:50:36 +0000
commit1bcd8ea591286664483d0aea2601a8729eb6b81f (patch)
tree135810739118b2cc18c12eef719ca882ff887dfb /tcsh.spec
parent5b0f4da4051be4535915052599b18b45b1c985d8 (diff)
downloadtcsh-rebase-6.19.00-1bcd8ea591286664483d0aea2601a8729eb6b81f.tar.gz
tcsh-rebase-6.19.00-1bcd8ea591286664483d0aea2601a8729eb6b81f.tar.xz
tcsh-rebase-6.19.00-1bcd8ea591286664483d0aea2601a8729eb6b81f.zip
Fix UTF-8 Japanese character is garbled in tcsh script in a certain
situation, Fix calculation order of operators description in tcsh manpage, Fix strings which begin with '0' are not recognized as octal numbers, Fix memoryuse description in tcsh manpage, Fix tcsh scripts with multiple case statement with end keywords break with error, Fix description of builtin command 'set' in tcsh manpage
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec30
1 files changed, 29 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index e4f9864..60479be 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.15
-Release: 5%{?dist}
+Release: 6%{?dist}
License: BSD with advertising
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@@ -13,6 +13,12 @@ Patch3: tcsh-6.14.00-unprintable.patch
Patch4: tcsh-6.15.00-hist-sub.patch
Patch5: tcsh-6.15.00-var-sub.patch
Patch6: tcsh-6.15.00-ca-color.patch
+Patch7: tcsh-6.14.00-set.patch
+Patch8: tcsh-6.14.00-syntax.patch
+Patch9: tcsh-6.13.00-memoryuse.patch
+Patch10: tcsh-6.14.00-octal.patch
+Patch11: tcsh-6.14.00-order.patch
+Patch12: tcsh-6.15.00-wide-str.patch
Provides: csh = %{version}
Requires(post): grep
Requires(postun): coreutils, grep
@@ -36,6 +42,12 @@ like syntax.
%patch4 -p1 -b .hist-sub
%patch5 -p1 -b .var-sub
%patch6 -p1 -b .ca-color
+%patch7 -p1 -b .set
+%patch8 -p1 -b .syntax
+%patch9 -p1 -b .memoryuse
+%patch10 -p1 -b .octal
+%patch11 -p1 -b .order
+%patch12 -p1 -b .wide-str
%build
# For tcsh-6.14.00-tinfo.patch
@@ -103,6 +115,22 @@ fi
%{_mandir}/*/*
%changelog
+* Wed Sep 3 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-6
+- Fix UTF-8 Japanese character is garbled in tcsh script in
+ a certain situation
+ Related: #453785
+- Fix calculation order of operators description in tcsh manpage
+ Related: #442536
+- Fix strings which begin with '0' are not recognized as octal numbers
+ Related: #438109
+- Fix memoryuse description in tcsh manpage
+ Related: #437095
+- Fix tcsh scripts with multiple case statement with end keywords
+ break with error
+ Related: #436956
+- Fix description of builtin command 'set' in tcsh manpage
+ Related: #430459
+
* Fri Aug 29 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-5
- Rediffed all patches to work with patch --fuzz=0
- Let tcsh know 'ca' colorls variable