summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-10-27 23:07:40 +0200
committerVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-10-27 23:09:21 +0200
commit3c21bb1b764c0dab7155ea48255c83e33d0c2b12 (patch)
treebb3492ae50d6343c021dfba63b63b33c184eab9d
parent112e16a4a0ca8f6dc132a8cf3508a4d05d669c0d (diff)
downloadtcsh-rebase-6.19.00-3c21bb1b764c0dab7155ea48255c83e33d0c2b12.tar.gz
tcsh-rebase-6.19.00-3c21bb1b764c0dab7155ea48255c83e33d0c2b12.tar.xz
tcsh-rebase-6.19.00-3c21bb1b764c0dab7155ea48255c83e33d0c2b12.zip
Move patch28 to patch25 (this prevents patch conflict)
-rw-r--r--tcsh.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 294d9ae..cf416a9 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -34,12 +34,12 @@ Patch22: tcsh-6.17.00-dont-print-history-on-verbose.patch
Patch23: tcsh-6.17.00-extrafork.patch
# Proposed to upstream (http://bugs.gw.com/view.php?id=122):
Patch24: tcsh-6.17.00-avoid-null-cwd.patch
+# Accepted by upstream (tcsh-6.17.05b http://mx.gw.com/pipermail/tcsh-bugs/2011-March/000727.html):
+Patch25: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=113):
Patch26: tcsh-6.17.00-variable-names.patch
# Accepted by upstream (tcsh-6.17.06b http://bugs.gw.com/view.php?id=110)
Patch27: tcsh-6.17.00-status-pipeline-backquote-list-of-cmds.patch
-# Accepted by upstream (tcsh-6.17.05b http://mx.gw.com/pipermail/tcsh-bugs/2011-March/000727.html):
-Patch28: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
Provides: csh = %{version}
@@ -79,9 +79,9 @@ like syntax.
%patch22 -p1 -b .dont-print-history-on-verbose
%patch23 -p1 -b .extrafork
%patch24 -p1 -b .avoid-null-cwd
+%patch25 -p1 -b .avoid-infinite-loop-pendjob-xprintf
%patch26 -p1 -b .variable-names
%patch27 -p1 -b .status-pipeline-backquote-list-of-cmds
-%patch28 -p1 -b .avoid-infinite-loop-pendjob-xprintf
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \