- Upgrade to 38 and updated arc4random.c file

- Used -combine (-fwhole-program) rather the old -j switch
This commit is contained in:
Robert Scheck 2009-05-31 13:05:38 +00:00
parent 0d04dc8bc2
commit 8a4f27b542
3 changed files with 10 additions and 6 deletions

View File

@ -1,2 +1,2 @@
mksh-R37b.cpio.gz
mksh-R38.cpio.gz
arc4random.c

View File

@ -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 <robert@fedoraproject.org> 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 <robert@fedoraproject.org> 37b-1
- Upgrade to 37b

View File

@ -1,2 +1,2 @@
12d8f271ad57593545476c7f0ec35d97 mksh-R37b.cpio.gz
9479ad2e83ba6a275283ff2eaad49086 arc4random.c
e2fa1f50690abf763cc3e4d8e1612728 mksh-R38.cpio.gz
68160e316642b01464544b3f91a82bf7 arc4random.c