rpms/ksh/devel ksh-20070328-builtins.patch, 1.1, 1.2 ksh.spec, 1.46, 1.47

Michal Hlavinka mhlavink at fedoraproject.org
Tue May 5 09:58:29 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/ksh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16577

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


ksh-20070328-builtins.patch:

Index: ksh-20070328-builtins.patch
===================================================================
RCS file: /cvs/extras/rpms/ksh/devel/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 09:57:58 -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/devel/ksh.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- ksh.spec	10 Mar 2009 10:28:17 -0000	1.46
+++ ksh.spec	5 May 2009 09:57:59 -0000	1.47
@@ -1,12 +1,12 @@
-%define       releasedate   2008-11-04
+%define       releasedate   2009-05-01
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
-Version:      20081104
-Release:      3%{?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
 Source3:      kshrc.rhs
@@ -84,6 +84,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue May 05 2009 Michal Hlavinka <mhalvink at redhat.com> - 20090501-1
+- updated to 2009-05-01
+
 * Tue Mar 10 2009 Michal Hlavinka <mhlavink at redhat.com> - 20081104-3
 - fix typos in spec file
 




More information about the scm-commits mailing list