From 9c01939d40ea51243974796d06cc096efbbd4435 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Tue, 5 May 2009 09:57:59 +0000 Subject: [PATCH] update to 2009-05-01 --- ksh-20070328-builtins.patch | 15 ++++++++------- ksh.spec | 9 ++++++--- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ksh-20070328-builtins.patch b/ksh-20070328-builtins.patch index 6e34e34..4c06c3f 100644 --- a/ksh-20070328-builtins.patch +++ b/ksh-20070328-builtins.patch @@ -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 diff --git a/ksh.spec b/ksh.spec index e3a8b10..2c1a8e8 100644 --- a/ksh.spec +++ b/ksh.spec @@ -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 - 20090501-1 +- updated to 2009-05-01 + * Tue Mar 10 2009 Michal Hlavinka - 20081104-3 - fix typos in spec file