rpms/mksh/F-8 .cvsignore, 1.8, 1.9 mksh.spec, 1.9, 1.10 sources, 1.8, 1.9

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Nov 9 23:50:09 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/mksh/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28628/F-8

Modified Files:
	.cvsignore mksh.spec sources 
Log Message:
- Upgrade to 32
- Solved fork problems in %check (thanks to Thorsten Glaser)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	15 Oct 2007 17:59:07 -0000	1.8
+++ .cvsignore	9 Nov 2007 23:49:35 -0000	1.9
@@ -1,2 +1,2 @@
-mksh-R31d.cpio.gz
+mksh-R32.cpio.gz
 arc4random.c


Index: mksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/F-8/mksh.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mksh.spec	15 Oct 2007 17:59:07 -0000	1.9
+++ mksh.spec	9 Nov 2007 23:49:35 -0000	1.10
@@ -2,7 +2,7 @@
 
 Summary:          MirBSD enhanced version of the Korn Shell
 Name:             mksh
-Version:          31d
+Version:          32
 Release:          1%{?dist}
 License:          BSD with advertising
 Group:            System Environment/Shells
@@ -38,7 +38,14 @@
 install -D -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 
 %check
-script -qc "./test.sh -v"
+echo > test.wait
+script -qc './test.sh -v; x=$?; rm -f test.wait; exit $x'
+maxwait=0
+while test -e test.wait; do
+  sleep 1
+  maxwait=$(expr $maxwait + 1)
+  test $maxwait -lt 900 || break
+done
 
 %post
 if [ ! -f %{_sysconfdir}/shells ]; then
@@ -64,6 +71,10 @@
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sat Nov 10 2007 Robert Scheck <robert at fedoraproject.org> 32-1
+- Upgrade to 32
+- Solved fork problems in %%check (thanks to Thorsten Glaser)
+
 * Mon Oct 15 2007 Robert Scheck <robert at fedoraproject.org> 31d-1
 - Upgrade to 31d
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	15 Oct 2007 17:59:07 -0000	1.8
+++ sources	9 Nov 2007 23:49:35 -0000	1.9
@@ -1,2 +1,2 @@
-a7c77428bd2b887c1583095a00c84aac  mksh-R31d.cpio.gz
+c54c416de790c67c0f4409008a68efd4  mksh-R32.cpio.gz
 4c61767ff91253869cff5f7b366d54af  arc4random.c




More information about the fedora-extras-commits mailing list