- New version 8.6.13:
* (new)[TIP 599] Extended build information * (bug)[440c52] fix PPM/PGM read with graylevel > 255 * (bug)[5fb814] canvas redraw region for lines/polygones * (new)[631a0b] text widget: direct mouse events to insert mark, not current * (bug)[b164ef] fix mouse events for multiple toplevels * (bug)[be8f5b] crash setting -type empty for a menu * (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues * (bug)[617861] -justify/-anchor defaults for ttk::label * (bug)[40bc81] embedding error test failure * (bug)[b1d115] No <Enter> event on new toplevel on current toplevel destruction * (bug)[3fefb3] crash in empty ttk::combobox when end index requested * (new)[247d80] Chinese message file * (bug)[e331bc] NULL to memset in photo blank * (bug)[864b06] PNG photo image color numeric issue * (bug)[f75190] tk_fontchooser: multiple font families, locale change, button activation * (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event endless invokation * (bug)[2a6c62] Avoid invalid <<TreeviewSelect>> * (new)[f47920] Updates to Finnish message catalog * (bug)[29b5c2] error in tk_popup with separator entry selected * (bug)[415415] scale advances multiple steps on single click * (bug)[dc4c55] tk_popup entry index * (bug)[c0bf1b] XVirtualEvent buffer overflows * (bug)[eedd79] potential crashes in option parsing when sizeof(enum) not equal to int * (bug)[0ce975] panedwindow calls memcpy with NULL pointer OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=92
This commit is contained in:
parent
2814daf383
commit
0220b62d74
44
tk.changes
44
tk.changes
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 16:45:26 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
- New version 8.6.13:
|
||||
* (new)[TIP 599] Extended build information
|
||||
* (bug)[440c52] fix PPM/PGM read with graylevel > 255
|
||||
* (bug)[5fb814] canvas redraw region for lines/polygones
|
||||
* (new)[631a0b] text widget: direct mouse events to insert mark,
|
||||
not current
|
||||
* (bug)[b164ef] fix mouse events for multiple toplevels
|
||||
* (bug)[be8f5b] crash setting -type empty for a menu
|
||||
* (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues
|
||||
* (bug)[617861] -justify/-anchor defaults for ttk::label
|
||||
* (bug)[40bc81] embedding error test failure
|
||||
* (bug)[b1d115] No <Enter> event on new toplevel on current
|
||||
toplevel destruction
|
||||
* (bug)[3fefb3] crash in empty ttk::combobox when end index requested
|
||||
* (new)[247d80] Chinese message file
|
||||
* (bug)[e331bc] NULL to memset in photo blank
|
||||
* (bug)[864b06] PNG photo image color numeric issue
|
||||
* (bug)[f75190] tk_fontchooser: multiple font families, locale
|
||||
change, button activation
|
||||
* (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event
|
||||
endless invokation
|
||||
* (bug)[2a6c62] Avoid invalid <<TreeviewSelect>>
|
||||
* (new)[f47920] Updates to Finnish message catalog
|
||||
* (bug)[29b5c2] error in tk_popup with separator entry selected
|
||||
* (bug)[415415] scale advances multiple steps on single click
|
||||
* (bug)[dc4c55] tk_popup entry index
|
||||
* (bug)[c0bf1b] XVirtualEvent buffer overflows
|
||||
* (bug)[eedd79] potential crashes in option parsing when
|
||||
sizeof(enum) not equal to int
|
||||
* (bug)[0ce975] panedwindow calls memcpy with NULL pointer
|
||||
* (bug) GIF with multiple images may reuse transparent color
|
||||
* [aefdb8,be29f7] Updates to Russian message catalog
|
||||
* Updates to Esperanto message catalog
|
||||
* (bug)[a3b03f] Linux, Windows: improve (ttk) menubutton menu
|
||||
position
|
||||
* Update keysym tables to latest X11R6
|
||||
* [f6e4d4] consistent cross-platform polygon fill
|
||||
* (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation
|
||||
variants
|
||||
* Remove tk.patch, was integrated upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 10 12:30:02 UTC 2021 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
14
tk.patch
14
tk.patch
@ -1,14 +0,0 @@
|
||||
Index: unix/Makefile.in
|
||||
===================================================================
|
||||
--- unix/Makefile.in.orig
|
||||
+++ unix/Makefile.in
|
||||
@@ -541,7 +541,8 @@ AQUA_XLIB_HDRS = $(XLIB_DIR)/X11/*.h $(X
|
||||
|
||||
AQUA_PRIVATE_HDRS = $(MAC_OSX_DIR)/tkMacOSXPort.h $(MAC_OSX_DIR)/tkMacOSXInt.h
|
||||
|
||||
-X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h $(GENERIC_DIR)/tkIntXlibDecls.h
|
||||
+X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h $(GENERIC_DIR)/tkIntXlibDecls.h \
|
||||
+ $(UNIX_DIR)/tkUnixDefault.h
|
||||
|
||||
# Currently private, eventually public
|
||||
TTK_HDRS = $(TTK_DIR)/ttkTheme.h $(TTK_DIR)/ttkDecls.h
|
6
tk.spec
6
tk.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tk
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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.12
|
||||
Version: 8.6.13
|
||||
Release: 0
|
||||
%define rrc %{nil}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -49,7 +49,6 @@ Source0: http://prdownloads.sourceforge.net/tcl/%name%{version}%{rrc}-src
|
||||
Source1: tk-rpmlintrc
|
||||
Source2: baselibs.conf
|
||||
Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
|
||||
Patch0: %name.patch
|
||||
|
||||
%description
|
||||
Tk is a graphical user interface toolkit that takes developing desktop
|
||||
@ -95,7 +94,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %name%version
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
|
||||
size 4515393
|
BIN
tk8.6.13-src.tar.gz
(Stored with Git LFS)
Normal file
BIN
tk8.6.13-src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user