SHA256
1
0
forked from pool/tcsh

Accepting request 17763 from shells

Copy from shells/tcsh based on submit request 17763 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/17763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=21
This commit is contained in:
OBS User autobuild 2009-08-14 13:09:50 +00:00 committed by Git OBS Bridge
parent 2e551fd49e
commit 554b394ba7
3 changed files with 18 additions and 1 deletions

10
tcsh-6.16.00-mailbox.dif Normal file
View File

@ -0,0 +1,10 @@
--- sh.c
+++ sh.c 2009-08-14 10:27:58.129901841 +0200
@@ -2153,6 +2153,7 @@ mailchk(void)
while (readdir(mailbox))
mailcount++;
+ closedir(mailbox);
if (mailcount == 0)
continue;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de
- After mailbox counting close directory (bnc#530779)
-------------------------------------------------------------------
Tue Jun 23 11:18:55 CEST 2009 - werner@suse.de

View File

@ -26,7 +26,7 @@ Group: System/Shells
Requires: gawk textutils
AutoReqProv: on
Version: 6.16.00
Release: 3
Release: 4
Summary: The C SHell
Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2
Source1: nls-iconv
@ -43,6 +43,7 @@ Patch7: tcsh-6.15.00-blanks.dif
Patch8: tcsh-6.15.00-fullpath.dif
Patch9: tcsh-6.16.00-grabpgrp.dif
Patch10: tcsh-6.16.00-colorls.dif
Patch11: tcsh-6.16.00-mailbox.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -72,6 +73,7 @@ Authors:
%patch8 -p0 -b .fullpath
%patch9 -p0 -b .pgrp
%patch10 -p0 -b .colorls
%patch11 -p0 -b .mailbox
%patch
sh $RPM_SOURCE_DIR/nls-iconv