[ksh/f14] ksh updated to 2011-05-05

Michal Hlavinka mhlavink at fedoraproject.org
Wed May 11 11:48:38 UTC 2011


commit 8f65a5128ed32f789c4e4daf575dae7384f683a1
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed May 11 13:48:26 2011 +0200

    ksh updated to 2011-05-05

 .gitignore                 |   32 ++------------------------------
 ksh-20110208-arrays.patch  |   12 ------------
 ksh-20110208-clist.patch   |   12 ------------
 ksh-20110208-suspend.patch |   11 -----------
 ksh.spec                   |   21 ++++++---------------
 sources                    |    4 ++--
 6 files changed, 10 insertions(+), 82 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d146547..730f2c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,30 +1,2 @@
-ast-ksh.2010-07-01.tgz
-INIT.2010-07-01.tgz
-/ast-ksh.2010-08-11.tgz
-/INIT.2010-08-11.tgz
-/ast-ksh.2010-08-26.tgz
-/INIT.2010-08-26.tgz
-/ast-ksh.2010-09-24.tgz
-/INIT.2010-09-24.tgz
-/ast-ksh.2010-10-10.tgz
-/INIT.2010-10-10.tgz
-/ast-ksh.2010-10-26.tgz
-/INIT.2010-10-26.tgz
-/ast-ksh.2010-11-22.tgz
-/INIT.2010-11-22.tgz
-/ast-ksh.2010-12-01.tgz
-/INIT.2010-12-01.tgz
-/ast-ksh.2010-12-12.tgz
-/INIT.2010-12-12.tgz
-/ast-ksh.2011-01-04.tgz
-/INIT.2011-01-04.tgz
-/ast-ksh.2011-01-18.tgz
-/INIT.2011-01-18.tgz
-/ast-ksh.2011-01-27.tgz
-/INIT.2011-01-27.tgz
-/ast-ksh.2011-01-31.tgz
-/INIT.2011-01-31.tgz
-/ast-ksh.2011-02-02.tgz
-/INIT.2011-02-02.tgz
-/ast-ksh.2011-02-08.tgz
-/INIT.2011-02-08.tgz
+ast-ksh.2011-05-05.tgz
+INIT.2011-05-05.tgz
diff --git a/ksh.spec b/ksh.spec
index d07f131..c3aa4f4 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -1,12 +1,12 @@
-%global       releasedate 2011-02-08
+%global       releasedate 2011-05-05
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
-Version:      20110208
-Release:      3%{?dist}
+Version:      20110505
+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
@@ -20,15 +20,6 @@ Patch1:       ksh-20070328-builtins.patch
 #fix regression test suite to be usable during packagebuild - Fedora/RHEL specific
 Patch2:       ksh-20100826-fixregr.patch
 
-Patch3:       ksh-20110208-clist.patch
-
-#for ksh<=20110329
-Patch4:       ksh-20110208-arrays.patch
-
-#for ksh<=20110329
-Patch5:       ksh-20110208-suspend.patch
-
-
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Conflicts:    pdksh
 Requires: coreutils, glibc-common, diffutils
@@ -49,9 +40,6 @@ with "sh" (the Bourne Shell).
 %setup -q -T -D -a 1
 %patch1 -p1 -b .builtins
 %patch2 -p1 -b .fixregr
-%patch3 -p1 -b .clist
-%patch4 -p1 -b .oddarrays
-%patch5 -p1 -b .suspend
 
 #/dev/fd test does not work because of mock
 sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
@@ -130,6 +118,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed May 11 2011 Michal Hlavinka <mhlavink at redhat.com> - 20110505-1
+- ksh updated to 2011-05-05
+
 * Tue Mar 29 2011 Michal Hlavinka <mhlavink at redhat.com> - 20110208-3
 - fix array definition being treated as fixed array
 - fix suspend crashing ksh
diff --git a/sources b/sources
index 8a35cd7..b74ae7f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5481d41adf067503afbad92d048ff91a  ast-ksh.2011-02-08.tgz
-2870a583f7c170d4f67b1d9858d6b091  INIT.2011-02-08.tgz
+66017586210d33bc45641bb4f63c9325  ast-ksh.2011-05-05.tgz
+438bbad8d15f408f9e1eeba8cb530d50  INIT.2011-05-05.tgz


More information about the scm-commits mailing list