This commit is contained in:
parent
c4e7daf6cf
commit
6eb11db9ed
14
tk.changes
14
tk.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 18:32:53 CEST 2009 - max@suse.de
|
||||
|
||||
- New version: 8.5.7
|
||||
* Improve keyboard bindings for ttk::scale.
|
||||
* Permit [text] names containing "-".
|
||||
* Limit [wm manage] to Frames.
|
||||
* Fix Tk_Create*ImageType() thread safety.
|
||||
* Eliminate unnecessary units conversion in screen distances,
|
||||
reducing precision loss.
|
||||
* Fix crash on XCreateIC failure.
|
||||
* Fax crash in Tk_MakeWindowExist().
|
||||
* More bug fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
|
19
tk.spec
19
tk.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tk (Version 8.5.5)
|
||||
# spec file for package tk (Version 8.5.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,8 +21,8 @@
|
||||
Name: tk
|
||||
BuildRequires: tcl-devel xorg-x11-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.5
|
||||
Release: 3
|
||||
Version: 8.5.7
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
License: BSD 3-Clause
|
||||
@ -105,7 +105,7 @@ make %{?jobs:-j%jobs} \
|
||||
mv doc/menubar.n doc/tk_menubar.n
|
||||
mv doc/dialog.n doc/tk_dialog.n
|
||||
mv doc/panedwindow.n doc/tk_panedwindow.n
|
||||
make -C unix install install-private-headers \
|
||||
make -C unix install-strip install-private-headers \
|
||||
INSTALL_ROOT=%buildroot \
|
||||
TK_LIBRARY="%scriptdir" \
|
||||
TK_PKG_DIR="tcl/tk%TK_MINOR"
|
||||
@ -140,6 +140,17 @@ exit 0
|
||||
%_libdir/tkConfig.sh
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 max@suse.de
|
||||
- New version: 8.5.7
|
||||
* Improve keyboard bindings for ttk::scale.
|
||||
* Permit [text] names containing "-".
|
||||
* Limit [wm manage] to Frames.
|
||||
* Fix Tk_Create*ImageType() thread safety.
|
||||
* Eliminate unnecessary units conversion in screen distances,
|
||||
reducing precision loss.
|
||||
* Fix crash on XCreateIC failure.
|
||||
* Fax crash in Tk_MakeWindowExist().
|
||||
* More bug fixes and improvements.
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Mon Dec 08 2008 max@suse.de
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:629127ee4bbe9662a4c2ead4b6adc694be9793ea14d77c4c9af271edf76ebb77
|
||||
size 3026301
|
3
tk8.5.7-src.tar.bz2
Normal file
3
tk8.5.7-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6eee537abdf7ce55405bf66b638a67638b05b988fbd2e331a6fed6668e5645a
|
||||
size 3034234
|
Loading…
Reference in New Issue
Block a user