commit tk for openSUSE:Factory

2020-11-06 Thread root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2020-11-06 23:43:42

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new.11331 (New)


Package is "tk"

Fri Nov  6 23:43:42 2020 rev:45 rq:845381 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2019-12-11 11:59:33.448880872 
+0100
+++ /work/SRC/openSUSE:Factory/.tk.new.11331/tk.changes 2020-11-06 
23:43:59.323391722 +0100
@@ -1,0 +2,6 @@
+Mon Oct 12 15:17:51 UTC 2020 - Dominique Leuenberger 
+
+- Fix build with RPM 4.16: error: bare words are no longer
+  supported, please use "...":  lib64 == lib64.
+
+---



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.SFV2Is/_old  2020-11-06 23:44:00.043390339 +0100
+++ /var/tmp/diff_new_pack.SFV2Is/_new  2020-11-06 23:44:00.047390332 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -122,7 +122,7 @@
 ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
 install -m 0755 %{S:3} %buildroot%_bindir/tkcon
 
-%if %_lib == lib64
+%if "%_lib" == "lib64"
 
 %post
 test -L /usr/lib/tk%TK_MINOR && rm -f /usr/lib/tk%TK_MINOR




commit tk for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2019-12-11 11:59:29

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new.4691 (New)


Package is "tk"

Wed Dec 11 11:59:29 2019 rev:44 rq:753330 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2019-07-28 10:17:21.440599489 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new.4691/tk.changes  2019-12-11 
11:59:33.448880872 +0100
@@ -1,0 +2,46 @@
+Tue Dec  3 13:54:10 UTC 2019 - Reinhard Max 
+
+- Version 8.6.10:
+  * (bug)[0a9c91] crash in text-11a.22
+  * (bug)[9705d1] crash activating "Alt" theme
+  * (bug)[e3b954] cursor offset at full screen display
+  * (bug)[18a4ba] cross-platform [winfo containing]
+  * (build) 'None', 'ControlMask' symbol conflicts
+  * (bug)[509caf] [treeview tag configure] regression
+  * (bug)[3003895] [scale] res rounds and -from
+  * (new)[TIP 533] [$mb post x y idx]
+  * (bug)[1529659] embed toplevel blocks outer menu
+  * (bug)[8814bd] crash in [NSMenu size]
+  * (bug)[1951ab] Prevent transient window cycles (crashed on Aqua)
+*** POTENTIAL INCOMPATIBILITY ***
+  * (bug)[4da219] Incomplete read of multi-image GIF
+  * (new)[TIP 535] Precision of ::scale widget tick mark values
+*** POTENTIAL INCOMPATIBILITY ***
+  * (bug)[da3914] [$treeview identify element] failure
+  * (bug)[897ffe] Prevent cross-manager loops of geom management
+  * (bug)[368fa4] Prevent toggle of hidden treeview indicators
+  * (bug)[928652] Apply TIP 533 for ttk::menubutton
+  * (bug)[1001070] X-platform rework of label options -highlight*
+  * (bug)[6286fd] checkbutton handling of -selectcolor
+  * (bug) Ttk scrolling bugs, see tests treeview-9.1, entry-3.[3-6]
+  * (new)[TIP 541] [combobox current] support "end" index
+  * (bug)[2a6c62] <> trigger on item delete
+  * (bug)[75b8fb] Crash with some [event generate]d 
+  * (bug)[5ddeca] Stop app switching exposing withdrawn windows as zombies
+  * (new) Refactor all MouseWheel bindings
+*** POTENTIAL INCOMPATIBILITY ***
+  * (bug)[c8ccd1] up array key in [text] takes to index 1.0
+  * (new)[TIP 532] Tk event loop rewrite to prevent ring overflow
+*** POTENTIAL INCOMPATIBILITY ***
+  * (bug)[2834776] Stop disabled spinbox from generating
+<> & <>
+  * (bug)[a01b6f7] Workaround XWayland bug reporting screen width
+  * (bug)[b82bd4] Fix [style configure -compound]
+  * (bug)[69b48f] failing test textTag-18.1
+  * (bug)[c4abd2] panic in stackorder command
+  * (bug)[53d280] [wm iconphoto] crash on empty image
+  * [90d555] workaround NSFontManager bad selections
+  * (new) Partial Emoji support in text displays
+- tk-8.5.12-fix-xft.patch is not needed anymore.
+ 
+---

Old:

  tk-8.5.12-fix-xft.patch
  tk8.6.9.1-src.tar.gz

New:

  tk8.6.10-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.n3jfEY/_old  2019-12-11 11:59:34.356880490 +0100
+++ /var/tmp/diff_new_pack.n3jfEY/_new  2019-12-11 11:59:34.360880489 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@
 BuildRequires:  libXt-devel
 BuildRequires:  pkg-config
 BuildRequires:  tcl-devel
-Url:http://www.tcl.tk
-Version:8.6.9
+URL:http://www.tcl.tk
+Version:8.6.10
 Release:0
-%define rrc .1
+%define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical User Interface Toolkit for Tcl
 License:TCL
@@ -50,7 +50,6 @@
 Source2:baselibs.conf
 Source3:http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
 Patch0: %name.patch
-Patch1: tk-8.5.12-fix-xft.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -97,7 +96,6 @@
 %prep
 %setup -q -n %name%version
 %patch0
-%patch1 -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
@@ -133,7 +131,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README changes license.terms ChangeLog*
+%doc README.md changes license.terms ChangeLog*
 %docdir %_mandir/mann
 %doc %_mandir/man1/*
 %doc %_mandir/mann/*

++ tk8.6.9.1-src.tar.gz -> tk8.6.10-src.tar.gz ++
 64045 lines of diff (skipped)




commit tk for openSUSE:Factory

2019-07-28 Thread root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2019-07-28 10:17:18

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new.4126 (New)


Package is "tk"

Sun Jul 28 10:17:18 2019 rev:43 rq:717799 version:8.6.9

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2019-01-29 14:39:34.607466954 
+0100
+++ /work/SRC/openSUSE:Factory/.tk.new.4126/tk.changes  2019-07-28 
10:17:21.440599489 +0200
@@ -1,0 +2,6 @@
+Tue Jul 23 06:58:55 UTC 2019 - Reinhard Max 
+
+- Use FAT LTO objects in order to provide proper static
+  library (boo#1138797).
+
+---



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.0FyNhH/_old  2019-07-28 10:17:22.028599512 +0200
+++ /var/tmp/diff_new_pack.0FyNhH/_new  2019-07-28 10:17:22.028599512 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -100,6 +100,7 @@
 %patch1 -p1
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 cd unix
 %configure \
--with-tcl=%_libdir \




commit tk for openSUSE:Factory

2019-01-29 Thread root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2019-01-29 14:39:32

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new.28833 (New)


Package is "tk"

Tue Jan 29 14:39:32 2019 rev:42 rq:669141 version:8.6.9

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2017-09-20 17:05:27.050706604 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new.28833/tk.changes 2019-01-29 
14:39:34.607466954 +0100
@@ -1,0 +2,78 @@
+Wed Dec 12 16:57:36 UTC 2018 - Reinhard Max 
+
+- Version 8.6.9:
+  * (bug)[aa7679] crash using window after master destroyed
+  * (bug)[925262] New option -state for ttk::scale
+  * (bug)[fa8de7] Crash [ttk::checkbutton .x -variable {}]
+  * (bug)[382712] Crash in [event generate . ]
+  * (bug)[657c38] Crash in menu destroy with checkbutton entry
+  * (bug)[de156e] Deny PRIMARY selection access in safe interps
+  * (bug)[b68710] Fixes in [text] bindings
+  * (bug)[e20d5c] Stop failures of textTag-18.1
+  * (bug)[5d991b] Fortify var traces against deleted vars
+  * (bug)[1821174] Stop RenderBadPicture X error
+  * (bug)[502e74] Stop X errors on untrusted connections
+  * (bug)[71b131] Regression in Tk_DrawChars()
+  * (bug)[59fccb] menu flaws when empty menubar clicked
+  * (bug)[7423f9] improved legacy support for [tk_setPalette]
+  * (bug)[de01e2] Crash in [$text replace]
+  * (bug)[135696] Crash in [wm transient]
+  * (bug)[309b42] Improve ttk high-contrast-mode support
+  * (bug)[fabed1] GIF photo support for "deferred clear code"
+  * (bug)[3441086] error message in layout-2
+  * (bug)[05bd7f] vista theme for combobox
+  * (bug)[382712] crash in KeyPress event handling
+  * (bug)[6fcaaa] insertion cursor visibility in ttk::entry
+  * (bug)[822923] cascade menu indicator color
+  * (bug)[9658bc] borderwidth calculations on menu items
+  * (bug)[ca403f] treeview border drawing
+  * (bug)[4b555a] hang in [$text search -all]
+  * (bug)[6b22d4] [treeview] binding fix
+
+---
+Thu Jul 12 10:39:06 UTC 2018 - m...@suse.com
+
+- Update tkcon.tcl to CVS revision 1.124:
+  * Use -underline clearly to disambiguate from new 8.6.6 option
+-underlinefg
+  * prevent file edit from undoing loading of file
+
+---
+Mon Feb 19 20:41:17 UTC 2018 - crrodrig...@opensuse.org
+
+- add explicit buildrequire on fontconfig-devel 
+
+---
+Fri Dec 29 20:01:34 UTC 2017 - m...@suse.com
+
+- Version 8.6.8:
+  * (bug)[f1a3ca] Memory leak in [text] B-tree 
+  * (bug)[ee40fd] Report [console] init errors 
+  * (bug)[3295446] Improve history visibility in [console] 
+  * (bug)canvas closed polylines fully honor -joinstyle 
+  * (bug)[cc42cc] out of mem crash in tests imgPhoto-18.* 
+  * (bug)[3406785] fix coords rounding when drawing canvas items 
+  * (bug)[8277e1] linux fontchooser sync with available fonts 
+  * (bug)[5239fd] Segfault copying a photo image to itself 
+  * (bug)[514ff6] canvas rotated text overlap detection 
+  * (bug)[1e0db2] canvas rchars artifacts 
+  * (bug)[d9fdfa] display of Long non-wrapped lines in text 
+  * (bug)[dd9667] text anchor not set 
+  * (bug)[bb6b40] ::tk::AmpMenuArgs and 'entryconf' 
+  * (bug)[55b95f] Crash [scale] with a bignum value 
+  * (bug)[ce62c8] text-37.1 fails 
+  * (bug)[0ef1c5] OS X - tests menu-22.[345] hang 
+  * (bug) display of embedded toplevels 
+  * (bug)[73ba07] Correct property type for MULTIPLE conversion 
+  * (bug) Memory leak in tkImgPhoto.c. 
+  * (bug) Defeat zombie toplevels 
+  * (bug) [wm withdraw] on Window and Dock menus 
+  * (new)[TIP 477] nmake build system reform 
+
+---
+Thu Oct 19 15:27:51 UTC 2017 - m...@suse.com
+
+- Sync SLE12 with Factory to fix a bug in Itcl that was affecting
+  iwidgets (bsc#903017).
+
+---

Old:

  tk8.6.7-src.tar.gz

New:

  tk8.6.9.1-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.SeUO0i/_old  2019-01-29 14:39:40.439459845 +0100
+++ /var/tmp/diff_new_pack.SeUO0i/_new  2019-01-29 14:39:40.443459841 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,11 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source 

commit tk for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2017-09-20 17:05:21

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is "tk"

Wed Sep 20 17:05:21 2017 rev:41 rq:525918 version:8.6.7

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2016-12-17 09:45:40.964167385 
+0100
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2017-09-20 
17:05:27.050706604 +0200
@@ -1,0 +2,48 @@
+Wed Sep 13 16:59:37 UTC 2017 - m...@suse.com
+
+- Change licence to "TCL". 
+
+---
+Fri Aug 11 15:36:04 UTC 2017 - m...@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
+
+---

Old:

  tk8.6.6-src.tar.gz

New:

  tk8.6.7-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.0e2KlL/_old  2017-09-20 17:05:31.438088990 +0200
+++ /var/tmp/diff_new_pack.0e2KlL/_new  2017-09-20 17:05:31.446087864 +0200
@@ -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,12 +25,12 @@
 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
 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

++ tk8.6.6-src.tar.gz -> tk8.6.7-src.tar.gz ++
 9533 lines of diff (skipped)




commit tk for openSUSE:Factory

2016-03-14 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2016-03-14 09:56:18

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is "tk"

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2015-09-19 06:51:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2016-03-14 
09:56:19.0 +0100
@@ -1,0 +2,49 @@
+Tue Mar  1 09:31:41 UTC 2016 - fwe...@suse.com
+
+- New version 8.6.5:
+  * (bug)[e4ed00] [$text index "1.0 display wordstart"] crash
+  * (bug)[562118] Unicode support of "wordstart" modifier
+  * (bug)[06c3fc] PNG alpha error corrupted output file
+  * (bug)[dece63] various mem corruptions in images
+  * (bug)[53f8fc] panedwindow geometry management
+  * (bug)[1641721] tk_getOpenFile symlink display doubled
+  * (bug)[d7bad5][2368195][3592454][1714535][1292219][3592454]
+panedwindow fixes
+  * (bug)[805cff] Tk_ConfigureWidget() segfault
+  * (bug)[3f179a] Text widget crash with elided text
+  * (bug)[2886436] Stop [$text delete] acting before start index
+  * (bug)[1236306] TraverseToMenu error bound to toplevel destroy
+  * (bug)[00189c] MSVC 14: semi-static UCRT support
+  * (bug)[cc0ba3] PNG read buffer overflow
+  * (bug)[1501749] Crash embedded window delete bound to 
+  * (license) Replace icons that lacked clear free license
+  * (bug)[46c83f] Win: tk_getOpenFile -initialdir
+  * (new feature)[TIP 437] New panedwindow options
+  * (bug)[1669632] [text] autoseparator placement
+  * (bug)[2262711] [text] RE search Unicode+elided
+  * (bug)[1815161] [$text count -ypixels] needs management
+  * (bug)[1520118] Document spinbox validate expectations
+  * (bug)[1414025] $entry insertion cursor visibility
+  * (bug) PNG rendering on El Capitan
+  * (bug)[2160206] menubutton panic
+  * (bug)[220854] Display trailing TAB in entry
+  * (bug)[542199] double click on lone char in entry
+  * (bug)[297442d] strict motif binding on 
+  * (bug)[3601604] $listbox -takefocus
+  * (bug)[1997299] [text] tag borderwidth leak
+  * (bug)[1739605] [text see] misbehavior
+  * (bug)[ff8a1e] Never-mapped [text] performance
+  * (bug)[1700065] Report errors from -textvariable write trace
+  * (bug)[793909] -textvariable handle undefined namespace
+  * (bug)[2f78c7] crash with [text] and [tablelist]
+  * (bug)[1288433,3102228] <> misfires
+  * (bug)[1510538] initial scrollbar width
+  * (bug)[1305128] event not received by scrollbar
+  * (bug)[1927212] Mousewheel/scrollbar bindings
+  * (bug)[2049429] get more $text options from database
+  * (TIP 441) New option [listbox ... -justify]
+  * (bug) OBOE in ttk::notebook options parsing
+  * (enhance) [option readile] expects utf-8 file
+  * (bug) crash in [$text delete]
+
+---

Old:

  tk8.6.4-src.tar.gz

New:

  tk8.6.5-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.5F7il9/_old  2016-03-14 09:56:20.0 +0100
+++ /var/tmp/diff_new_pack.5F7il9/_new  2016-03-14 09:56:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:  pkg-config
 BuildRequires:  tcl-devel
 Url:http://www.tcl.tk
-Version:8.6.4
+Version:8.6.5
 Release:0
 %define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ tk8.6.4-src.tar.gz -> tk8.6.5-src.tar.gz ++
 13289 lines of diff (skipped)




commit tk for openSUSE:Factory

2015-09-18 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2015-09-19 06:51:43

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is "tk"

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2014-11-18 22:53:10.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2015-09-19 
06:51:44.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug  6 08:44:56 UTC 2015 - m...@suse.com
+
+- New version 8.6.4:
+  * (bug)[d43a10] shimmer-related crash in [tk_getOpenFile]
+  * (bug)[1c0d6e] Win build trouble with SIGDN
+  * (bug)[4a0451] [tk_getOpenFile] result
+  * (bug) several fixes to elided context in [text]
+  * (new feature)[TIP 433] %M binding substitution
+  * (bug)[ab6dab] corrupt dashed lines in postscript
+- Update tkcon.tcl to CVS revision 1.122.
+
+---

Old:

  tk8.6.3-src.tar.gz

New:

  tk8.6.4-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.N3Z3Ty/_old  2015-09-19 06:51:45.0 +0200
+++ /var/tmp/diff_new_pack.N3Z3Ty/_new  2015-09-19 06:51:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:  pkg-config
 BuildRequires:  tcl-devel
 Url:http://www.tcl.tk
-Version:8.6.3
+Version:8.6.4
 Release:0
 %define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ tk8.6.3-src.tar.gz -> tk8.6.4-src.tar.gz ++
 24253 lines of diff (skipped)

++ tkcon.tcl ++
--- /var/tmp/diff_new_pack.N3Z3Ty/_old  2015-09-19 06:51:46.0 +0200
+++ /var/tmp/diff_new_pack.N3Z3Ty/_new  2015-09-19 06:51:46.0 +0200
@@ -186,7 +186,7 @@
alias clear dir dump echo idebug lremove
tkcon_puts tkcon_gets observe observe_var unalias which what
}
-   RCS {RCS: @(#) $Id: tkcon.tcl,v 1.120 2013/01/23 01:19:51 
hobbs Exp $}
+   RCS {RCS: @(#) $Id: tkcon.tcl,v 1.122 2014/09/09 10:46:15 
hobbs Exp $}
HEADURL 
{http://tkcon.cvs.sourceforge.net/viewvc/tkcon/tkcon/tkcon.tcl}
 
docs"http://tkcon.sourceforge.net/;
@@ -1121,6 +1121,10 @@
 set code [catch {EvalSlave history event $ev} lastCmd]
 if {$code || $cmd ne $lastCmd} {
EvalSlave history add $cmd
+   # Save history every time so it's not lost in case of an abnormal 
termination.
+   # Do not warn in case of an error: we don't want an error message 
+   # after each command if the history file is not writable.
+   catch {SaveHistory}
 }
 }
 
@@ -2600,30 +2604,40 @@
}
proc ::exit args {
if {$::tkcon::OPT(usehistory)} {
-   if {[catch {open $::tkcon::PRIV(histfile) w} fid]} {
-   puts stderr "unable to save history file:\n$fid"
+   if {[catch {::tkcon::SaveHistory} msg]} {
+   puts stderr "unable to save history file:\n$msg"
# pause a moment, because we are about to die finally...
after 1000
-   } else {
-   set max [::tkcon::EvalSlave history nextid]
-   set id [expr {$max - $::tkcon::OPT(history)}]
-   if {$id < 1} { set id 1 }
-   ## FIX: This puts history in backwards!!
-   while {($id < $max) && ![catch \
-   {::tkcon::EvalSlave history event $id} cmd]} {
-   if {$cmd ne ""} {
-   puts $fid "::tkcon::EvalSlave\
-   history add [list $cmd]"
-   }
-   incr id
-   }
-   close $fid
}
}
uplevel 1 ::tkcon::FinalExit $args
}
 }
 
+## ::tkcon::SaveHistory - saves history to history file
+## If the history file is not writable it raises an error
+proc ::tkcon::SaveHistory {} {
+   if {$::tkcon::OPT(usehistory)} {
+   if {[catch {open $::tkcon::PRIV(histfile) w} fid]} {
+   error $fid
+   } else {
+   set max [::tkcon::EvalSlave history nextid]
+   set id [expr {$max - $::tkcon::OPT(history)}]
+   if {$id < 1} { set id 1 }
+   ## FIX: This puts history in backwards!!
+   

commit tk for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2014-11-18 22:53:09

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2014-09-07 11:11:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2014-11-18 
22:53:10.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 12 16:00:36 UTC 2014 - m...@suse.com
+
+- New version 8.6.3:
+  * (bug)[9e487e] Phony button clicks from browsers to plugin
+  * (bug)[810c43] [text] elide changes advance epoch
+  * (bug)[fb35eb] fix PNG transparency appearance
+  * (bug)[3417012] [scale -digits $bigValue] segfault
+  * (bug)[3529885] [scale] handling of negative resolution
+
+---

Old:

  tk8.6.2-src.tar.gz

New:

  tk8.6.3-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.cz7T3z/_old  2014-11-18 22:53:11.0 +0100
+++ /var/tmp/diff_new_pack.cz7T3z/_new  2014-11-18 22:53:11.0 +0100
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  tcl-devel
 Url:http://www.tcl.tk
-Version:8.6.2
+Version:8.6.3
 Release:0
 %define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,8 +39,6 @@
 Obsoletes:  tk-64bit
 %endif
 #
-Summary:Graphical User Interface Toolkit for Tcl
-Group:  Development/Languages/Tcl
 Provides:   wish
 Provides:   wish8.6
 Requires:   tcl = %version

++ tk8.6.2-src.tar.gz - tk8.6.3-src.tar.gz ++
 3714 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2014-09-07 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2014-09-07 11:11:51

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2014-04-23 17:28:12.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2014-09-07 
11:11:54.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug 28 14:37:33 UTC 2014 - vwallfah...@suse.com
+
+- Update to 8.6.2: 
+  * Ocaml trouble with Tk and tailcall splice.
+  * Accept [image create -format PNG] (upper case).
+  * fix png wrong component indices 
+  * PNG parser accept uppercase -format
+  * fix double free of a TkFont
+  * support PPM maxval up to 65535 
+  * fix multi-interp font teardown double free 
+  * fix option file \n syntax support 
+  * X: correct fontconfig dependence
+  * fix @TK_LIBS@ in pkgconfig
+  * fix autoscroll initiation
+
+---

Old:

  tk-fix-pkgconfig-file.patch
  tk8.6.1-src.tar.gz

New:

  tk8.6.2-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.G7Qdmw/_old  2014-09-07 11:11:55.0 +0200
+++ /var/tmp/diff_new_pack.G7Qdmw/_new  2014-09-07 11:11:55.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  tcl-devel
 Url:http://www.tcl.tk
-Version:8.6.1
+Version:8.6.2
 Release:0
 %define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,8 +52,6 @@
 Source3:http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
 Patch0: %name.patch
 Patch1: tk-8.5.12-fix-xft.patch
-# PATCH-FIX-UPSTREAM tk-fix-pkgconfig-file.patch badshah...@gmail.com -- Fix 
undefined token (@TK_LIBS@) in linker flag in pkgconfig file; patch sent 
upstream
-Patch2: tk-fix-pkgconfig-file.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -101,7 +99,6 @@
 %setup -q -n %name%version
 %patch0
 %patch1 -p1
-%patch2 -p1
 
 %build
 cd unix

++ tk8.6.1-src.tar.gz - tk8.6.2-src.tar.gz ++
 9704 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2014-04-23 17:28:09

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2013-10-23 10:15:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2014-04-23 
17:28:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 31 02:35:59 UTC 2014 - badshah...@gmail.com
+
+- Add tk-fix-pkgconfig-file.patch to fix undefined linker flag
+  (@TK_LIBS@) in tk.pc pkgconfig file; patch sent upstream, see
+  https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7 . 
+
+---

New:

  tk-fix-pkgconfig-file.patch



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.ve4eCZ/_old  2014-04-23 17:28:13.0 +0200
+++ /var/tmp/diff_new_pack.ve4eCZ/_new  2014-04-23 17:28:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,6 +52,8 @@
 Source3:http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
 Patch0: %name.patch
 Patch1: tk-8.5.12-fix-xft.patch
+# PATCH-FIX-UPSTREAM tk-fix-pkgconfig-file.patch badshah...@gmail.com -- Fix 
undefined token (@TK_LIBS@) in linker flag in pkgconfig file; patch sent 
upstream
+Patch2: tk-fix-pkgconfig-file.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -99,6 +101,7 @@
 %setup -q -n %name%version
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 cd unix

++ tk-fix-pkgconfig-file.patch ++
https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7
Index: tk8.6.1/unix/tk.pc.in
===
--- tk8.6.1.orig/unix/tk.pc.in
+++ tk8.6.1/unix/tk.pc.in
@@ -11,5 +11,5 @@ URL: http://www.tcl.tk/
 Version: @TK_VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} @TK_LIBS@
+Libs: -L${libdir} @TK_LIB_FLAG@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2013-10-23 10:15:02

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2013-09-23 13:16:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2013-10-23 
10:15:03.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 12:46:56 UTC 2013 - sndir...@suse.com
+
+- tkcon requires xhost (bnc#846953)
+
+---



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.H6Zem7/_old  2013-10-23 10:15:05.0 +0200
+++ /var/tmp/diff_new_pack.H6Zem7/_new  2013-10-23 10:15:05.0 +0200
@@ -44,6 +44,7 @@
 Provides:   wish
 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
 Source1:tk-rpmlintrc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2013-09-23 13:16:12

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2013-08-13 12:59:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2013-09-23 
13:16:13.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep 20 08:01:49 UTC 2013 - m...@suse.com
+
+- Final 8.6.1 release:
+  * Fix several crashes.
+
+---
+Tue Sep 10 07:35:25 UTC 2013 - kpet...@suse.com
+
+- New patchlevel release 8.6.1rc0:
+  * (enhancement) better build support for Debian arch
+  * (bug fix)[3603077] treeview update on tag add/remove
+  * (bug fix)[3599312] First Alt key event is lost
+  * (platform support) FreeBSD updates
+  
+---

Old:

  tk8.6.0-src.tar.gz

New:

  tk8.6.1-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.ncpVgN/_old  2013-09-23 13:16:14.0 +0200
+++ /var/tmp/diff_new_pack.ncpVgN/_new  2013-09-23 13:16:14.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  tcl-devel
 Url:http://www.tcl.tk
-Version:8.6.0
+Version:8.6.1
 Release:0
 %define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ tk.patch ++
--- /var/tmp/diff_new_pack.ncpVgN/_old  2013-09-23 13:16:14.0 +0200
+++ /var/tmp/diff_new_pack.ncpVgN/_new  2013-09-23 13:16:14.0 +0200
@@ -6,8 +6,8 @@
  
  AQUA_PRIVATE_HDRS = $(MAC_OSX_DIR)/tkMacOSXPort.h $(MAC_OSX_DIR)/tkMacOSXInt.h
  
--X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h
-+X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.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

++ tk8.6.0-src.tar.gz - tk8.6.1-src.tar.gz ++
 11235 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2013-04-14 13:00:43

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2012-10-08 07:18:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2013-04-14 
13:00:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 10:18:51 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.4wOdkz/_old  2013-04-14 13:00:49.0 +0200
+++ /var/tmp/diff_new_pack.4wOdkz/_new  2013-04-14 13:00:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,7 @@
 Provides:   wish8.4
 Requires:   tcl = %version
 PreReq: /bin/rm
-Source0:%name%{version}%{rrc}-src.tar.gz
+Source0:
ftp://ftp.tcl.tk/pub/tcl/tcl8_5/%name%{version}%{rrc}-src.tar.gz
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2012-10-08 07:18:07

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2012-09-17 14:12:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2012-10-08 
07:18:09.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  5 08:52:15 UTC 2012 - a...@suse.de
+
+- Fix configure xft detection (add patch tk-8.5.12-fix-xft.patch).
+- Replace build requires of xorg-x11-devel with those that are really
+  needed.
+
+---

New:

  tk-8.5.12-fix-xft.patch



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.StK3gg/_old  2012-10-08 07:18:11.0 +0200
+++ /var/tmp/diff_new_pack.StK3gg/_new  2012-10-08 07:18:11.0 +0200
@@ -17,8 +17,13 @@
 
 
 Name:   tk
+BuildRequires:  imake
+BuildRequires:  libX11-devel
+BuildRequires:  libXScrnSaver-devel
+BuildRequires:  libXft-devel
+BuildRequires:  libXt-devel
+BuildRequires:  pkg-config
 BuildRequires:  tcl-devel
-BuildRequires:  xorg-x11-devel
 Url:http://www.tcl.tk
 Version:8.5.12
 Release:0
@@ -42,6 +47,7 @@
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch
+Patch1: tk-8.5.12-fix-xft.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -88,6 +94,7 @@
 %prep
 %setup -q -n %name%version
 %patch0
+%patch1 -p1
 
 %build
 cd unix

++ tk-8.5.12-fix-xft.patch ++
--- tk8.5.9/unix/configure.in.old   2010-09-02 20:12:14.0 +0200
+++ tk8.5.9/unix/configure.in   2011-02-17 13:32:22.719116636 +0100
@@ -530,8 +530,8 @@
XFT_LIBS=`xft-config --libs 2/dev/null` || found_xft=no
if test $found_xft = no ; then
found_xft=yes
-   XFT_CFLAGS=`pkg-config --cflags xft 2/dev/null` || found_xft=no
-   XFT_LIBS=`pkg-config --libs xft 2/dev/null` || found_xft=no
+   XFT_CFLAGS=`pkg-config --cflags xft freetype2 2/dev/null` || 
found_xft=no
+   XFT_LIBS=`pkg-config --libs xft freetype2 2/dev/null` || 
found_xft=no
fi
AC_MSG_RESULT([$found_xft])
dnl make sure that compiling against Xft header file doesn't bomb
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2012-09-17 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2012-09-17 14:12:16

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2012-02-16 16:24:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2012-09-17 
14:12:17.0 +0200
@@ -1,0 +2,26 @@
+Thu Aug  9 12:41:35 UTC 2012 - m...@suse.com
+
+- New patchlevel release 8.5.12:
+  * [3437816] return code of [canvas lower]
+  * [3021557] cursor freeze in elided text
+  * [3476698] hang in [text mark prev/next]
+  * [3475627] Stop text-31.11 failure
+  * [1630271] hang/crash on mark before -startline
+  * [1754043,2321450] -blockcursor appearance
+  * [3480471] crash in [tk_getOpenFile]
+  * [3480634] PNG image in menus
+  * [2925561] disabled combobox don't take focus
+  * [3486474] Correct color scaling
+  * [1630262,1615425] [text] crash tags  -*line
+  * [3497848] consistent pixel rounding
+  * [3503317] XParseColor speedup
+  * [3176239] control-Mousewheel crash
+  * [3520202] MouseWheel %k,%K,%N for Python
+  * [533519] multiscreen window placement
+  * [2768586] multiscreen menu posting
+  * [1630254] text peer update on -startline reset
+  * [3294450] ttk text element clipping
+  * Make sure all index tables are static
+  * [3546073] DisplayString() - DefaultDisplay()
+
+---

Old:

  tk-upstream-fixes.patch
  tk8.5.11-src.tar.gz

New:

  tk8.5.12-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.4iyfqk/_old  2012-09-17 14:12:20.0 +0200
+++ /var/tmp/diff_new_pack.4iyfqk/_new  2012-09-17 14:12:20.0 +0200
@@ -20,8 +20,9 @@
 BuildRequires:  tcl-devel
 BuildRequires:  xorg-x11-devel
 Url:http://www.tcl.tk
-Version:8.5.11
+Version:8.5.12
 Release:0
+%define rrc %nil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical User Interface Toolkit for Tcl
 License:BSD-3-Clause
@@ -33,14 +34,14 @@
 #
 Summary:Graphical User Interface Toolkit for Tcl
 Group:  Development/Languages/Tcl
-Provides:   wish wish8.4
+Provides:   wish
+Provides:   wish8.4
 Requires:   tcl = %version
 PreReq: /bin/rm
-Source0:%name%{version}-src.tar.gz
+Source0:%name%{version}%{rrc}-src.tar.gz
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch
-Patch1: tk-upstream-fixes.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -58,8 +59,8 @@
 %package devel
 Summary:Header Files and C API Documentation for Tk
 Group:  Development/Libraries/Tcl
-Requires:   tk = %version
 Requires:   tcl-devel
+Requires:   tk = %version
 Requires:   xorg-x11-libX11-devel
 # bug437293
 %ifarch ppc64
@@ -87,7 +88,6 @@
 %prep
 %setup -q -n %name%version
 %patch0
-%patch1
 
 %build
 cd unix
@@ -96,7 +96,7 @@
--enable-threads \
--enable-man-symlinks \
--enable-man-compression=gzip
-make %{?jobs:-j%jobs} \
+make %{?_smp_mflags} \
TK_LIBRARY=%scriptdir \
TK_PKG_DIR=tcl/tk%TK_MINOR
 

++ tk8.5.11-src.tar.gz - tk8.5.12-src.tar.gz ++
 17864 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tk for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2012-02-16 16:24:10

Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and  /work/SRC/openSUSE:Factory/.tk.new (New)


Package is tk, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2011-09-23 12:48:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2012-02-16 
16:24:15.0 +0100
@@ -1,0 +2,20 @@
+Mon Feb 13 10:56:56 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Nov  8 17:32:59 UTC 2011 - m...@suse.com
+
+- New patchlevel release 8.5.11:
+  * [3341056] new crash in unset traces
+  * [3314770] restore file dialog resizeability
+  * [3404541] -takefocus option
+  * [TIP 382] -confirmoverwrite on save dialog
+  * [3410609] AltGr keysyms on Swiss keyboard
+  * [3431491] improved pixels shimmer logic
+- Add a manpage for wish8.5 by symlinking to the wish manpage.
+- Remove unneeded %clean section and norootforbuild comment.
+- Add tk-upstream-fixes.patch with fixes for manpage bugs and
+  a missing x-bit in the demo section.
+
+---

Old:

  tk8.5.10-src.tar.bz2

New:

  tk-upstream-fixes.patch
  tk8.5.11-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.C10bgy/_old  2012-02-16 16:24:17.0 +0100
+++ /var/tmp/diff_new_pack.C10bgy/_new  2012-02-16 16:24:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,32 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   tk
-BuildRequires:  tcl-devel xorg-x11-devel
+BuildRequires:  tcl-devel
+BuildRequires:  xorg-x11-devel
 Url:http://www.tcl.tk
-Version:8.5.10
-Release:1
+Version:8.5.11
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical User Interface Toolkit for Tcl
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Development/Languages/Tcl
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  tk-64bit
 %endif
 #
 Summary:Graphical User Interface Toolkit for Tcl
+Group:  Development/Languages/Tcl
 Provides:   wish wish8.4
 Requires:   tcl = %version
 PreReq: /bin/rm
-Source0:%name%{version}-src.tar.bz2
+Source0:%name%{version}-src.tar.gz
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch
+Patch1: tk-upstream-fixes.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -56,9 +56,8 @@
 The Tcl Core Team tcl-c...@lists.sourceforge.net
 
 %package devel
-Group:  Development/Libraries/Tcl
-License:BSD3c(or similar)
 Summary:Header Files and C API Documentation for Tk
+Group:  Development/Libraries/Tcl
 Requires:   tk = %version
 Requires:   tcl-devel
 Requires:   xorg-x11-libX11-devel
@@ -88,6 +87,7 @@
 %prep
 %setup -q -n %name%version
 %patch0
+%patch1
 
 %build
 cd unix
@@ -110,9 +110,8 @@
TK_LIBRARY=%scriptdir \
TK_PKG_DIR=tcl/tk%TK_MINOR
 ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
+ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
 
-%clean
-rm -rf %buildroot
 %if %_lib == lib64
 
 %post

++ tk-upstream-fixes.patch ++
Index: ChangeLog
===
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,15 @@
+2011-11-08  Reinhard Max  m...@suse.de
+
+   * unix/Makefile.in: Add square to DEMOPROGS. It contains a shebang
+   and hence should get installed with executable bits.
+
+   * doc/label.n: Fix the escaping of leading dots in lines that
+   * doc/text.n:  start with a widget name, so that nroff
+   * doc/ttk_notebook.n:  doesn't mistake it as a non-existing macro
+   * doc/pack.n:  and skips the entire line.
+
 2011-11-04  Don Porter  d...@users.sourceforge.net
 
*** 8.5.11 TAGGED FOR RELEASE ***
 
* generic/tk.h: Bump to 8.5.11 for release.

Index: doc/label.n
===
--- doc/label.n
+++ doc/label.n
@@ -110,11 +110,11 @@
 \fBlabel\fR .t \-text This widget is at 

commit tk for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package tk for openSUSE:Factory
checked in at Fri Jul 1 16:07:08 CEST 2011.




--- tk/tk.changes   2011-03-08 15:20:32.0 +0100
+++ /mounts/work_src_done/STABLE/tk/tk.changes  2011-07-01 13:19:48.0 
+0200
@@ -1,0 +2,32 @@
+Fri Jul  1 11:18:51 UTC 2011 - m...@novell.com
+
+- New patchlevel release 8.5.10:
+  * (bug fix)[3057573] specify combobox text fg color
+  * (bug fix)[2829363] [$tv see] open item - sched display
+  * (bug fix)[3085489] crash in [tag add/remove]
+  * (enhancement) Updated German messages.
+  * (platform) VS 2005 SP1 MSVC compiler
+  * (bug fix)[3071836] crash in tk_getSaveFile
+  * (bug fix)[3154705] tk_messageBox close button disabled
+  * (enhancement) add [ttk::entry validate]
+  * (bug fix)[3205260] crash in [wm manage]
+  * (bug fix)[3181181] tearoff submenu fix
+  * (bug fix)[3205464] [wm forget] loses window
+  * (bug fix)[3223850] ttk button state disabled during click
+  * (bug fix)[302] ttk scrollbar size Appearance
+  * (bug fix)[3239768] Win menu font support
+  * (bug fix)[3129527] stop buffer overflows
+  * (feature change)[2997657] No -container for [labelframe]
+  * (bug fix)[723765] [grid remove] lost -in value
+  * (bug fix)[3291543] mem corrupt when [$canvas dchars] removes
+all coords of a polygon
+  * (bug fix)[2949774] cascade menu unpost
+  * (bug fix)[2546087] [console] treatment of '\0'
+  * (bug fix)[2358545] Restore 08 in spinbox configured with
+-from and -to (porter)
+  * (bug fix)[2484771] modal dialog settings
+  * (bug fix)[3175610] incomplete line item refresh
+  * (bug fix)[3062331] crash in unset traces 
+- tk-xft.patch has been integrated upstream.
+
+---

calling whatdependson for head-i586


Old:

  tk-xft.patch
  tk8.5.9-src.tar.bz2

New:

  tk8.5.10-src.tar.bz2



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.TI9Agc/_old  2011-07-01 15:59:41.0 +0200
+++ /var/tmp/diff_new_pack.TI9Agc/_new  2011-07-01 15:59:41.0 +0200
@@ -21,8 +21,8 @@
 Name:   tk
 BuildRequires:  tcl-devel xorg-x11-devel
 Url:http://www.tcl.tk
-Version:8.5.9
-Release:5
+Version:8.5.10
+Release:1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical User Interface Toolkit for Tcl
 License:BSD3c(or similar)
@@ -41,7 +41,6 @@
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch
-Patch1: %name-xft.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -89,7 +88,6 @@
 %prep
 %setup -q -n %name%version
 %patch0
-%patch1
 
 %build
 cd unix

++ tk8.5.9-src.tar.bz2 - tk8.5.10-src.tar.bz2 ++
 13010 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org