From 12fe1f6f1a9686994f94be7c18aa3219e3da0da6d970a5cc8e3b8a160f897ad8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 13 Oct 2008 14:35:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksh?expand=0&rev=21 --- INIT.2008-10-01.tar.bz2 | 3 --- INIT.2008-10-09.tar.bz2 | 3 +++ ast-ksh.2008-10-01.tar.bz2 | 3 --- ast-ksh.2008-10-09.tar.bz2 | 3 +++ ksh.changes | 7 +++++++ ksh.spec | 10 +++++++--- 6 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 INIT.2008-10-01.tar.bz2 create mode 100644 INIT.2008-10-09.tar.bz2 delete mode 100644 ast-ksh.2008-10-01.tar.bz2 create mode 100644 ast-ksh.2008-10-09.tar.bz2 diff --git a/INIT.2008-10-01.tar.bz2 b/INIT.2008-10-01.tar.bz2 deleted file mode 100644 index af0e286..0000000 --- a/INIT.2008-10-01.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e976be8e8ba794ece339ea46ca658b25bf86bfd3b4f06b3a371c5184e895de0 -size 265025 diff --git a/INIT.2008-10-09.tar.bz2 b/INIT.2008-10-09.tar.bz2 new file mode 100644 index 0000000..aa9b5a4 --- /dev/null +++ b/INIT.2008-10-09.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be3a0b3ce5c2d4364c7df5f98a3b5d3d9c68650061d521b2a926e774458cf09 +size 265027 diff --git a/ast-ksh.2008-10-01.tar.bz2 b/ast-ksh.2008-10-01.tar.bz2 deleted file mode 100644 index f48d9d4..0000000 --- a/ast-ksh.2008-10-01.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e9ed68602465e2f9b3c42cd4de8b7fad8c7b5711e18139905a6408c79683b57 -size 1396266 diff --git a/ast-ksh.2008-10-09.tar.bz2 b/ast-ksh.2008-10-09.tar.bz2 new file mode 100644 index 0000000..a8ea7c8 --- /dev/null +++ b/ast-ksh.2008-10-09.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f981b221512e9c36a758bd7b85ce6d9d458d4f2e33e60b2429e815f9698a3a5 +size 1396991 diff --git a/ksh.changes b/ksh.changes index e2a4b7e..dbca1ac 100644 --- a/ksh.changes +++ b/ksh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 13 13:57:27 CEST 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 + typeset with types that contain arrays of other types a members + ------------------------------------------------------------------- Thu Oct 9 15:08:12 CEST 2008 - werner@suse.de diff --git a/ksh.spec b/ksh.spec index 4744563..3b4ee0a 100644 --- a/ksh.spec +++ b/ksh.spec @@ -29,11 +29,11 @@ Group: System/Shells PreReq: /bin/ln /bin/rm /etc/bash.bashrc /bin/true AutoReqProv: on Version: 93t -Release: 2 +Release: 3 Summary: Korn Shell BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: INIT.2008-10-01.tar.bz2 -Source1: ast-ksh.2008-10-01.tar.bz2 +Source: INIT.2008-10-09.tar.bz2 +Source1: ast-ksh.2008-10-09.tar.bz2 Source2: ast-open-locale.2008-07-25.tar.bz2 Source20: Agreement Source21: Warning @@ -371,6 +371,10 @@ fi %{_includedir}/ast/ %changelog +* 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 + typeset with types that contain arrays of other types a members * Thu Oct 09 2008 werner@suse.de - Switch to 2008-10-01 beta test of ksh93t to fix several crashes - Do not install locale data as this do not work (bnc#433739)