9 Commits

Author SHA256 Message Date
3c950a4bee Accepting request 1202738 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1202738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=52
2024-09-25 19:53:01 +00:00
5184865355 Final 8.6.15, identical to RC2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=102
2024-09-16 18:30:55 +00:00
0ecacc208a 8.6.15rc2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=101
2024-09-13 16:46:46 +00:00
d4de2e599e Accepting request 1154136 from devel:languages:tcl
- 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 <<MenuSelect>> 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

OBS-URL: https://build.opensuse.org/request/show/1154136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=51
2024-03-03 19:18:10 +00:00
d4b05b8095 * (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 <<MenuSelect>> 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=99
2024-03-01 17:38:51 +00:00
ed6adc1a89 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=98 2024-02-26 18:25:06 +00:00
c2eb267039 - rc1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=97
2024-02-26 18:24:48 +00:00
48952b9316 - New version 8.6.14:
* [...]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=96
2024-02-08 17:27:48 +00:00
2153900c0c OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=95 2023-07-26 15:55:50 +00:00
4 changed files with 53 additions and 5 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Sep 13 16:40:01 UTC 2024 - Reinhard Max <max@suse.com>
- New version 8.6.15:
* [47d4f2] Invoke binding scripts for events with detail field
NotifyInferior *** POTENTIAL INCOMPATIBILITY ***
* [fdc0ed] Fix segfault on [focus -force] with xvfb
* [ab839e] Fix [text undo] clearingdata
* [e30699] Fix appearence of arrows in ttk widgets
* Add keycodes ISO_Group_Shift and dead_hamza
* Improve look of the classic theme
* Improved focus ring for ttk
* [treeview identify] now point aware
* Fix default font detection for high DPI
* Fix [ttk::combobox] covering down arrow
* [a0241c] Fix performance of image copy
* [157652] Fix image read with -from option for gif/png
* [865af0] Throw error message on corrupt gif file
* [51ece3] Fix crash on [canvas dchars]
* [0d4879,089da4,f569b9] Improve focus ring for ttk widgets
* [d82fa2] [ttk::treview] painting/clipping/scrolling of last
item
-------------------------------------------------------------------
Fri Mar 1 17:32:13 UTC 2024 - Reinhard Max <max@suse.com>
- 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 <<MenuSelect>> 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 <max@suse.com>

View File

@@ -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.15
Release: 0
%define rrc %{nil}
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Binary file not shown.

3
tk8.6.15-src.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec
size 4590766