This commit is contained in:
parent
757597e27f
commit
08ae78465e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:064c53bd88b61bb1116c60570d8415d2657496fa7fe010e71c6234be75d817f8
|
||||
size 265042
|
3
INIT.2008-10-31.tar.bz2
Normal file
3
INIT.2008-10-31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d69ad7af3c4e3bf9101b86a05bccb6b900a2e145fc51d86ef8dee37e3c9397cd
|
||||
size 265334
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03e9d6ff4e95d8fb670b990b71f6b934cde71781d2f26b7f63b3cc43b9e91e98
|
||||
size 1398718
|
3
ast-ksh.2008-10-31.tar.bz2
Normal file
3
ast-ksh.2008-10-31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3141e43f83e77ebb7d066e0cd9d631464b2dfd5fd9e5181d2907f16bf8983935
|
||||
size 1398945
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 11:07:06 CET 2008 - werner@suse.de
|
||||
|
||||
- Switch to 2008-10-31 beta test of ksh93t to fix core dump
|
||||
in scoping/initialization of variables and arrays.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 12:19:38 CEST 2008 - werner@suse.de
|
||||
|
||||
|
9
ksh.spec
9
ksh.spec
@ -29,11 +29,11 @@ Group: System/Shells
|
||||
PreReq: /bin/ln /bin/rm /etc/bash.bashrc /bin/true
|
||||
AutoReqProv: on
|
||||
Version: 93t
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: Korn Shell
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: INIT.2008-10-10.tar.bz2
|
||||
Source1: ast-ksh.2008-10-10.tar.bz2
|
||||
Source: INIT.2008-10-31.tar.bz2
|
||||
Source1: ast-ksh.2008-10-31.tar.bz2
|
||||
Source2: ast-open-locale.2008-07-25.tar.bz2
|
||||
Source20: Agreement
|
||||
Source21: Warning
|
||||
@ -371,6 +371,9 @@ fi
|
||||
%{_includedir}/ast/
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2008 werner@suse.de
|
||||
- Switch to 2008-10-31 beta test of ksh93t to fix core dump
|
||||
in scoping/initialization of variables and arrays.
|
||||
* Tue Oct 14 2008 werner@suse.de
|
||||
- Switch to 2008-10-10 beta test of ksh93t to fix multibyte handle
|
||||
in the read builtin and fix a bug in array type handle.
|
||||
|
@ -218,8 +218,8 @@
|
||||
done sfio/sfvprintf.c
|
||||
meta sfvprintf.o %.c>%.o sfio/sfvprintf.c sfvprintf
|
||||
prev sfio/sfvprintf.c
|
||||
-exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sfvprintf.c
|
||||
+exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sfvprintf.c
|
||||
-exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${mam_cc_NOPROTECT} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sfvprintf.c
|
||||
+exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${mam_cc_NOPROTECT} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sfvprintf.c
|
||||
done sfvprintf.o generated
|
||||
make sfvscanf.o
|
||||
make sfio/sfvscanf.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user