From 553958db8187452fa7314c9e9afc56f6a762e696b5c459ce930130f50e38cc55 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 12 Dec 2018 16:56:51 +0000 Subject: [PATCH] - New version: 8.6.9: * NR-enable [package require] * (bug)[9fd5c6] crash in object deletion, test oo-11.5 * (bug)[3c32a3] crash deleting object with class mixed in * (platform) stop using -lieee, removed from glibc-2.27 * (bug)[8e6a9a] bad binary [string match], test string-11.55 * (bug)[1873ea] repair multi-thread std channel init * (bug)[db36fa] broken bytecode for index values * (bug) broken compiled [string replace], test string-14.19 * (bug) [string trim*] engine crashed on invalid UTF * (bug) missing trace in compiled [array set], test var-20.11 * (bug)[46a241] crash in unset array with search, var-13.[23] * (bug)[27b682] race made [file delete] raise "no such file" * (bug)[925643] 32/64 cleanup of filesystem DIR operations * (bug) leaks in TclSetEnv and env cache * (bug)[3592747] [yieldto] dying namespace, tailcall-14.1 * (bug)[270f78] race in [file mkdir] * (bug)[3f7af0] [file delete] raised "permission denied" * (bug)[d051b7] overflow crash in [format] * revised quoting of [exec] args in generated command line * HTTP Keep-Alive with pipelined requests * (new)[TIP 505] [lreplace] accepts all out of range indices * (bug) Prevent crash from NULL keyName in the registry package * Update tcltest package for Travis support * (bug)[35a8f1] overlong string length of some lists * (bug)[00d04c] Repair [binary encode base64] OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=112 --- tcl.changes | 30 ++++++++++++++++++++++++++++++ tcl.spec | 7 ++++--- tcl8.6.8-src.tar.gz | 3 --- tcl8.6.9-src.tar.gz | 3 +++ 4 files changed, 37 insertions(+), 6 deletions(-) delete mode 100644 tcl8.6.8-src.tar.gz create mode 100644 tcl8.6.9-src.tar.gz diff --git a/tcl.changes b/tcl.changes index c3fe322..a2f07b4 100644 --- a/tcl.changes +++ b/tcl.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Dec 12 16:28:09 UTC 2018 - Reinhard Max + +- New version: 8.6.9: + * NR-enable [package require] + * (bug)[9fd5c6] crash in object deletion, test oo-11.5 + * (bug)[3c32a3] crash deleting object with class mixed in + * (platform) stop using -lieee, removed from glibc-2.27 + * (bug)[8e6a9a] bad binary [string match], test string-11.55 + * (bug)[1873ea] repair multi-thread std channel init + * (bug)[db36fa] broken bytecode for index values + * (bug) broken compiled [string replace], test string-14.19 + * (bug) [string trim*] engine crashed on invalid UTF + * (bug) missing trace in compiled [array set], test var-20.11 + * (bug)[46a241] crash in unset array with search, var-13.[23] + * (bug)[27b682] race made [file delete] raise "no such file" + * (bug)[925643] 32/64 cleanup of filesystem DIR operations + * (bug) leaks in TclSetEnv and env cache + * (bug)[3592747] [yieldto] dying namespace, tailcall-14.1 + * (bug)[270f78] race in [file mkdir] + * (bug)[3f7af0] [file delete] raised "permission denied" + * (bug)[d051b7] overflow crash in [format] + * revised quoting of [exec] args in generated command line + * HTTP Keep-Alive with pipelined requests + * (new)[TIP 505] [lreplace] accepts all out of range indices + * (bug) Prevent crash from NULL keyName in the registry package + * Update tcltest package for Travis support + * (bug)[35a8f1] overlong string length of some lists + * (bug)[00d04c] Repair [binary encode base64] + ------------------------------------------------------------------- Thu Mar 15 14:54:52 CET 2018 - ro@suse.de diff --git a/tcl.spec b/tcl.spec index 9db5501..1fa3403 100644 --- a/tcl.spec +++ b/tcl.spec @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tcl Url: http://www.tcl.tk -Version: 8.6.8 +Version: 8.6.9 Release: 0 %define rrc %{nil} %define TCL_MINOR %(echo %version | cut -c1-3) -%define itclver 4.1.1 +%define itclver 4.1.2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: The Tcl Programming Language License: TCL @@ -138,6 +138,7 @@ EOF make test 2>&1 | tee testresults grep FAILED testresults | grep -Fvwf known-failures && exit 1 %endif +exit 0 %install make -C unix install install-private-headers \ diff --git a/tcl8.6.8-src.tar.gz b/tcl8.6.8-src.tar.gz deleted file mode 100644 index bafac38..0000000 --- a/tcl8.6.8-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a -size 9793786 diff --git a/tcl8.6.9-src.tar.gz b/tcl8.6.9-src.tar.gz new file mode 100644 index 0000000..c1036c6 --- /dev/null +++ b/tcl8.6.9-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e +size 10000896