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:
parent
2e551fd49e
commit
554b394ba7
10
tcsh-6.16.00-mailbox.dif
Normal file
10
tcsh-6.16.00-mailbox.dif
Normal 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;
|
@ -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
|
Tue Jun 23 11:18:55 CEST 2009 - werner@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Group: System/Shells
|
|||||||
Requires: gawk textutils
|
Requires: gawk textutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.16.00
|
Version: 6.16.00
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: The C SHell
|
Summary: The C SHell
|
||||||
Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2
|
Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2
|
||||||
Source1: nls-iconv
|
Source1: nls-iconv
|
||||||
@ -43,6 +43,7 @@ Patch7: tcsh-6.15.00-blanks.dif
|
|||||||
Patch8: tcsh-6.15.00-fullpath.dif
|
Patch8: tcsh-6.15.00-fullpath.dif
|
||||||
Patch9: tcsh-6.16.00-grabpgrp.dif
|
Patch9: tcsh-6.16.00-grabpgrp.dif
|
||||||
Patch10: tcsh-6.16.00-colorls.dif
|
Patch10: tcsh-6.16.00-colorls.dif
|
||||||
|
Patch11: tcsh-6.16.00-mailbox.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -72,6 +73,7 @@ Authors:
|
|||||||
%patch8 -p0 -b .fullpath
|
%patch8 -p0 -b .fullpath
|
||||||
%patch9 -p0 -b .pgrp
|
%patch9 -p0 -b .pgrp
|
||||||
%patch10 -p0 -b .colorls
|
%patch10 -p0 -b .colorls
|
||||||
|
%patch11 -p0 -b .mailbox
|
||||||
%patch
|
%patch
|
||||||
sh $RPM_SOURCE_DIR/nls-iconv
|
sh $RPM_SOURCE_DIR/nls-iconv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user