Tk 8.6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=32
This commit is contained in:
parent
d69025255b
commit
7548a28627
22
tk.changes
22
tk.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 12:24:38 UTC 2013 - max@suse.com
|
||||
|
||||
- New version: 8.6.0.
|
||||
* Built-in PNG Image Support: Photo images now support
|
||||
read/write in the PNG format, with the ability to set the
|
||||
alpha channel.
|
||||
* Busy Windows: New command tk busy is a variant of blt::busy
|
||||
that lets the interactivity of windows be suspended and
|
||||
restored as required by the needs of the program.
|
||||
* New Font Selection Dialog Interface: New command tk
|
||||
fontchooser provides a portable interface to the standard font
|
||||
selector of the platform, whether that is modal or not.
|
||||
* Angled Text: New option -angle $degrees to $canvas create text
|
||||
for rotating displayed text.
|
||||
* Moving Things on a Canvas: New commands $canvas moveto,
|
||||
$canvas imove and $canvas rchars for moving and manipulating
|
||||
canvas items.
|
||||
* Additional New Features: Text widget cursor control, more
|
||||
window manager hints, and a collection of modernizations in
|
||||
appearance and function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 10:18:51 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
5
tk.spec
5
tk.spec
@ -25,7 +25,7 @@ BuildRequires: libXt-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: tcl-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.12
|
||||
Version: 8.6.0
|
||||
Release: 0
|
||||
%define rrc %nil
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -142,7 +142,8 @@ exit 0
|
||||
%doc %_mandir/man3/*
|
||||
%_prefix/include/*
|
||||
%scriptdir/tkAppInit.c
|
||||
%_libdir/*.a
|
||||
%attr(0644,root,root) %_libdir/*.a
|
||||
%_libdir/tkConfig.sh
|
||||
%_libdir/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c453d820925bf526bbe8a0d1c17ab3168b076fcb9844bea797ad75e3b9ad9291
|
||||
size 3826062
|
3
tk8.6.0-src.tar.gz
Normal file
3
tk8.6.0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c708b2b6f658916df59190b27750fa1ea2bc10992108e10f961c0700f058de6
|
||||
size 4239836
|
Loading…
Reference in New Issue
Block a user