Hello community, here is the log from the commit of package yast2-irda checked in at Thu Dec 7 19:58:04 CET 2006. -------- --- yast2-irda/yast2-irda.changes 2006-11-06 12:11:16.000000000 +0100 +++ /mounts/work_src_done/NOARCH/yast2-irda/yast2-irda.changes 2006-12-01 17:03:59.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Dec 1 16:35:25 CET 2006 - jsuchome@suse.cz + +- do not show untranslated messages (#221701) +- 2.15.0 + +------------------------------------------------------------------- Old: ---- yast2-irda-2.14.0.tar.bz2 New: ---- yast2-irda-2.15.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-irda.spec ++++++ --- /var/tmp/diff_new_pack.soAJTF/_old 2006-12-07 19:57:34.000000000 +0100 +++ /var/tmp/diff_new_pack.soAJTF/_new 2006-12-07 19:57:34.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-irda (Version 2.14.0) +# spec file for package yast2-irda (Version 2.15.0) # # 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.14.0 +Version: 2.15.0 Release: 1 -License: GNU General Public License (GPL) - all versions +License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-irda-2.14.0.tar.bz2 +Source0: yast2-irda-2.15.0.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.14.0 +%setup -n yast2-irda-2.15.0 %build %{prefix}/bin/y2tool y2autoconf @@ -68,6 +68,9 @@ %doc %{prefix}/share/doc/packages/yast2-irda %changelog -n yast2-irda +* Fri Dec 01 2006 - jsuchome@suse.cz +- do not show untranslated messages (#221701) +- 2.15.0 * Mon Nov 06 2006 - jsuchome@suse.cz - new version for new product - 2.14.0 ++++++ yast2-irda-2.14.0.tar.bz2 -> yast2-irda-2.15.0.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-irda-2.14.0/VERSION new/yast2-irda-2.15.0/VERSION --- old/yast2-irda-2.14.0/VERSION 2006-11-06 12:03:47.000000000 +0100 +++ new/yast2-irda-2.15.0/VERSION 2006-12-01 16:35:53.000000000 +0100 @@ -1 +1 @@ -2.14.0 +2.15.0 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-irda-2.14.0/src/ui.ycp new/yast2-irda-2.15.0/src/ui.ycp --- old/yast2-irda-2.14.0/src/ui.ycp 2005-09-08 10:31:54.000000000 +0200 +++ new/yast2-irda-2.15.0/src/ui.ycp 2006-12-01 16:35:19.000000000 +0100 @@ -90,8 +90,8 @@ UI::CloseDialog(); if (start != "") { - Popup::Error (sformat ("%1 -%2", Message::CannotStartService ("irda"), start)); + y2error ("irda service returns: %1", start); + Popup::Error (Message::CannotStartService ("irda")); irda_tmp_stop (); return false; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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