- ksh updated to 2010-10-10

This commit is contained in:
Michal Hlavinka 2010-10-12 08:34:16 +02:00
parent b988ac8d6b
commit d08af7b2c6
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ INIT.2010-07-01.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

View File

@ -1,12 +1,12 @@
%global releasedate 2010-09-24
%global releasedate 2010-10-10
Name: ksh
Summary: The Original ATT Korn Shell
URL: http://www.kornshell.com/
Group: System Environment/Shells
License: CPL
Version: 20100924
Release: 2%{?dist}
Version: 20101010
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
@ -116,6 +116,9 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101010-1
- ksh updated to 2010-10-10
* Fri Oct 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-2
- disable only known to be broken builtins, let other enabled
- skip regression tests if /dev/fd is missing

View File

@ -1,2 +1,2 @@
af1ff3e77c240d6caf43d4daf33277fa ast-ksh.2010-09-24.tgz
93b8a2560f313f67263c430311cc4031 INIT.2010-09-24.tgz
778a53ed17760bb9c40b4cfc4d275eeb ast-ksh.2010-10-10.tgz
13fc55fe88fde0e1a58c91db835d5440 INIT.2010-10-10.tgz