diff --git a/.cvsignore b/.cvsignore index be9ed8a..9ca3fca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -ast-ksh.2010-02-02.tgz -INIT.2010-02-02.tgz +ast-ksh.2010-03-09.tgz +INIT.2010-03-09.tgz diff --git a/ksh.spec b/ksh.spec index 5a6fe85..13e809f 100644 --- a/ksh.spec +++ b/ksh.spec @@ -1,11 +1,11 @@ -%define releasedate 2010-02-02 +%define releasedate 2010-03-09 Name: ksh Summary: The Original ATT Korn Shell URL: http://www.kornshell.com/ Group: System Environment/Shells License: CPL -Version: 20100202 +Version: 20100309 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 @@ -37,6 +37,9 @@ with "sh" (the Bourne Shell). %patch1 -p1 -b .builtins %patch2 -p1 -b .jlist +#/dev/fd test does not work because of mock +sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options + %build ./bin/package "read" ||: export CCFLAGS="$RPM_OPT_FLAGS" @@ -88,6 +91,10 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 10 2010 Michal Hlavinka - 20100309-1 +- updated to 2010-03-09 +- fix mock building - detection of /dev/fd/X + * Tue Feb 09 2010 Michal Hlavinka - 20100202-1 - updated to 2010-02-02 diff --git a/sources b/sources index e67a5da..c052aad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -00282866e979eb21403f0fa73212e3c5 ast-ksh.2010-02-02.tgz -9c96ca12947f52274606a0625466b6dc INIT.2010-02-02.tgz +df8ab5733d1789db00bc2576fb5ecf6f ast-ksh.2010-03-09.tgz +48b71bc6046da85764384169bd17a6dc INIT.2010-03-09.tgz