This commit is contained in:
parent
bfc0657c05
commit
3386457763
@ -1,12 +0,0 @@
|
||||
--- generic/tkBind.c
|
||||
+++ generic/tkBind.c
|
||||
@@ -574,6 +574,9 @@
|
||||
/* ColormapNotify */ COLORMAP,
|
||||
/* ClientMessage */ 0,
|
||||
/* MappingNotify */ 0,
|
||||
+#ifdef GenericEvent
|
||||
+ /* GenericEvent */ 0,
|
||||
+#endif
|
||||
/* VirtualEvent */ VIRTUAL,
|
||||
/* Activate */ ACTIVATE,
|
||||
/* Deactivate */ ACTIVATE,
|
10
tk.changes
10
tk.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 11:57:27 CEST 2008 - max@suse.de
|
||||
|
||||
- New version: 8.5.4:
|
||||
* fix a crash in [ttk::scale]
|
||||
* fix portability of [winfo id]
|
||||
* fix unmapped toplevel crashes
|
||||
* Tk header files revised to accommodate incompatible changes
|
||||
in recent X.org releases of X11 headers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 16:53:59 CEST 2008 - max@suse.de
|
||||
|
||||
|
24
tk.spec
24
tk.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package tk (Version 8.5.3)
|
||||
# spec file for package tk (Version 8.5.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -14,7 +21,7 @@
|
||||
Name: tk
|
||||
BuildRequires: tcl-devel xorg-x11-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.3
|
||||
Version: 8.5.4
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
@ -29,7 +36,6 @@ 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
|
||||
@ -70,7 +76,6 @@ Authors:
|
||||
%prep
|
||||
%setup -q -n %name%version
|
||||
%patch0
|
||||
%patch1
|
||||
|
||||
%build
|
||||
cd unix
|
||||
@ -123,6 +128,13 @@ exit 0
|
||||
%_libdir/tkConfig.sh
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2008 max@suse.de
|
||||
- New version: 8.5.4:
|
||||
* fix a crash in [ttk::scale]
|
||||
* fix portability of [winfo id]
|
||||
* fix unmapped toplevel crashes
|
||||
* Tk header files revised to accommodate incompatible changes
|
||||
in recent X.org releases of X11 headers.
|
||||
* Thu Jul 10 2008 max@suse.de
|
||||
- New version: 8.5.3:
|
||||
* Fix Tk_ParseArgv() double free crash.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc08efe9996914e6c763b414d8adc3115ac791d18482036327b36a488742040e
|
||||
size 3024549
|
3
tk8.5.4-src.tar.bz2
Normal file
3
tk8.5.4-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3470b495c4bbbe971489df91dec58f24e668b3c7ee11d97e14f9b7a485b84eb
|
||||
size 3022967
|
Loading…
Reference in New Issue
Block a user