[ksh/f17] ksh updated to 2012-02-29

Michal Hlavinka mhlavink at fedoraproject.org
Wed Mar 14 13:38:51 UTC 2012


commit e0ccf58763f4b36e5f8ba417c18633dccb991977
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Mar 14 14:38:45 2012 +0100

    ksh updated to 2012-02-29

 .gitignore                |    2 ++
 ksh-20120214-fdleak.patch |   11 -----------
 ksh.spec                  |   11 ++++++-----
 sources                   |    4 ++--
 4 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0af89b..3079db4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@ INIT.2010-07-01.tgz
 /INIT.2012-02-02.tgz
 /ast-ksh.2012-02-14.tgz
 /INIT.2012-02-14.tgz
+/ast-ksh.2012-02-29.tgz
+/INIT.2012-02-29.tgz
diff --git a/ksh.spec b/ksh.spec
index 285d426..f137aaf 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -1,12 +1,12 @@
-%global       releasedate 2012-02-14
+%global       releasedate 2012-02-29
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      EPL
-Version:      20120214
-Release:      3%{?dist}
+Version:      20120229
+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
@@ -19,7 +19,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-20120214-fdleak.patch
 
 # for ksh <= 2012-03-09, fix tilda expansion, rhbz#802565
 Patch4: ksh-20120214-tildafix.patch
@@ -44,7 +43,6 @@ with "sh" (the Bourne Shell).
 %setup -q -T -D -a 1
 %patch1 -p1 -b .builtins
 %patch2 -p1 -b .fixregr
-%patch3 -p1 -b .fdleak
 %patch4 -p1 -b .tildafix
 
 #/dev/fd test does not work because of mock
@@ -131,6 +129,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Mar 14 2012 Michal Hlavinka <mhlavink at redhat.com> - 20120229-1
+- ksh updated to 2012-02-29
+
 * Wed Mar 14 2012 Michal Hlavinka <mhlavink at redhat.com> - 20120214-3
 - fix tilda expansion in scripts
 
diff --git a/sources b/sources
index 46d2732..c1b610e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f1c11472bca832e44b7ad553c9fc3d07  ast-ksh.2012-02-14.tgz
-5375a11e4fb71d766fa693fe3cfda970  INIT.2012-02-14.tgz
+2ed0c6d28ed4b5edaf913b5de3259737  ast-ksh.2012-02-29.tgz
+0ef3c9413b69358503aa3cb297c532c4  INIT.2012-02-29.tgz


More information about the scm-commits mailing list