OBS User unknown
2009-06-12 15:15:33 +00:00
committed by Git OBS Bridge
parent c4e7daf6cf
commit 6eb11db9ed
4 changed files with 32 additions and 7 deletions

19
tk.spec
View File

@@ -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