SHA256
1
0
forked from pool/tcsh
OBS User unknown
2007-08-28 17:21:11 +00:00
committed by Git OBS Bridge
parent f0e901a346
commit 589d7ee548
4 changed files with 59 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ Group: System/Shells
Requires: gawk textutils
Autoreqprov: on
Version: 6.15.00
Release: 5
Release: 15
Summary: The C SHell
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
Source1: nls-iconv
@@ -29,6 +29,7 @@ Patch1: tcsh-6.15.00-spelling.dif
Patch2: tcsh-6.15.00-utf8.dif
Patch3: tcsh-6.15.00-pipe.dif
Patch4: tcsh-6.15.00-longjmp.dif
Patch5: tcsh-6.15.00-norm-cmd.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -51,6 +52,7 @@ Authors:
%patch2 -p0 -b .utf8
%patch3 -p0 -b .pipe
%patch4 -p0 -b .longjmp
%patch5 -p0 -b .normcmd
%patch
sh $RPM_SOURCE_DIR/nls-iconv
@@ -133,6 +135,8 @@ Authors:
%{_datadir}/locale/*/LC_MESSAGES/tcsh
%changelog
* Tue Aug 28 2007 - werner@suse.de
- Correct boolean expression for normalize-command (bug #304903)
* Mon Jul 23 2007 - werner@suse.de
- Add workaround to avoid run onto already cleaned stack pointer
after an error (bug #293395)