Hello community, here is the log from the commit of package yast2-irda checked in at Wed Dec 20 19:00:13 CET 2006. -------- --- yast2-irda/yast2-irda.changes 2006-12-01 17:03:59.000000000 +0100 +++ /mounts/work_src_done/NOARCH/yast2-irda/yast2-irda.changes 2006-12-20 15:30:54.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 20 11:21:33 CET 2006 - jsuchome@suse.cz + +- do not use full path for irdadump (#229730) +- 2.15.1 + +------------------------------------------------------------------- Old: ---- yast2-irda-2.15.0.tar.bz2 New: ---- yast2-irda-2.15.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-irda.spec ++++++ --- /var/tmp/diff_new_pack.M3FjL3/_old 2006-12-20 18:59:57.000000000 +0100 +++ /var/tmp/diff_new_pack.M3FjL3/_new 2006-12-20 18:59:57.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-irda (Version 2.15.0) +# spec file for package yast2-irda (Version 2.15.1) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-irda -Version: 2.15.0 +Version: 2.15.1 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-irda-2.15.0.tar.bz2 +Source0: yast2-irda-2.15.1.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-testsuite Requires: yast2 @@ -34,7 +34,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-irda-2.15.0 +%setup -n yast2-irda-2.15.1 %build %{prefix}/bin/y2tool y2autoconf @@ -68,6 +68,9 @@ %doc %{prefix}/share/doc/packages/yast2-irda %changelog -n yast2-irda +* Wed Dec 20 2006 - jsuchome@suse.cz +- do not use full path for irdadump (#229730) +- 2.15.1 * Fri Dec 01 2006 - jsuchome@suse.cz - do not show untranslated messages (#221701) - 2.15.0 ++++++ yast2-irda-2.15.0.tar.bz2 -> yast2-irda-2.15.1.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-irda-2.15.0/VERSION new/yast2-irda-2.15.1/VERSION --- old/yast2-irda-2.15.0/VERSION 2006-12-01 16:35:53.000000000 +0100 +++ new/yast2-irda-2.15.1/VERSION 2006-12-20 11:22:38.000000000 +0100 @@ -1 +1 @@ -2.15.0 +2.15.1 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-irda-2.15.0/src/ui.ycp new/yast2-irda-2.15.1/src/ui.ycp --- old/yast2-irda-2.15.0/src/ui.ycp 2006-12-01 16:35:19.000000000 +0100 +++ new/yast2-irda-2.15.1/src/ui.ycp 2006-12-20 09:01:48.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: Dialogs definitions * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: ui.ycp 22090 2005-03-02 08:07:29Z jsuchome $ + * $Id: ui.ycp 34703 2006-12-01 16:06:04Z jsuchome $ */ { @@ -97,7 +97,7 @@ } // run test application - SCR::Execute (.background.run_output, "/usr/bin/irdadump"); + SCR::Execute (.background.run_output, "irdadump"); // construct the dialog UI::OpenDialog(`opt(`decorated), `HBox(`HSpacing(1.5), @@ -161,12 +161,12 @@ } if (ret == `cont) { - SCR::Execute (.background.run_output, "/usr/bin/irdadump"); + SCR::Execute (.background.run_output, "irdadump"); UI::ChangeWidget (`id (`stop), `Enabled, true); UI::ChangeWidget (`id (`cont), `Enabled, false); ret = nil; } - sleep (10); + sleep (100); } while (ret == nil); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org