tcsh-6.14.00-order.patch removed
The man page update with this patch was misleading and not reflecting current correct behaviour of tcsh. See the discussion with upstream: <http://mx.gw.com/pipermail/tcsh/2016-April/004972.html>
This commit is contained in:
parent
e66f94fd3f
commit
b20164f006
@ -1,30 +0,0 @@
|
||||
From 9e02166f3c3cde73244b9c38516dee178e91edf8 Mon Sep 17 00:00:00 2001
|
||||
From: vcrhonek <vcrhonek@fedoraproject.org>
|
||||
Date: Wed, 27 Aug 2014 13:49:17 +0200
|
||||
Subject: [PATCH 07/14] Fix calculation order of operators description in tcsh
|
||||
manpage
|
||||
|
||||
Original dist-git commit: 1bcd8ea59128666448
|
||||
|
||||
---
|
||||
tcsh.man | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tcsh.man b/tcsh.man
|
||||
index 75f2075..322ee98 100644
|
||||
--- a/tcsh.man
|
||||
+++ b/tcsh.man
|
||||
@@ -1644,7 +1644,9 @@ They include
|
||||
.PP
|
||||
Here the precedence increases to the right, `==' `!=' `=~' and `!~', `<='
|
||||
`>=' `<' and `>', `<<' and `>>', `+' and `\-', `*' `/' and `%' being, in
|
||||
-groups, at the same level. The `==' `!=' `=~' and `!~' operators compare
|
||||
+groups, at the same level. When multiple operators which have same precedence
|
||||
+are used in one expression, calculation must be done from operator of right
|
||||
+side. The `==' `!=' `=~' and `!~' operators compare
|
||||
their arguments as strings; all others operate on numbers. The operators
|
||||
`=~' and `!~' are like `!=' and `==' except that the right hand side is a
|
||||
glob-pattern (see \fBFilename substitution\fR) against which the left hand
|
||||
--
|
||||
1.9.3
|
||||
|
@ -34,7 +34,6 @@ Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz
|
||||
# ------------------
|
||||
Patch4: tcsh-6.15.00-hist-sub.patch
|
||||
Patch9: tcsh-6.13.00-memoryuse.patch
|
||||
Patch11: tcsh-6.14.00-order.patch
|
||||
# Proposed upstream - http://mx.gw.com/pipermail/tcsh-bugs/2015-May/000944.html
|
||||
Patch39: tcsh-6.19.00-gcc5-calloc.patch
|
||||
|
||||
@ -157,6 +156,7 @@ fi
|
||||
upstream introduced $anyerror instead
|
||||
- Add tcsh-6.19.00-tcsh_posix_status-deprecated.patch - temporary patch with warning,
|
||||
should be removed in F25
|
||||
- Drop tcsh-6.14.00-order.patch - misleading man page change not reflecting correct behaviour
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.19.00-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user