Accepting request 53237 from devel:languages:tcl

Accepted submit request 53237 from user rmax

OBS-URL: https://build.opensuse.org/request/show/53237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtcl?expand=0&rev=8
This commit is contained in:
Ruediger Oertel
2010-11-18 15:46:19 +00:00
committed by Git OBS Bridge
parent ae922a000b
commit 04beaab987
3 changed files with 19 additions and 1 deletions

11
vtcl-tkversion.patch Normal file
View File

@@ -0,0 +1,11 @@
--- lib/tkcon.tcl
+++ lib/tkcon.tcl
@@ -21,7 +21,7 @@
if {$tcl_version < 8.0} {
return -code error "TkCon requires at least Tcl/Tk8"
} else {
- package require -exact Tk $tcl_version
+ package require Tk $tcl_version
}
## for Tcl/Tk 8.4

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 17 11:40:20 CET 2010 - max@suse.de
- Fix strict version requirement for Tk (bnc#654115).
-------------------------------------------------------------------
Wed Jan 25 21:48:56 CET 2006 - mls@suse.de

View File

@@ -27,8 +27,9 @@ Version: 1.6.0
Release: 175
Summary: Visual Tcl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %name-%version.tar.bz2
Source0: %name-%version.tar.bz2
Source1: vtcl
Patch0: vtcl-tkversion.patch
BuildArch: noarch
%description
@@ -45,6 +46,7 @@ Authors:
%prep
%setup -q
%patch0
%build
#