Hello community, here is the log from the commit of package iwidgets checked in at Fri Nov 10 12:37:22 CET 2006. -------- --- iwidgets/iwidgets.changes 2006-01-25 21:46:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/iwidgets/iwidgets.changes 2006-11-10 12:28:29.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 10 12:28:25 CET 2006 - ro@suse.de + +- fix docu permissions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iwidgets.spec ++++++ --- /var/tmp/diff_new_pack.FMEkQg/_old 2006-11-10 12:37:19.000000000 +0100 +++ /var/tmp/diff_new_pack.FMEkQg/_new 2006-11-10 12:37:19.000000000 +0100 @@ -1,11 +1,11 @@ # # spec file for package iwidgets (Version 4.0.1) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 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. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,7 +13,7 @@ Name: iwidgets BuildRequires: tcl Version: 4.0.1 -Release: 229 +Release: 255 License: X11/MIT Group: Development/Languages/Tcl Source0: %name%version.tar.bz2 @@ -24,15 +24,15 @@ Requires: itcl %description -[incr Widgets] is an object-oriented mega-widget set which extends +[incr Widgets] is an object-oriented mega-widget set that extends Tcl/Tk and is based on [incr Tcl] and [incr Tk]. This set of mega-widgets delivers many new, general purpose widgets like option menus, comboboxes, selection boxes, and various dialogs whose -couterparts are found in Motif and Windows. Since [incr Widgets] is +counterparts are found in Motif and Windows. Since [incr Widgets] is based on the [incr Tk] extension, the Tk framework of configuration options, widget commands, and default bindings is maintained. In other words, each [incr Widgets] mega-widget seamlessly blends with the -standard Tk widgets. They look, act and feel like Tk widgets. In +standard Tk widgets. They look, act, and feel like Tk widgets. In addition, all [incr Widgets] mega-widgets are object oriented and may themselves be extended, using either inheritance or composition. @@ -63,7 +63,7 @@ SCRIPT_INSTALL_DIR=%buildroot%tclscriptdir/%name%version # Put the right path to wish into the iwidget demos, # and fix the permissions. -for f in $(find %buildroot%_prefix/lib/%name%version/demos -type f); do +for f in $(find %buildroot%_prefix/lib/%name%version/demos %buildroot%tclscriptdir/%name%version/demos -type f); do if test -x $f && grep 'package require Iwidgets' $f > /dev/null; then ( echo '#!/usr/bin/wish'; cat $f ) > $f.new mv $f.new $f @@ -84,6 +84,8 @@ %tclscriptdir/%name%version %changelog -n iwidgets +* Fri Nov 10 2006 - ro@suse.de +- fix docu permissions * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jun 17 2005 - max@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de