rpms/ksh/F-13 ksh-20100309-restoretty.patch, 1.1, 1.2 ksh.spec, 1.59, 1.60

Michal Hlavinka mhlavink at fedoraproject.org
Mon Mar 29 06:43:39 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/ksh/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3416

Modified Files:
	ksh-20100309-restoretty.patch ksh.spec 
Log Message:
* Mon Mar 29 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100309-3
- fix typo in last patch


ksh-20100309-restoretty.patch:
 fault.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ksh-20100309-restoretty.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-13/ksh-20100309-restoretty.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ksh-20100309-restoretty.patch	26 Mar 2010 13:48:58 -0000	1.1
+++ ksh-20100309-restoretty.patch	29 Mar 2010 06:43:39 -0000	1.2
@@ -9,7 +9,7 @@ before exit, otherwise we end up with a 
  #endif	/* SHOPT_ACCT */
  #if SHOPT_VSH || SHOPT_ESH
 -	if(sh_isoption(SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS))
-+	if(sh_isoption(mbwide()||SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS))
++	if(mbwide()||sh_isoption(SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS))
  		tty_cooked(-1);
  #endif
  #ifdef JOBS


Index: ksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-13/ksh.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- ksh.spec	26 Mar 2010 13:48:58 -0000	1.59
+++ ksh.spec	29 Mar 2010 06:43:39 -0000	1.60
@@ -6,7 +6,7 @@ URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
 Version:      20100309
-Release:      2%{?dist}
+Release:      3%{?dist}
 Source0:      http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
 Source1:      http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
 Source3:      kshrc.rhs
@@ -95,6 +95,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Mar 29 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100309-3
+- fix typo in last patch
+
 * Fri Mar 26 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100309-2
 - restore tty settings after timed out read for utf-8 locale
 



More information about the scm-commits mailing list