update to 2009-05-01

This commit is contained in:
Michal Hlavinka 2009-05-05 09:57:59 +00:00
parent 895e246d38
commit 9c01939d40
2 changed files with 14 additions and 10 deletions

View File

@ -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

View File

@ -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@redhat.com> - 20090501-1
- updated to 2009-05-01
* Tue Mar 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 20081104-3
- fix typos in spec file