rpms/ksh/F-10 ksh-20070328-builtins.patch, 1.1, 1.2 ksh.spec, 1.41, 1.42 sources, 1.15, 1.16

Michal Hlavinka mhlavink at fedoraproject.org
Tue May 5 11:45:07 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/ksh/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30984

Modified Files:
	ksh-20070328-builtins.patch ksh.spec sources 
Log Message:
updated to 2009-05-01


ksh-20070328-builtins.patch:

Index: ksh-20070328-builtins.patch
===================================================================
RCS file: /cvs/extras/rpms/ksh/F-10/ksh-20070328-builtins.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ksh-20070328-builtins.patch	23 May 2007 06:52:45 -0000	1.1
+++ ksh-20070328-builtins.patch	5 May 2009 11:44:36 -0000	1.2
@@ -1,6 +1,7 @@
---- ksh-20070328/src/cmd/ksh93/data/builtins.c.builtoff	2007-05-22 13:14:33.000000000 +0200
-+++ ksh-20070328/src/cmd/ksh93/data/builtins.c	2007-05-22 13:14:51.000000000 +0200
-@@ -128,6 +128,7 @@
+diff -up ksh-20090501/src/cmd/ksh93/data/builtins.c.builtins ksh-20090501/src/cmd/ksh93/data/builtins.c
+--- ksh-20090501/src/cmd/ksh93/data/builtins.c.builtins	2009-04-12 09:38:03.000000000 +0200
++++ ksh-20090501/src/cmd/ksh93/data/builtins.c	2009-05-05 11:20:30.601284246 +0200
+@@ -125,6 +125,7 @@ const struct shtable3 shtab_builtins[] =
  #ifdef SHOPT_CMDLIB_HDR
  #include SHOPT_CMDLIB_HDR
  #else
@@ -8,11 +9,11 @@
  	CMDLIST(basename)
  	CMDLIST(chmod)
  	CMDLIST(dirname)
-@@ -141,6 +142,7 @@
+@@ -139,6 +140,7 @@ const struct shtable3 shtab_builtins[] =
  	CMDLIST(wc)
  	CMDLIST(sync)
  #endif
 +#endif
- 	"",		0, 0 
- };
- 
+ #if SHOPT_REGRESS
+ 	"__regress__",		NV_BLTIN|BLT_ENV,	bltin(__regress__),
+ #endif


Index: ksh.spec
===================================================================
RCS file: /cvs/extras/rpms/ksh/F-10/ksh.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- ksh.spec	21 Oct 2008 17:16:49 -0000	1.41
+++ ksh.spec	5 May 2009 11:44:36 -0000	1.42
@@ -1,5 +1,5 @@
 #ExclusiveArch:  x86_64
-%define       releasedate   2008-07-25
+%define       releasedate   2009-05-01
 #ExcludeArch:  ia64
 
 Name:         ksh
@@ -7,8 +7,8 @@ Summary:      The Original ATT Korn Shel
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
-Version:      20080725
-Release:      4%{?dist}
+Version:      20090501
+Release:      1%{?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
 Source2:      http://www.research.att.com/~gsf/download/tgz/ast-ksh-locale.%{releasedate}.tgz
@@ -112,6 +112,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue May 05 2009 Michal Hlavinka <mhlavink at redhat.com> 20090501-1
+- updated to 2009-05-01
+
 * Tue Oct 21 2008 Michal Hlavinka <mhlavink at redhat.com> 20080202-4
 - fix #467025 - Ksh fails to initialise environment when login from graphic console
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ksh/F-10/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	28 Jul 2008 06:55:21 -0000	1.15
+++ sources	5 May 2009 11:44:36 -0000	1.16
@@ -1,3 +1,2 @@
-59bd2850ce70bd93db3760578e237449  INIT.2008-07-25.tgz
-aa6031753184ce6a5d08a8abc8c0ab92  ast-ksh.2008-07-25.tgz
-cd5b1720c1c0584e13cc689e75b4baf2  ast-ksh-locale.2008-07-25.tgz
+e3e36a3440ae23969275ec62996285df  INIT.2009-05-01.tgz
+d8d2b3b5edb6255b0b9eb6ad471e9c25  ast-ksh.2009-05-01.tgz




More information about the scm-commits mailing list