This commit is contained in:
parent
12fe1f6f1a
commit
757597e27f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0be3a0b3ce5c2d4364c7df5f98a3b5d3d9c68650061d521b2a926e774458cf09
|
||||
size 265027
|
3
INIT.2008-10-10.tar.bz2
Normal file
3
INIT.2008-10-10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:064c53bd88b61bb1116c60570d8415d2657496fa7fe010e71c6234be75d817f8
|
||||
size 265042
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f981b221512e9c36a758bd7b85ce6d9d458d4f2e33e60b2429e815f9698a3a5
|
||||
size 1396991
|
3
ast-ksh.2008-10-10.tar.bz2
Normal file
3
ast-ksh.2008-10-10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03e9d6ff4e95d8fb670b990b71f6b934cde71781d2f26b7f63b3cc43b9e91e98
|
||||
size 1398718
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 12:19:38 CEST 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 13:57:27 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: 3
|
||||
Release: 4
|
||||
Summary: Korn Shell
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: INIT.2008-10-09.tar.bz2
|
||||
Source1: ast-ksh.2008-10-09.tar.bz2
|
||||
Source: INIT.2008-10-10.tar.bz2
|
||||
Source1: ast-ksh.2008-10-10.tar.bz2
|
||||
Source2: ast-open-locale.2008-07-25.tar.bz2
|
||||
Source20: Agreement
|
||||
Source21: Warning
|
||||
@ -371,6 +371,9 @@ fi
|
||||
%{_includedir}/ast/
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
* Mon Oct 13 2008 werner@suse.de
|
||||
- Switch to 2008-10-09 beta test of ksh93t to fix a hang caused by
|
||||
a subshell command substitution with redirection and a crash in
|
||||
|
@ -122,6 +122,15 @@
|
||||
done trestore.o generated
|
||||
make waitevent.o
|
||||
make sh/waitevent.c
|
||||
@@ -1229,7 +1229,7 @@ prev ${PACKAGE_ast_INCLUDE}/ast_standard
|
||||
done data/strdata.c
|
||||
meta strdata.o %.c>%.o data/strdata.c strdata
|
||||
prev data/strdata.c
|
||||
-exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -DSHOPT_MULTIBYTE -DSHOPT_PFSH -c data/strdata.c
|
||||
+exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -DSHOPT_MULTIBYTE -DSHOPT_PFSH -c data/strdata.c
|
||||
done strdata.o generated
|
||||
make testops.o
|
||||
make data/testops.c
|
||||
@@ -1372,7 +1372,7 @@ prev +ljobs
|
||||
prev +li
|
||||
prev ${mam_libsocket}
|
||||
|
Loading…
x
Reference in New Issue
Block a user