Hello community, here is the log from the commit of package yast2-mail checked in at Tue Sep 25 21:18:22 CEST 2007. -------- --- yast2-mail/yast2-mail.changes 2007-09-17 11:07:42.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/yast2-mail/yast2-mail.changes 2007-09-25 10:26:53.623645000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 24 16:54:32 CEST 2007 - pv@suse.de + +- #327550 - yast2-mail fetchmail error +- 2.15.23 + +------------------------------------------------------------------- Old: ---- yast2-mail-2.15.22.tar.bz2 New: ---- yast2-mail-2.15.23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.GNg635/_old 2007-09-25 21:18:09.000000000 +0200 +++ /var/tmp/diff_new_pack.GNg635/_new 2007-09-25 21:18:09.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-mail (Version 2.15.22) +# spec file for package yast2-mail (Version 2.15.23) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-mail -Version: 2.15.22 +Version: 2.15.23 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-mail-2.15.22.tar.bz2 +Source0: yast2-mail-2.15.23.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-ldap-server yast2-network yast2-perl-bindings yast2-users @@ -66,7 +66,7 @@ Peter Varkoly <varkoly@novell.com> %prep -%setup -n yast2-mail-2.15.22 +%setup -n yast2-mail-2.15.23 %build %{prefix}/bin/y2tool y2autoconf @@ -158,8 +158,10 @@ /usr/share/YaST2/modules/UsersPluginMail.pm %dir /usr/share/YaST2/clients /usr/share/YaST2/clients/users* - %changelog +* Mon Sep 24 2007 - pv@suse.de +- #327550 - yast2-mail fetchmail error +- 2.15.23 * Fri Sep 14 2007 - varkoly@suse.de - fixing mail advanced setup vizard [#304721] - yast mail does not understand the "help" option ++++++ yast2-mail-2.15.22.tar.bz2 -> yast2-mail-2.15.23.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-mail-2.15.22/src/Mail.ycp new/yast2-mail-2.15.23/src/Mail.ycp --- old/yast2-mail-2.15.22/src/Mail.ycp 2007-09-12 15:25:57.000000000 +0200 +++ new/yast2-mail-2.15.23/src/Mail.ycp 2007-09-24 16:37:33.000000000 +0200 @@ -11,7 +11,7 @@ * Authors: * Martin Vidner <mvidner@suse.cz> * - * $Id: Mail.ycp 40877 2007-09-12 13:21:52Z varkoly $ + * $Id: Mail.ycp 41055 2007-09-24 14:33:10Z varkoly $ * * Representation of the configuration of mail. * Input and output routines. @@ -1112,7 +1112,11 @@ // Write them unconditionally, because it is now possible to // enter them also in the Permanent mode. Bug #17417. // Translators: progress label - stages = add (stages, [ _("Writing downloading settings"), WriteDownloading ]); + if (size (fetchmail) > 0 || Package::Installed ("fetchmail")) + { + stages = add (stages, [ _("Writing downloading settings"), WriteDownloading ]); + } + // Translators: progress label stages = add (stages, [ _("Writing authentication settings..."), WriteSmtpAuth ]); } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-mail-2.15.22/VERSION new/yast2-mail-2.15.23/VERSION --- old/yast2-mail-2.15.22/VERSION 2007-09-14 06:57:00.000000000 +0200 +++ new/yast2-mail-2.15.23/VERSION 2007-09-24 16:55:33.000000000 +0200 @@ -1 +1 @@ -2.15.22 +2.15.23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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