diff --git a/tk.changes b/tk.changes index 830a938..b373dcf 100644 --- a/tk.changes +++ b/tk.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Mar 1 17:32:13 UTC 2024 - Reinhard Max + +- New version 8.6.14: + * (bug)[6ee162] crash in [ttk::style configure] + * Permit [tk scaling] to return scale factor in safe interp + * Correct rounding of [nsFont pointSize] + * (bug)[cee095] X error handler management in Tk_MeasureChars + * (bug)[170551] crash in [tk busy forget] + * (bug)[6cd476] crash using [tk busy hold] + * (bug)[93fe36] Fix <> with -tearoff + * (bug)[15c685] menu clones, tests menu-20.1[2-6] + * (bug)[f4d9d7] canvas items ignored -disabledwidth + * (bug)[a9cf21] Text selection omits first character + * (bug)[310c74] No theme change attempts after Tk finalize + * (bug)[3414695] Dialogs robust against parent destruction + * (bug)[ab9581] Guard against use-after-free crashes + * (bug)[7447ed] [tk_chooseColor] handle grab fail + * (bug)[4666f2] Protect aganst NULL windows + * (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9] + * (bug)[578441] memleak in TkScrollWindow + * (bug)[228476] link wish to correct libtk + * (bug)[f9eddb] region clip & copy better OS implementations + * (bug)[c35c34] memleak in Initialize + ------------------------------------------------------------------- Wed Nov 23 16:45:26 UTC 2022 - Reinhard Max diff --git a/tk.spec b/tk.spec index b3083d1..69017ae 100644 --- a/tk.spec +++ b/tk.spec @@ -1,7 +1,7 @@ # # spec file for package tk # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ BuildRequires: libXt-devel BuildRequires: pkg-config BuildRequires: tcl-devel URL: http://www.tcl.tk -Version: 8.6.13 +Version: 8.6.14 Release: 0 %define rrc %{nil} BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/tk8.6.13-src.tar.gz b/tk8.6.13-src.tar.gz deleted file mode 100644 index 98585c7..0000000 --- a/tk8.6.13-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675 -size 4546848 diff --git a/tk8.6.14-src.tar.gz b/tk8.6.14-src.tar.gz new file mode 100644 index 0000000..ef1a290 --- /dev/null +++ b/tk8.6.14-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94 +size 4510695