Browse Source

tcsh-6.17-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4142 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
d5205586cb
1 changed files with 104 additions and 6 deletions
  1. 104 6
      t/tcsh/tcsh-vl.spec

+ 104 - 6
t/tcsh/tcsh-vl.spec

@@ -3,8 +3,8 @@
 Summary: An enhanced version of csh, the C shell
 Summary(ja): csh, Cシェルの進化バージョン
 Name: tcsh
-Version: 6.16
-Release: 2%{?_dist_release}
+Version: 6.17
+Release: 1%{?_dist_release}
 License: BSD
 URL: http://www.tcsh.org/
 Group: System Environment/Shells
@@ -19,8 +19,28 @@ 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-wide-str.patch
-Patch13: tcsh-6.15.00-rs-color.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
 
 Provides: csh = %{version}
 Requires(post): grep
@@ -56,8 +76,18 @@ tcsh には、コマンド行編集機能や、プログラム可能な単語の
 %patch8 -p1 -b .syntax
 %patch9 -p1 -b .memoryuse
 %patch11 -p1 -b .order
-%patch12 -p1 -b .wide-str
-%patch13 -p1 -b .rs-color
+%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
 
 for i in Fixes WishList; do
  iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -131,6 +161,74 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sun Jun 12 2011 IWAI, Masaharu <iwai@alib.jp> 6.17-1
+- new upstream release
+- drop wide str patch (Patch12): upstream fixed
+- update ca-color patch (Patch6) from Fedora tcsh-6.17-15
+- update syntax patch (Patch8) from Fedora tcsh-6.17-15
+- update rs-color patch from Fedora tcsh-6.17-15
+- resync with Fedora tcsh-6.17-15
+ - change patch number Patch13 -> Patch12
+ - add Patch13..24
+  * 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
+  
+  * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.17-14
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+  
+  * Fri Jan 28 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-13
+  - Modify verbose patch to match with upstream (don't print on history -S)
+    Resolves: #672810
+  
+  * Wed Jan 26 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-12
+  - Fix error message on exit
+    Resolves: #672810
+  
+  * Mon Jan 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-11
+  - Don't set $REMOTEHOST on the local machine
+    Resolves: #669176
+  - Don't print history in verbose mode
+    Resolves: #583075, #658171
+  - Don't allow illegal variable names to be set
+    Resolves: #436901
+  - Revert "Fix incorrect $status value of pipelined commands"
+  
+  * Tue Dec 21 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-10
+  - Make wait builtin command interruptible
+    Resolves: #440465
+  - Fix incorrect $status value of pipelined commands
+    Resolves: #638955 (Patch by Tomas Smetana <tsmetana@redhat.com>)
+  
+  * Wed Oct  6 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-9
+  - Remove fork when tcsh processes backquotes
+  
+  * Wed Apr 14 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-8
+  - Fix testsuite
+  
+  * Mon Mar  1 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-7
+  - Ship README file
+  
+  * Tue Dec 15 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-6
+  - Fix tcsh obeys printexitvalue for back-ticks
+  
+  * Wed Nov  4 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-5
+  - Fix few globbing problems
+  
+  * Mon Oct 19 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-4
+  - Fix tcsh globbing causing bad automount
+  - Fix truncated history file after network crash
+  
+  * Wed Aug 26 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-3
+  - Add new colorls variable
+    Resolves: #518808
+  
+  * Sun Jul 26 2009 Fedora Release Engineering <releng@lists.fedoraproject.org> - 6.17-2
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+  
+  * Mon Jul 20 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-1
+  - Update to tcsh-6.17.00
+
 * Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.16-2
 - rebuilt with current VineSeed