Accepting request 198183 from home:kpetsch:branches:devel:languages:tcl
Update to 8.6.1rc0 OBS-URL: https://build.opensuse.org/request/show/198183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=66
This commit is contained in:
parent
0f21c2422e
commit
948d20e585
31
tcl.changes
31
tcl.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 07:30:57 UTC 2013 - kpetsch@suse.com
|
||||
|
||||
- New patchlevel release 8.6.1rc0:
|
||||
- Many optimaizations, improvements and tightened stack management
|
||||
in bytecode
|
||||
- Many enhancements and Bugfixes:
|
||||
* Improve ensemble bytecode
|
||||
* Selected script code improvements => tcltest 2.3.6
|
||||
* Broaden glibc version detection => platform 1.0.12
|
||||
* [array set] compile improvement
|
||||
* [auto_mkindex] support Tcl00
|
||||
* Tcl_Zlib*() routines tolerate NULL interps
|
||||
* Improved [list {*}...] compile
|
||||
* Restored lost performance appending to long strings
|
||||
* Errors from execution traces become errors of the command
|
||||
- Platform Support:
|
||||
* Cygwin64
|
||||
* mingw-4.0
|
||||
* FreeBSD updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 12:18:58 UTC 2013 - max@suse.com
|
||||
|
||||
@ -992,29 +1013,29 @@ Mon Sep 21 16:05:47 MEST 1998 - ro@suse.de
|
||||
- for GLIBC EOPNOTSUPP and ENOTSUP seem to map to same value
|
||||
- catch duplicate cases for this reason in tclPosixStr.c
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 20:35:04 MET 1997 - hf@suse.de
|
||||
|
||||
new version 8.0p1
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 14:21:35 MET 1997 - hf@suse.de
|
||||
|
||||
ready for autobuild
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 3 13:42:22 GMT 1997 - hf@suse.de
|
||||
|
||||
A new release 8.0b2, the second (and probably final) beta release for
|
||||
Tcl 8.0.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 14:04:29 GMT 1997 - hf@suse.de
|
||||
|
||||
- added static librs and all links for the manpages in
|
||||
the /usr/doc/packages/tcl8.0/man
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 13:56:56 GMT 1997 - hf@suse.de
|
||||
|
||||
- manpages hardlinks removed and added softlinks to
|
||||
|
4
tcl.spec
4
tcl.spec
@ -18,9 +18,9 @@
|
||||
|
||||
Name: tcl
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.6.0
|
||||
Version: 8.6.1
|
||||
Release: 0
|
||||
%define rrc %nil
|
||||
%define rrc rc0
|
||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: The Tcl Programming Language
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade
|
||||
size 8636908
|
3
tcl8.6.1rc0-src.tar.gz
Normal file
3
tcl8.6.1rc0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5402328030f2fb9d006d07ef6aa4072ea242c8890b1e2299c9d9cfa08a4e3942
|
||||
size 8749655
|
Loading…
Reference in New Issue
Block a user