diff --git a/.cvsignore b/.cvsignore index 94455c5..e2dd80e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -mksh-R37b.cpio.gz +mksh-R38.cpio.gz arc4random.c diff --git a/mksh.spec b/mksh.spec index cd4023e..a484b51 100644 --- a/mksh.spec +++ b/mksh.spec @@ -2,7 +2,7 @@ Summary: MirBSD enhanced version of the Korn Shell Name: mksh -Version: 37b +Version: 38 Release: 1%{?dist} License: BSD with advertising Group: System Environment/Shells @@ -30,7 +30,7 @@ mv %{name}/* . && rm -rf %{name} cp -f %{SOURCE1} . %build -CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -j +CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -combine %install rm -rf $RPM_BUILD_ROOT @@ -66,11 +66,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc copyright dot.mkshrc +%doc dot.mkshrc %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog +* Sun May 31 2009 Robert Scheck 38-1 +- Upgrade to 38 and updated arc4random.c file +- Used -combine (-fwhole-program) rather the old -j switch + * Sun Apr 05 2009 Robert Scheck 37b-1 - Upgrade to 37b diff --git a/sources b/sources index cecdc92..4dac010 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -12d8f271ad57593545476c7f0ec35d97 mksh-R37b.cpio.gz -9479ad2e83ba6a275283ff2eaad49086 arc4random.c +e2fa1f50690abf763cc3e4d8e1612728 mksh-R38.cpio.gz +68160e316642b01464544b3f91a82bf7 arc4random.c