[tcsh] Update to tcsh-6.18.01

FridolĂ­n PokornĂ˝ fpokorny at fedoraproject.org
Fri Apr 5 09:12:54 UTC 2013


commit fbd41bb2e6d1e2d203a8dc9e757da8e8f8f79d18
Author: Fridolin Pokorny <fpokorny at redhat.com>
Date:   Fri Apr 5 11:11:17 2013 +0200

    Update to tcsh-6.18.01
    
    - Removed tcsh-6.18.00-history-savehist.patch, not accepted by upstream
      http://mx.gw.com/pipermail/tcsh-bugs/2013-March/000824.html

 .gitignore |    1 +
 sources    |    2 +-
 tcsh.spec  |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 301af94..bd3a11a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ tcsh-6.15.00.tar.gz
 tcsh-6.16.00.tar.gz
 tcsh-6.17.00.tar.gz
 /tcsh-6.18.00.tar.gz
+/tcsh-6.18.01.tar.gz
diff --git a/sources b/sources
index af5fece..ab2ec58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee9b3aa36fb38d32eab6a37a34e4c341  tcsh-6.18.00.tar.gz
+6eed09dbd4223ab5b6955378450d228a  tcsh-6.18.01.tar.gz
diff --git a/tcsh.spec b/tcsh.spec
index c29525d..72f7176 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -2,8 +2,8 @@
 
 Summary: An enhanced version of csh, the C shell
 Name: tcsh
-Version: 6.18.00
-Release: 7%{?dist}
+Version: 6.18.01
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Shells
 Source: http://ftp.funet.fi/pub/unix/shells/tcsh/old/%{name}-%{version}.tar.gz
@@ -21,7 +21,6 @@ Patch31: tcsh-6.18.00-history-file-locking.patch
 # Accepted upstream - http://mx.gw.com/pipermail/tcsh-bugs/2012-December/000797.html
 #Patch32: tcsh-6.18.00-sigint-while-waiting-for-child.patch
 Patch33: tcsh-6.18.00-history-merge.patch
-Patch34: tcsh-6.18.00-history-savehist.patch
 
 Provides: csh = %{version}
 Requires(post): grep
@@ -51,7 +50,6 @@ like syntax.
 %patch31 -p1 -b .history-file-locking
 #%patch32 -p1 -b .sigint-while-waiting-for-child
 %patch33 -p1 -b .history-merge
-%patch34 -p1 -b .history-savehist
 
 for i in Fixes WishList; do
  iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -125,6 +123,11 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri Apr 05 2013 Fridolin Pokorny <fpokorny at redhat.com> 6.18.01-1
+- Update to tcsh-6.18.01
+- Removed tcsh-6.18.00-history-savehist.patch, not accepted by upstream
+  http://mx.gw.com/pipermail/tcsh-bugs/2013-March/000824.html
+
 * Thu Mar 28 2013 Fridolin Pokorny <fpokorny at redhat.com> 6.18.00-7
 - File locking patch modified to reflect HIST_MERGE flag (#879371)
 - Drop tcsh-6.18.00-sigint-while-waiting-for-child.patch, accepted by upstream


More information about the scm-commits mailing list