Hello community, here is the log from the commit of package yast2-mail for openSUSE:Factory checked in at 2018-01-17 21:42:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old) and /work/SRC/openSUSE:Factory/.yast2-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-mail" Wed Jan 17 21:42:01 2018 rev:84 rq:546679 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes 2016-09-27 13:41:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes 2018-01-17 21:42:04.532800442 +0100 @@ -1,0 +2,14 @@ +Thu Nov 30 06:38:15 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468). +- 4.0.0 + +------------------------------------------------------------------- +Wed Feb 1 16:20:17 UTC 2017 - [email protected] + +- bnc#1022360 Crash during E-Mail-Server setup, when outgoing mailserver is empty +- bnc#994317 yast2 mailserver does not preserve startup setting +- 3.1.11 + +------------------------------------------------------------------- Old: ---- yast2-mail-3.1.10.tar.bz2 New: ---- yast2-mail-4.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.tURrC8/_old 2018-01-17 21:42:05.068775354 +0100 +++ /var/tmp/diff_new_pack.tURrC8/_new 2018-01-17 21:42:05.072775167 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-mail # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-mail -Version: 3.1.10 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -88,6 +88,6 @@ /etc/openldap/schema/suse-mailserver.schema %doc %{yast_docdir} -/var/adm/fillup-templates/sysconfig.mail +%{_fillupdir}/sysconfig.mail %changelog ++++++ yast2-mail-3.1.10.tar.bz2 -> yast2-mail-4.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-3.1.10/.travis.yml new/yast2-mail-4.0.0/.travis.yml --- old/yast2-mail-3.1.10/.travis.yml 2016-09-20 10:27:44.400275368 +0200 +++ new/yast2-mail-4.0.0/.travis.yml 2017-11-30 11:34:41.000000000 +0100 @@ -1,16 +1,11 @@ -language: cpp -compiler: - - gcc +sudo: required +language: bash +services: + - docker + before_install: - # disable rvm, use system Ruby - - rvm reset - - wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh - - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite" -g "yast-rake gettext" + - docker build -t yast-mail-image . script: - - rake check:syntax - - rake check:pot - - make -f Makefile.cvs - - make - - sudo make install - - make check - + # the "yast-travis-ruby" script is included in the base yastdevel/ruby image + # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby + - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-mail-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-3.1.10/Dockerfile new/yast2-mail-4.0.0/Dockerfile --- old/yast2-mail-3.1.10/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-mail-4.0.0/Dockerfile 2017-11-30 11:34:41.000000000 +0100 @@ -0,0 +1,3 @@ +FROM yastdevel/ruby +COPY . /usr/src/app + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-3.1.10/package/yast2-mail.changes new/yast2-mail-4.0.0/package/yast2-mail.changes --- old/yast2-mail-3.1.10/package/yast2-mail.changes 2016-09-20 10:27:44.532275368 +0200 +++ new/yast2-mail-4.0.0/package/yast2-mail.changes 2017-11-30 11:34:41.000000000 +0100 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Thu Nov 30 06:38:15 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468). +- 4.0.0 + +------------------------------------------------------------------- +Wed Feb 1 16:20:17 UTC 2017 - [email protected] + +- bnc#1022360 Crash during E-Mail-Server setup, when outgoing mailserver is empty +- bnc#994317 yast2 mailserver does not preserve startup setting +- 3.1.11 + +------------------------------------------------------------------- Tue Sep 20 07:56:27 UTC 2016 - [email protected] - Reduce build dependencies to speed up build (bsc#999203) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-3.1.10/package/yast2-mail.spec new/yast2-mail-4.0.0/package/yast2-mail.spec --- old/yast2-mail-3.1.10/package/yast2-mail.spec 2016-09-20 10:27:44.532275368 +0200 +++ new/yast2-mail-4.0.0/package/yast2-mail.spec 2017-11-30 11:34:41.000000000 +0100 @@ -15,9 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: yast2-mail -Version: 3.1.10 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -88,6 +87,6 @@ /etc/openldap/schema/suse-mailserver.schema %doc %{yast_docdir} -/var/adm/fillup-templates/sysconfig.mail +%{_fillupdir}/sysconfig.mail %changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-3.1.10/src/fillup/sysconfig.mail new/yast2-mail-4.0.0/src/fillup/sysconfig.mail --- old/yast2-mail-3.1.10/src/fillup/sysconfig.mail 2016-09-20 10:27:44.564275368 +0200 +++ new/yast2-mail-4.0.0/src/fillup/sysconfig.mail 2017-11-30 11:34:41.000000000 +0100 @@ -31,19 +31,3 @@ # will be accepted. # SMTPD_LISTEN_REMOTE="no" - -## Type: yesno -## Default: no -# -# Set this to "yes" if the yast2 mail module must not -# start with the wizard for asking the -# configuration type of the mail server. -# -SKIP_ASK="no" - -## Type: string(standard,advanced,undef) -## Default: undef -# -# This variable contains the type of the mail server configuration. -# -CONFIG_TYPE="undef" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-3.1.10/src/modules/Mail.rb new/yast2-mail-4.0.0/src/modules/Mail.rb --- old/yast2-mail-3.1.10/src/modules/Mail.rb 2016-09-20 10:27:44.592275368 +0200 +++ new/yast2-mail-4.0.0/src/modules/Mail.rb 2017-11-30 11:34:41.000000000 +0100 @@ -357,7 +357,7 @@ elsif @mta == :postfix nc = SCR.Read(path(".sysconfig.postfix.POSTFIX_NODNS")) == "yes" ex = SCR.Read(path(".sysconfig.postfix.POSTFIX_DIALUP")) == "yes" - nd = Service.Enabled("postfix") + nd = ! Service.Enabled("postfix") else return false end @@ -690,7 +690,7 @@ Service.Enable(service) Service.Adjust("amavis", @use_amavis ? "enable" : "disable") end - Service.Enable(service) + # amavis SCR.Write( path(".sysconfig.amavis.USE_AMAVIS"), @@ -747,7 +747,7 @@ l_oms = @outgoing_mail_server.split(/:/) if l_oms.length == 2 @outgoing_mail_server = "[" + l_oms[0] + "]" + ":" + l_oms[1] - else + elsif l_oms.length == 1 @outgoing_mail_server = "[" + l_oms[0] + "]" end end
