Hello community, here is the log from the commit of package vtcl for openSUSE:Factory checked in at Thu Nov 18 16:46:18 CET 2010. -------- --- vtcl/vtcl.changes 2006-01-25 21:48:56.000000000 +0100 +++ vtcl/vtcl.changes 2010-11-17 11:40:56.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 17 11:40:20 CET 2010 - max@suse.de + +- Fix strict version requirement for Tk (bnc#654115). + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- vtcl-tkversion.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vtcl.spec ++++++ --- /var/tmp/diff_new_pack.g2RA6w/_old 2010-11-18 16:45:48.000000000 +0100 +++ /var/tmp/diff_new_pack.g2RA6w/_new 2010-11-18 16:45:48.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package vtcl (Version 1.6.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,17 @@ Name: vtcl -License: GPL v2 or later +License: GPLv2+ Group: Development/Languages/Tcl Requires: tcl tk AutoReqProv: on Version: 1.6.0 -Release: 175 +Release: 183 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 @@ %prep %setup -q +%patch0 %build # ++++++ vtcl-tkversion.patch ++++++ --- 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org