From a2e8a6fe756af6d212c1a65db9f9faf45d4758935472de63f9cd0eb3b4104af2 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 11 Aug 2017 15:44:24 +0000 Subject: [PATCH 1/4] - New version 8.6.7: OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=61 --- tk.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ tk.spec | 4 ++-- tk8.6.6-src.tar.gz | 3 --- tk8.6.7-src.tar.gz | 3 +++ 4 files changed, 48 insertions(+), 5 deletions(-) delete mode 100644 tk8.6.6-src.tar.gz create mode 100644 tk8.6.7-src.tar.gz diff --git a/tk.changes b/tk.changes index ab9d0f9..b568171 100644 --- a/tk.changes +++ b/tk.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Aug 11 15:36:04 UTC 2017 - max@suse.com + +- New version 8.6.7: + * (bug)[a2abc4] Wrong warp cursor position on 2nd display + * (bug)[fa3229] menu-38.1 + * (bug)[2cf3d6] button-5.24 + * (bug)[1534455,2945130] Key release events get _L vs _R right. + * (bug)[8c4216] listbox-4.1 + * (bug)[eb2681] listbox-13.1 + * (bug)[3126428] ttk::button react to image change + * (bug)[1082213] wrapped text don't start lines with whitespace + * (bug)[3217462] tri-state button on non-native theme + * (bug)[3588460] Fix file dialog -typevariable + * (bug)[e36963] event generate .e + * (bug)[6aea69] grid-23 + * (bug)[f60c54] combobox-3 + * (bug)[f32502] crash drawing many dashed objects + * (bug)[dac92f] text-2.[89] + * (bug)[7a838c] X11 ring buffer overflow + * (bug)[d4fb4e] imgPhoto-4.75 + * (bug)[1403ea] Limits on text line size on Windows + * (bug)[ae32eb] textDisp fails in text custom config + * (bug)[7d967c] crash after IME restart + * (bug)[c492c9] disabled combobox arrow appearance + * (bug)[6b3644] Fix -alpha for 16-bit color PNG + * (bug)[775273] artifacts on Ubuntu 16.10+ + * (bug)[28a3c3] test BTree memleaks plugged + * (bug)[db8c54] Stop freed mem access in warp pointer callback + * (bugs) Fix calculation of ttk::notebook tab widths + * (bug)[291296] notebook tab management + * (bug)[3f323b] variable struct size on XCode 8.3.1 + * (bug)[a5ba1c] race condition on Win clipboard cleanup + * (bug)[2433781] center image on button + * (bug)[434d29] type mismatch with recent Xft + * (bug)[bc43fd] paneconfigure get pane heights right + * (bug)[adc028] menu avoid unreleasable global grab + * (bug)[92e028,c5eb90] User switch forced theme reset + * (bug)[62c5b7] segfault in [text] replace + * (bug)[b601ce] Resource exhaustion processing corrupt GIF + * (bug)[28d0b8] Follow ICCCM advice on X selection protocol + * (bug)[4966ca] Scidb race in notebook tab selection + ------------------------------------------------------------------- Mon Nov 14 11:06:17 UTC 2016 - max@suse.com diff --git a/tk.spec b/tk.spec index 1dae7c2..9cde480 100644 --- a/tk.spec +++ b/tk.spec @@ -1,7 +1,7 @@ # # spec file for package tk # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ BuildRequires: libXt-devel BuildRequires: pkg-config BuildRequires: tcl-devel Url: http://www.tcl.tk -Version: 8.6.6 +Version: 8.6.7 Release: 0 %define rrc %nil BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/tk8.6.6-src.tar.gz b/tk8.6.6-src.tar.gz deleted file mode 100644 index 28a3cd7..0000000 --- a/tk8.6.6-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62c371a71b4744ed830e3c21d27968c31dba74dd2c45f36b9b071e6d88eb19d -size 4273737 diff --git a/tk8.6.7-src.tar.gz b/tk8.6.7-src.tar.gz new file mode 100644 index 0000000..e264147 --- /dev/null +++ b/tk8.6.7-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061de2a354f9b7c7d04de3984c90c9bc6dd3a1b8377bb45509f1ad8a8d6337aa +size 4282972 From 7bc003ecf96e5c6a2376233c35bb513b0c495256aecf2d68d935871748d0af28 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Sep 2017 14:44:57 +0000 Subject: [PATCH 2/4] Use a download URL that works OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=62 --- tk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tk.spec b/tk.spec index 9cde480..7bf20b8 100644 --- a/tk.spec +++ b/tk.spec @@ -44,7 +44,7 @@ Provides: wish8.6 Requires: tcl >= %version Requires: xhost PreReq: /bin/rm -Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%name%{version}%{rrc}-src.tar.gz +Source0: https://prdownloads.sourceforge.net/tcl/tk8.6.7-src.tar.gz Source1: tk-rpmlintrc Source2: baselibs.conf Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl From 0832671bdc90d1fa20f12332dff2d60f1c1942c0d623eecea618bdf7eada64ef Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Sep 2017 16:50:13 +0000 Subject: [PATCH 3/4] Revert the last change, the original URL got fixed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=63 --- tk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tk.spec b/tk.spec index 7bf20b8..9cde480 100644 --- a/tk.spec +++ b/tk.spec @@ -44,7 +44,7 @@ Provides: wish8.6 Requires: tcl >= %version Requires: xhost PreReq: /bin/rm -Source0: https://prdownloads.sourceforge.net/tcl/tk8.6.7-src.tar.gz +Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%name%{version}%{rrc}-src.tar.gz Source1: tk-rpmlintrc Source2: baselibs.conf Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl From 8edd0094c9fac9ef84c165a91a10e0101c5999525f5f0c70f48bf4654f64a393 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Sep 2017 16:59:59 +0000 Subject: [PATCH 4/4] - Change licence to "TCL". OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=64 --- tk.changes | 5 +++++ tk.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tk.changes b/tk.changes index b568171..b3b8e77 100644 --- a/tk.changes +++ b/tk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 13 16:59:37 UTC 2017 - max@suse.com + +- Change licence to "TCL". + ------------------------------------------------------------------- Fri Aug 11 15:36:04 UTC 2017 - max@suse.com diff --git a/tk.spec b/tk.spec index 9cde480..79a5009 100644 --- a/tk.spec +++ b/tk.spec @@ -30,7 +30,7 @@ Release: 0 %define rrc %nil BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Graphical User Interface Toolkit for Tcl -License: BSD-3-Clause +License: TCL Group: Development/Languages/Tcl Obsoletes: tkcon < 2.7 Provides: tkcon = 2.7