Browse Source

tcsh: update to 6.18.01

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8847 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
7af52a7937
1 changed files with 23 additions and 41 deletions
  1. 23 41
      t/tcsh/tcsh-vl.spec

+ 23 - 41
t/tcsh/tcsh-vl.spec

@@ -3,44 +3,30 @@
 Summary: An enhanced version of csh, the C shell
 Summary(ja): csh, Cシェルの進化バージョン
 Name: tcsh
-Version: 6.17
+Version: 6.18.01
 Release: 1%{?_dist_release}
 License: BSD
 URL: http://www.tcsh.org/
 Group: System Environment/Shells
 
-Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
+Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz
 Patch1: tcsh-6.15.00-closem.patch
 Patch2: tcsh-6.14.00-tinfo.patch
 Patch3: tcsh-6.14.00-unprintable.patch
 Patch4: tcsh-6.15.00-hist-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
 Patch11: tcsh-6.14.00-order.patch
-Patch12: tcsh-6.15.00-rs-color.patch
-Patch13: tcsh-6.17.00-mh-color.patch
-# The idea is good, but the patch must be rewritten to be accepted by upstream
-# (see tcsh mailing list for more information):
-Patch14: tcsh-6.17.00-glob-automount.patch
-# Accepted by upstream:
-Patch15: tcsh-6.17.00-history.patch
-# Accepted by upstream:
-Patch16: tcsh-6.17.00-printexitvalue.patch
-Patch17: tcsh-6.17.00-testsuite.patch
-# Accepted by upstream:
-Patch18: tcsh-6.17.00-extrafork.patch
-# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=109):
-Patch19: tcsh-6.17.00-wait-intr.patch
-# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=112):
-Patch21: tcsh-6.17.00-dont-set-empty-remotehost.patch
-# Patch by upstream (tcsh-6.17.01b http://mx.gw.com/pipermail/tcsh-bugs/2010-May/000673.html):
-Patch22: tcsh-6.17.00-dont-print-history-on-verbose.patch
-# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=113):
-Patch23: tcsh-6.17.00-variable-names.patch
-# Accepted by upstream (tcsh-6.17.05b http://mx.gw.com/pipermail/tcsh-bugs/2011-March/000727.html):
-Patch24: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
+# Proposed upstream - http://github.com/tcsh-org/tcsh/pull/1
+Patch28: tcsh-6.17.00-manpage-spelling.patch
+# Proposed upstream - http://github.com/tcsh-org/tcsh/pull/2
+Patch31: tcsh-6.18.00-history-file-locking.patch
+Patch33: tcsh-6.18.00-history-merge.patch
+Patch34: tcsh-6.18.01-repeated-words-man.patch
+# Proposed upstream - http://mx.gw.com/pipermail/tcsh-bugs/2013-April/000833.html
+Patch35: tcsh-6.18.01-elf-interpreter.patch
+Patch36: tcsh-6.18.01-posix-exit-status-value.patch
+Patch37: tcsh-6.18.01-reverse-history-handling-in-loops.patch
 
 Provides: csh = %{version}
 Requires(post): grep
@@ -66,28 +52,21 @@ tcsh には、コマンド行編集機能や、プログラム可能な単語の
 スペル訂正、履歴、ジョブ制御、C 言語風の文法等が含まれます。
 
 %prep
-%setup -q -n %{name}-%{version}.00
+%setup -q
 %patch1 -p1 -b .closem
 %patch2 -p1 -b .tinfo
 %patch3 -p1 -b .unprintable
 %patch4 -p1 -b .hist-sub
-%patch6 -p1 -b .ca-color
-%patch7 -p1 -b .set
 %patch8 -p1 -b .syntax
 %patch9 -p1 -b .memoryuse
 %patch11 -p1 -b .order
-%patch12 -p1 -b .rs-color
-%patch13 -p1 -b .mh-color
-%patch14 -p1 -b .glob-automount
-%patch15 -p1 -b .history
-%patch16 -p1 -b .printexitvalue
-%patch17 -p1 -b .testsuite
-%patch18 -p1 -b .extrafork
-%patch19 -p1 -b .wait-intr
-%patch21 -p1 -b .dont-set-empty-remotehost
-%patch22 -p1 -b .dont-print-history-on-verbose
-%patch23 -p1 -b .variable-names
-%patch24 -p1 -b .avoid-infinite-loop-pendjob-xprintf
+%patch28 -p1 -b .manpage-spelling
+%patch31 -p1 -b .history-file-locking
+%patch33 -p1 -b .history-merge
+%patch34 -p1 -b .repeated-words-man
+%patch35 -p1 -b .elf-interpreter
+%patch36 -p1 -b .posix-exit-status-value
+%patch37 -p1 -b .reverse-history-handling-in-loops
 
 for i in Fixes WishList; do
  iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -161,6 +140,9 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sun Jul 20 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 6.18.01-1
+- update to 6.18.01
+
 * Sun Jun 12 2011 IWAI, Masaharu <iwai@alib.jp> 6.17-1
 - new upstream release
 - drop wide str patch (Patch12): upstream fixed