SHA256
1
0
forked from pool/tk
OBS User unknown
2008-07-11 20:06:13 +00:00
committed by Git OBS Bridge
parent e63204a913
commit bfc0657c05
5 changed files with 44 additions and 6 deletions

18
tk.spec
View File

@@ -1,5 +1,5 @@
#
# spec file for package tk (Version 8.5.2)
# spec file for package tk (Version 8.5.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,8 +14,8 @@
Name: tk
BuildRequires: tcl-devel xorg-x11-devel
Url: http://www.tcl.tk
Version: 8.5.2
Release: 2
Version: 8.5.3
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Graphical User Interface Toolkit for Tcl
License: BSD 3-Clause
@@ -29,6 +29,7 @@ Source0: %name%{version}-src.tar.bz2
Source1: tk-rpmlintrc
Source2: baselibs.conf
Patch0: %name.patch
Patch1: tk-bind.patch
%description
Tk is a graphical user interface toolkit that takes developing desktop
@@ -69,6 +70,7 @@ Authors:
%prep
%setup -q -n %name%version
%patch0
%patch1
%build
cd unix
@@ -121,6 +123,16 @@ exit 0
%_libdir/tkConfig.sh
%changelog
* Thu Jul 10 2008 max@suse.de
- New version: 8.5.3:
* Fix Tk_ParseArgv() double free crash.
* Fix wish -h mem explosion
* Fix canvas item <Enter> events
* Fix ttk::label height or width 0 panic
* Use Xutf8LookupString when possible
* Fix global grab segfault
- Added workaround for problems with new GenericEvent added by
xproto-7.0.13.
* Wed Apr 02 2008 max@suse.de
- New version: 8.5.2:
* New modern theming engine: New and complementary widgets that