From 0220b62d745c342b6e30bfe13757895354ddb84d60d5b029681b65d1dd2f11b3 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 23 Nov 2022 16:54:47 +0000 Subject: [PATCH] - 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 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 <> * (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 --- tk.changes | 44 ++++++++++++++++++++++++++++++++++++++++++++ tk.patch | 14 -------------- tk.spec | 6 ++---- tk8.6.12-src.tar.gz | 3 --- tk8.6.13-src.tar.gz | 3 +++ 5 files changed, 49 insertions(+), 21 deletions(-) delete mode 100644 tk.patch delete mode 100644 tk8.6.12-src.tar.gz create mode 100644 tk8.6.13-src.tar.gz diff --git a/tk.changes b/tk.changes index 42fdeda..97981a3 100644 --- a/tk.changes +++ b/tk.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Wed Nov 23 16:45:26 UTC 2022 - Reinhard Max + +- 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 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 <> + * (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 diff --git a/tk.patch b/tk.patch deleted file mode 100644 index dcbe59e..0000000 --- a/tk.patch +++ /dev/null @@ -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 diff --git a/tk.spec b/tk.spec index d629449..b3083d1 100644 --- a/tk.spec +++ b/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 diff --git a/tk8.6.12-src.tar.gz b/tk8.6.12-src.tar.gz deleted file mode 100644 index c5ae246..0000000 --- a/tk8.6.12-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630 -size 4515393 diff --git a/tk8.6.13-src.tar.gz b/tk8.6.13-src.tar.gz new file mode 100644 index 0000000..98585c7 --- /dev/null +++ b/tk8.6.13-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675 +size 4546848