[ksh] ksh updated to 2012-05-31

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jun 4 13:15:39 UTC 2012


commit 0ca013131724453e08907014703eccb705605ef4
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Jun 4 15:15:33 2012 +0200

    ksh updated to 2012-05-31

 .gitignore                  |    2 ++
 ksh-20120229-rc12hang.patch |   21 ---------------------
 ksh.spec                    |   14 +++++++-------
 sources                     |    4 ++--
 4 files changed, 11 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3079db4..b2204b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,5 @@ INIT.2010-07-01.tgz
 /INIT.2012-02-14.tgz
 /ast-ksh.2012-02-29.tgz
 /INIT.2012-02-29.tgz
+/ast-ksh.2012-05-31.tgz
+/INIT.2012-05-31.tgz
diff --git a/ksh.spec b/ksh.spec
index ef1237c..f80b423 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -1,12 +1,12 @@
-%global       releasedate 2012-02-29
+%global       releasedate 2012-05-31
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      EPL
-Version:      20120229
-Release:      2%{?dist}
+Version:      20120531
+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,8 +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-20120229-rc12hang.patch
-
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Conflicts:    pdksh
 Requires: coreutils, glibc-common, diffutils
@@ -42,7 +40,6 @@ with "sh" (the Bourne Shell).
 %setup -q -T -D -a 1
 %patch1 -p1 -b .builtins
 %patch2 -p1 -b .fixregr
-%patch3 -p1 -b .rc12hang
 
 #/dev/fd test does not work because of mock
 sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
@@ -51,7 +48,7 @@ sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
 ./bin/package
 ./bin/package make mamake ||:
 ./bin/package make mamake ||:
-export CCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unknown-pragmas -Wno-parentheses -Wno-unused -Wno-unused-but-set-variable -Wno-cpp"
 export CC=gcc
 ./bin/package "make"
 
@@ -128,6 +125,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Jun 04 2012 Michal Hlavinka <mhlavink at redhat.com> - 20120531-1
+- ksh updated to 2012-05-31
+
 * Mon Mar 19 2012 Michal Hlavinka <mhlavink at redhat.com> - 20120229-2
 - do not hang after return code 12
 
diff --git a/sources b/sources
index c1b610e..2993df0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2ed0c6d28ed4b5edaf913b5de3259737  ast-ksh.2012-02-29.tgz
-0ef3c9413b69358503aa3cb297c532c4  INIT.2012-02-29.tgz
+707b6d2c338e64e9b6e1db5296e384f5  ast-ksh.2012-05-31.tgz
+190c689937c84978964cabf4b2d5555e  INIT.2012-05-31.tgz


More information about the scm-commits mailing list