rpms/ksh/F-12 .cvsignore, 1.23, 1.24 ksh.spec, 1.57, 1.58 sources, 1.24, 1.25

Michal Hlavinka mhlavink at fedoraproject.org
Wed Mar 10 15:58:05 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/ksh/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5564

Modified Files:
	.cvsignore ksh.spec sources 
Log Message:
* Wed Mar 10 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100309-1
- updated to 2010-03-09
- fix mock building - detection of /dev/fd/X



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-12/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	9 Feb 2010 09:21:19 -0000	1.23
+++ .cvsignore	10 Mar 2010 15:58:03 -0000	1.24
@@ -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


Index: ksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-12/ksh.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- ksh.spec	9 Feb 2010 09:57:52 -0000	1.57
+++ ksh.spec	10 Mar 2010 15:58:04 -0000	1.58
@@ -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 <mhlavink at redhat.com> - 20100309-1
+- updated to 2010-03-09
+- fix mock building - detection of /dev/fd/X
+
 * Tue Feb 09 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100202-1
 - updated to 2010-02-02
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/F-12/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	9 Feb 2010 09:21:20 -0000	1.24
+++ sources	10 Mar 2010 15:58:05 -0000	1.25
@@ -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



More information about the scm-commits mailing list