[ksh] ksh updated to 2011-04-15

Michal Hlavinka mhlavink at fedoraproject.org
Mon Apr 18 12:45:09 UTC 2011


commit b97b525faf2c86aadfaa40fff2a1cc166e1ceca1
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Apr 18 14:45:13 2011 +0200

    ksh updated to 2011-04-15

 .gitignore                 |    2 ++
 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(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d146547..2666159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ INIT.2010-07-01.tgz
 /INIT.2011-02-02.tgz
 /ast-ksh.2011-02-08.tgz
 /INIT.2011-02-08.tgz
+/ast-ksh.2011-04-15.tgz
+/INIT.2011-04-15.tgz
diff --git a/ksh.spec b/ksh.spec
index 15dacc1..8c3cd4a 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -1,12 +1,12 @@
-%global       releasedate 2011-02-08
+%global       releasedate 2011-04-15
 
 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:      20110415
+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
+* Mon Apr 18 2011 Michal Hlavinka <mhlavink at redhat.com> - 20110415-1
+- ksh updated to 2011-04-15
+
 * 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..275daaf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5481d41adf067503afbad92d048ff91a  ast-ksh.2011-02-08.tgz
-2870a583f7c170d4f67b1d9858d6b091  INIT.2011-02-08.tgz
+8e0269bcb1f6c231c2e59c2f303bf975  ast-ksh.2011-04-15.tgz
+5b7b17c38502cbceecf05edbb1be4b00  INIT.2011-04-15.tgz


More information about the scm-commits mailing list