ksh updated to 2012-06-20
This commit is contained in:
parent
219a505829
commit
207226adfd
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,3 +48,5 @@ INIT.2010-07-01.tgz
|
|||||||
/INIT.2012-05-31.tgz
|
/INIT.2012-05-31.tgz
|
||||||
/ast-ksh.2012-06-12.tgz
|
/ast-ksh.2012-06-12.tgz
|
||||||
/INIT.2012-06-12.tgz
|
/INIT.2012-06-12.tgz
|
||||||
|
/ast-ksh.2012-06-20.tgz
|
||||||
|
/INIT.2012-06-20.tgz
|
||||||
|
7
ksh.spec
7
ksh.spec
@ -1,11 +1,11 @@
|
|||||||
%global releasedate 2012-06-12
|
%global releasedate 2012-06-20
|
||||||
|
|
||||||
Name: ksh
|
Name: ksh
|
||||||
Summary: The Original ATT Korn Shell
|
Summary: The Original ATT Korn Shell
|
||||||
URL: http://www.kornshell.com/
|
URL: http://www.kornshell.com/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: EPL
|
License: EPL
|
||||||
Version: 20120612
|
Version: 20120620
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
|
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
|
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
|
||||||
@ -125,6 +125,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120620-1
|
||||||
|
- ksh updated to 2012-06-20
|
||||||
|
|
||||||
* Wed Jun 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120612-1
|
* Wed Jun 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120612-1
|
||||||
- ksh updated to 20120612
|
- ksh updated to 20120612
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user