rpms/ksh/F-13 .cvsignore, 1.24, 1.25 ksh.spec, 1.63, 1.64 sources, 1.25, 1.26 ksh-20090630-jlist.patch, 1.1, NONE ksh-20100309-compsubst.patch, 1.1, NONE ksh-20100309-fixwhence.patch, 1.1, NONE ksh-20100309-pathcrash.patch, 1.1, NONE ksh-20100309-restoretty.patch, 1.2, NONE

Michal Hlavinka mhlavink at fedoraproject.org
Fri Jun 25 15:58:53 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/ksh/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11575

Modified Files:
	.cvsignore ksh.spec sources 
Removed Files:
	ksh-20090630-jlist.patch ksh-20100309-compsubst.patch 
	ksh-20100309-fixwhence.patch ksh-20100309-pathcrash.patch 
	ksh-20100309-restoretty.patch 
Log Message:
* Fri Jun 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100621-1
- updated to 2010-05-27



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-13/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	10 Mar 2010 16:08:51 -0000	1.24
+++ .cvsignore	25 Jun 2010 15:58:52 -0000	1.25
@@ -1,2 +1,2 @@
-ast-ksh.2010-03-09.tgz
-INIT.2010-03-09.tgz
+ast-ksh.2010-06-21.tgz
+INIT.2010-06-21.tgz


Index: ksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-13/ksh.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- ksh.spec	31 May 2010 12:39:58 -0000	1.63
+++ ksh.spec	25 Jun 2010 15:58:53 -0000	1.64
@@ -1,12 +1,12 @@
-%define       releasedate   2010-03-09
+%define       releasedate   2010-06-21
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
-Version:      20100309
-Release:      6%{?dist}
+Version:      20100621
+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
@@ -15,21 +15,6 @@ Source4:      dotkshrc
 #don't use not wanted/needed builtins - Fedora specific
 Patch1:       ksh-20070328-builtins.patch
 
-#debugging, 435159 - check if there is looped list
-Patch2:       ksh-20090630-jlist.patch
-
-#sent upstream, 572291 - tty settings not restored after timed out read for utf-8 locale
-Patch3:       ksh-20100309-restoretty.patch
-
-#sent upstream, rhbz#584704
-Patch4:       ksh-20100309-compsubst.patch
-
-#sent upstream, rhbz#587127, for ksh <2010-03-19
-Patch5:       ksh-20100309-fixwhence.patch
-
-#from upstream, rhbz#578582, for ksh <? 2010-04-13
-Patch6:       ksh-20100309-pathcrash.patch
-
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Conflicts:    pdksh
 Requires: coreutils, glibc-common, diffutils
@@ -47,11 +32,6 @@ with "sh" (the Bourne Shell).
 %setup -q -c
 %setup -q -T -D -a 1
 %patch1 -p1 -b .builtins
-%patch2 -p1 -b .jlist
-%patch3 -p1 -b .restoretty
-%patch4 -p1 -b .compsubst
-%patch5 -p1 -b .fixwhence
-%patch6 -p1 -b .pathcrash
 
 #/dev/fd test does not work because of mock
 sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
@@ -61,7 +41,9 @@ sed -i 's|ls /dev/fd|ls /proc/self/fd|' 
 export CCFLAGS="$RPM_OPT_FLAGS"
 export CC=gcc
 ./bin/package "make"
-cp lib/package/LICENSES/ast LICENSE
+
+#missing in 2010-06-21, chech later if added back
+#cp lib/package/LICENSES/ast LICENSE
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -97,7 +79,8 @@ fi
 
 %files 
 %defattr(-, root, root,-)
-%doc README LICENSE
+#%doc README LICENSE
+%doc README
 /bin/ksh
 %{_mandir}/man1/*
 %config(noreplace) %{_sysconfdir}/skel/.kshrc
@@ -107,6 +90,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Jun 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100621-1
+- updated to 2010-05-27
+
 * Mon May 31 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100309-6
 - add pathmunge to /etc/kshrc
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-13/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	10 Mar 2010 16:08:51 -0000	1.25
+++ sources	25 Jun 2010 15:58:53 -0000	1.26
@@ -1,2 +1,2 @@
-df8ab5733d1789db00bc2576fb5ecf6f  ast-ksh.2010-03-09.tgz
-48b71bc6046da85764384169bd17a6dc  INIT.2010-03-09.tgz
+76c0bcb630e302ed0a75c2bce40ae6cc  ast-ksh.2010-06-21.tgz
+b576f1862b3fd6d4768fe1d31dcee20e  INIT.2010-06-21.tgz


--- ksh-20090630-jlist.patch DELETED ---


--- ksh-20100309-compsubst.patch DELETED ---


--- ksh-20100309-fixwhence.patch DELETED ---


--- ksh-20100309-pathcrash.patch DELETED ---


--- ksh-20100309-restoretty.patch DELETED ---



More information about the scm-commits mailing list