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 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 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