commit tkinfo for openSUSE:Factory

Hello community, here is the log from the commit of package tkinfo for openSUSE:Factory checked in at Tue Oct 27 16:46:55 CET 2009. -------- --- tkinfo/tkinfo.changes 2006-01-25 21:48:20.000000000 +0100 +++ /mounts/work_src_done/STABLE/tkinfo/tkinfo.changes 2009-10-27 15:42:07.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 27 15:38:47 CET 2009 - max@suse.de + +- Relax wildcard searching, so that info pages with version + numbers are also found under their basename (bnc#420627). + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- tkinfo-alias.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tkinfo.spec ++++++ --- /var/tmp/diff_new_pack.xVzz2I/_old 2009-10-27 16:46:07.000000000 +0100 +++ /var/tmp/diff_new_pack.xVzz2I/_new 2009-10-27 16:46:07.000000000 +0100 @@ -23,10 +23,11 @@ License: Public Domain, Freeware Group: Productivity/Publishing/Texinfo Version: 2.8 -Release: 133 +Release: 134 Summary: Viewer for info-files Source: %name-%version.tar.bz2 Patch0: tkinfo.patch +Patch1: tkinfo-alias.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,6 +45,7 @@ %prep %setup %patch0 +%patch1 %build ++++++ tkinfo-alias.patch ++++++ --- tkinfo +++ tkinfo @@ -3727,6 +3727,14 @@ } } } + foreach suf $tki(infoSuffix) { + foreach extrasuf {"" .gz .Z .z .bz2} { + set filePath "$fileName-*$suf$extrasuf" + if {[catch {glob $filePath} result] == 0} { + return [lindex [lsort $result] 0] + } + } + } return "" } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de