* (bug)[d43f96] [string trim*] broken for Emoji
* (bug)[22324b] [string reverse] broken for Emoji * (bug)[1dab71,7c64aa] BRE broken by uninitialized value use * (bug)[8419c5] Unix tty channels tolerate EINTR *** POTENTIAL INCOMPATIBILITY *** * (bug)[4c591f] [string compare] EIAS violation * (bug)[266494] [concat foo [list #]] EIAS violation * (bug)[24b918] Save IO buffers from modern optimizers * (new) support for POSIX error EILSEQ * (bug)[688fcc] segfault during traced delete of alias * (bug)[ccc448] segfault in ensemble rewrite machinery * (new) Update to Unicode-14 * (bug)[a8579d] failed proc argument spec processing OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=136
This commit is contained in:
parent
02549f17b4
commit
375ebc8c54
15
tcl.changes
15
tcl.changes
@ -2,9 +2,20 @@
|
|||||||
Tue Nov 9 17:08:21 UTC 2021 - Reinhard Max <max@suse.com>
|
Tue Nov 9 17:08:21 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
- New version 8.6.12:
|
- New version 8.6.12:
|
||||||
* ToDo
|
* (bug)[d43f96] [string trim*] broken for Emoji
|
||||||
|
* (bug)[22324b] [string reverse] broken for Emoji
|
||||||
|
* (bug)[1dab71,7c64aa] BRE broken by uninitialized value use
|
||||||
|
* (bug)[8419c5] Unix tty channels tolerate EINTR
|
||||||
|
*** POTENTIAL INCOMPATIBILITY ***
|
||||||
|
* (bug)[4c591f] [string compare] EIAS violation
|
||||||
|
* (bug)[266494] [concat foo [list #]] EIAS violation
|
||||||
|
* (bug)[24b918] Save IO buffers from modern optimizers
|
||||||
|
* (new) support for POSIX error EILSEQ
|
||||||
|
* (bug)[688fcc] segfault during traced delete of alias
|
||||||
|
* (bug)[ccc448] segfault in ensemble rewrite machinery
|
||||||
|
* (new) Update to Unicode-14
|
||||||
|
* (bug)[a8579d] failed proc argument spec processing
|
||||||
* Obsoletes tcl-aa4a13c15516da45.patch
|
* Obsoletes tcl-aa4a13c15516da45.patch
|
||||||
|
|
||||||
- Bump %itclver and ensure it stays in sync.
|
- Bump %itclver and ensure it stays in sync.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
2
tcl.spec
2
tcl.spec
@ -20,7 +20,7 @@ Name: tcl
|
|||||||
URL: http://www.tcl.tk
|
URL: http://www.tcl.tk
|
||||||
Version: 8.6.12
|
Version: 8.6.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %nil
|
%define rrc %{nil}
|
||||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||||
%define itclver 4.2.2
|
%define itclver 4.2.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user