- fix 456922 - crash gitk resolved
This commit is contained in:
parent
9d002f5cc4
commit
18af36e2f0
23
tk-8.5.3-crash.patch
Normal file
23
tk-8.5.3-crash.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
diff -up tk8.5.3/library/tk.tcl.olde tk8.5.3/library/tk.tcl
|
||||||
|
--- tk8.5.3/library/tk.tcl.olde 2008-06-30 05:37:37.000000000 +0200
|
||||||
|
+++ tk8.5.3/library/tk.tcl 2008-07-29 09:19:52.000000000 +0200
|
||||||
|
@@ -510,7 +510,7 @@ proc ::tk::AmpWidget {class path args} {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set result [$class $path {*}$options]
|
||||||
|
- if {[string match "*button" $class]} {
|
||||||
|
+ if {$class eq "button"} {
|
||||||
|
bind $path <<AltUnderlined>> [list $path invoke]
|
||||||
|
}
|
||||||
|
return $result
|
||||||
|
@@ -539,8 +539,8 @@ proc ::tk::AmpMenuArgs {widget add type
|
||||||
|
#
|
||||||
|
proc ::tk::FindAltKeyTarget {path char} {
|
||||||
|
switch -- [winfo class $path] {
|
||||||
|
- Button - Label -
|
||||||
|
- TButton - TLabel - TCheckbutton {
|
||||||
|
+ Button -
|
||||||
|
+ Label {
|
||||||
|
if {[string equal -nocase $char \
|
||||||
|
[string index [$path cget -text] [$path cget -underline]]]} {
|
||||||
|
return $path
|
7
tk.spec
7
tk.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: The graphical toolkit for the Tcl scripting language
|
Summary: The graphical toolkit for the Tcl scripting language
|
||||||
Name: tk
|
Name: tk
|
||||||
Version: %{vers}
|
Version: %{vers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: TCL
|
License: TCL
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -23,6 +23,7 @@ Obsoletes: tile <= 0.8.2
|
|||||||
Provides: tile = 0.8.2
|
Provides: tile = 0.8.2
|
||||||
Patch1: tk8.5-make.patch
|
Patch1: tk8.5-make.patch
|
||||||
Patch2: tk8.5-conf.patch
|
Patch2: tk8.5-conf.patch
|
||||||
|
Patch3: tk-8.5.3-crash.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
When paired with the Tcl scripting language, Tk provides a fast and powerful
|
When paired with the Tcl scripting language, Tk provides a fast and powerful
|
||||||
@ -46,6 +47,7 @@ The package contains the development files and man pages for tk.
|
|||||||
|
|
||||||
%patch1 -p1 -b .make
|
%patch1 -p1 -b .make
|
||||||
%patch2 -p1 -b .conf
|
%patch2 -p1 -b .conf
|
||||||
|
%patch3 -p1 -b .crash
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd unix
|
cd unix
|
||||||
@ -113,6 +115,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 29 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.3-2
|
||||||
|
- fix 456922 - crash gitk resolved
|
||||||
|
|
||||||
* Fri Jul 25 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.3-1
|
* Fri Jul 25 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.3-1
|
||||||
- update to 8.5.3
|
- update to 8.5.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user