Version 8.5.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=26
This commit is contained in:
parent
d5182b394b
commit
5865b5f363
25
tk.changes
25
tk.changes
@ -1,7 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 09:00:35 UTC 2012 - max@suse.com
|
||||
Thu Aug 9 12:41:35 UTC 2012 - max@suse.com
|
||||
|
||||
- 8.5.12rc2
|
||||
- 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()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:56:56 UTC 2012 - coolo@suse.com
|
||||
|
4
tk.spec
4
tk.spec
@ -22,7 +22,7 @@ BuildRequires: xorg-x11-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.12
|
||||
Release: 0
|
||||
%define rrc rc2
|
||||
%define rrc %nil
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
License: BSD-3-Clause
|
||||
@ -96,7 +96,7 @@ cd unix
|
||||
--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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user