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
This commit is contained in:
Fridolin Pokorny 2013-04-05 11:11:17 +02:00
parent bed5d53e25
commit fbd41bb2e6
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
ee9b3aa36fb38d32eab6a37a34e4c341 tcsh-6.18.00.tar.gz
6eed09dbd4223ab5b6955378450d228a tcsh-6.18.01.tar.gz

View File

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