Hello community, here is the log from the commit of package yast2-mail for openSUSE:Factory checked in at 2020-10-18 16:20:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old) and /work/SRC/openSUSE:Factory/.yast2-mail.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-mail" Sun Oct 18 16:20:16 2020 rev:94 rq:840385 version:4.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes 2020-08-14 13:09:49.257221439 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-mail.new.3486/yast2-mail.changes 2020-10-18 16:20:23.080463141 +0200 @@ -1,0 +2,15 @@ +Fri Oct 9 05:55:29 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- AutoYaST schema (bsc#1174133, bsc#1177496): + - Fix validation of string/symbol elements in the schema. + - Fix validation of 'masquerade_user' elements. +- 4.3.3 + +------------------------------------------------------------------- +Thu Oct 1 08:46:13 UTC 2020 - Peter Varkoly <vark...@suse.com> + +- bsc#1176645 - Running Yast2 Mail multiple times creates excess + brackets in postfix configuration +- 4.3.2 + +------------------------------------------------------------------- Old: ---- yast2-mail-4.3.1.tar.bz2 New: ---- yast2-mail-4.3.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.c5RmDg/_old 2020-10-18 16:20:23.728463429 +0200 +++ /var/tmp/diff_new_pack.c5RmDg/_new 2020-10-18 16:20:23.728463429 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-mail # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: yast2-mail -Version: 4.3.1 +Version: 4.3.3 Release: 0 Summary: YaST2 - Mail Configuration License: GPL-2.0-or-later Group: System/YaST -Url: https://github.com/yast/yast-mail +URL: https://github.com/yast/yast-mail Source0: %{name}-%{version}.tar.bz2 ++++++ yast2-mail-4.3.1.tar.bz2 -> yast2-mail-4.3.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.3.1/package/yast2-mail.changes new/yast2-mail-4.3.3/package/yast2-mail.changes --- old/yast2-mail-4.3.1/package/yast2-mail.changes 2020-08-12 12:24:05.000000000 +0200 +++ new/yast2-mail-4.3.3/package/yast2-mail.changes 2020-10-09 08:48:09.000000000 +0200 @@ -1,4 +1,19 @@ ------------------------------------------------------------------- +Fri Oct 9 05:55:29 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- AutoYaST schema (bsc#1174133, bsc#1177496): + - Fix validation of string/symbol elements in the schema. + - Fix validation of 'masquerade_user' elements. +- 4.3.3 + +------------------------------------------------------------------- +Thu Oct 1 08:46:13 UTC 2020 - Peter Varkoly <vark...@suse.com> + +- bsc#1176645 - Running Yast2 Mail multiple times creates excess + brackets in postfix configuration +- 4.3.2 + +------------------------------------------------------------------- Tue Aug 11 12:08:49 CEST 2020 - sch...@suse.de - AutoYaST: Added supplements: autoyast(mail) into the spec file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.3.1/package/yast2-mail.spec new/yast2-mail-4.3.3/package/yast2-mail.spec --- old/yast2-mail-4.3.1/package/yast2-mail.spec 2020-08-12 12:24:05.000000000 +0200 +++ new/yast2-mail-4.3.3/package/yast2-mail.spec 2020-10-09 08:48:09.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-mail -Version: 4.3.1 +Version: 4.3.3 Release: 0 Summary: YaST2 - Mail Configuration License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.3.1/src/autoyast-rnc/mail.rnc new/yast2-mail-4.3.3/src/autoyast-rnc/mail.rnc --- old/yast2-mail-4.3.1/src/autoyast-rnc/mail.rnc 2020-08-12 12:24:05.000000000 +0200 +++ new/yast2-mail-4.3.3/src/autoyast-rnc/mail.rnc 2020-10-09 08:48:09.000000000 +0200 @@ -32,6 +32,7 @@ mail_SYMBOL_OR_TEXT = ( attribute config:type { "symbol" }? | + attribute t { "symbol" }? | STRING_ATTR ) @@ -89,9 +90,12 @@ element masquerade_users { LIST, element masquerade_user { - element user { STRING } & - element address { STRING } & - element comment { STRING }? + MAP, + ( + element user { STRING } & + element address { STRING } & + element comment { STRING }? + ) }* } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.3.1/src/include/mail/ui.rb new/yast2-mail-4.3.3/src/include/mail/ui.rb --- old/yast2-mail-4.3.1/src/include/mail/ui.rb 2020-08-12 12:24:05.000000000 +0200 +++ new/yast2-mail-4.3.3/src/include/mail/ui.rb 2020-10-09 08:48:09.000000000 +0200 @@ -989,7 +989,9 @@ config = Builtins.add(config, "password", "") end - UI.ChangeWidget(Id(:server), :Value, Ops.get_string(config, "server", "")) + server = Ops.get_string(config, "server", "") + server.delete!("[]") + UI.ChangeWidget(Id(:server), :Value, server) UI.ChangeWidget(Id(:user), :Value, Ops.get_string(config, "user", "")) UI.ChangeWidget( Id(:passw),