Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2012-01-27 15:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-mail", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes    2012-01-04 
07:33:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes       
2012-01-27 15:24:38.000000000 +0100
@@ -2 +2 @@
-Fri Nov  4 11:28:24 UTC 2011 - [email protected]
+Wed Jan 25 14:42:40 UTC 2012 - [email protected]
@@ -4,2 +4,6 @@
-- FATE#311272: Do not rewrite postfix.cf via SuSEconfig
-- FATE#310517: DKIM and DomainKeys support
+- bnc#743369 - yast2 mail module does not open the firewall 
+
+-------------------------------------------------------------------
+Wed Dec  7 10:05:01 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-mail.spec ++++++
--- /var/tmp/diff_new_pack.VprdxI/_old  2012-01-27 15:24:39.000000000 +0100
+++ /var/tmp/diff_new_pack.VprdxI/_new  2012-01-27 15:24:39.000000000 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-mail
 Version:        2.21.1
@@ -27,11 +25,15 @@
 
 Prefix:         /usr
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  perl-XML-Writer update-desktop-files yast2-devtools 
yast2-testsuite
-BuildRequires:  yast2-ldap-server yast2-network yast2-perl-bindings yast2-users
 BuildRequires:  perl-NetxAP
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ldap-server
+BuildRequires:  yast2-network
+BuildRequires:  yast2-perl-bindings
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-users
 
 PreReq:         %fillup_prereq
 
@@ -55,6 +57,8 @@
 Conflicts:      aaa_base < 10.3
 BuildArch:      noarch
 Summary:        YaST2 - Mail Configuration
+License:        GPL-2.0+
+Group:          System/YaST
 
 %description
 The YaST2 component for mail configuration. It handles Postfix, Cyrus,

++++++ yast2-mail-2.21.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/Makefile.am 
new/yast2-mail-2.21.1/Makefile.am
--- old/yast2-mail-2.21.1/Makefile.am   2011-07-28 10:32:52.000000000 +0200
+++ new/yast2-mail-2.21.1/Makefile.am   2012-01-25 15:43:49.000000000 +0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/Makefile.in 
new/yast2-mail-2.21.1/Makefile.in
--- old/yast2-mail-2.21.1/Makefile.in   2011-07-28 10:32:55.000000000 +0200
+++ new/yast2-mail-2.21.1/Makefile.in   2012-01-25 15:43:52.000000000 +0100
@@ -263,7 +263,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -904,7 +903,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -932,21 +931,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/configure 
new/yast2-mail-2.21.1/configure
--- old/yast2-mail-2.21.1/configure     2011-07-28 10:32:55.000000000 +0200
+++ new/yast2-mail-2.21.1/configure     2012-01-25 15:43:52.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-mail 2.20.0.
+# Generated by GNU Autoconf 2.68 for yast2-mail 2.21.1.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-mail'
 PACKAGE_TARNAME='yast2-mail'
-PACKAGE_VERSION='2.20.0'
-PACKAGE_STRING='yast2-mail 2.20.0'
+PACKAGE_VERSION='2.21.1'
+PACKAGE_STRING='yast2-mail 2.21.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1231,7 +1231,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-mail 2.20.0 to adapt to many kinds of systems.
+\`configure' configures yast2-mail 2.21.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1302,7 +1302,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-mail 2.20.0:";;
+     short | recursive ) echo "Configuration of yast2-mail 2.21.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1382,7 +1382,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-mail configure 2.20.0
+yast2-mail configure 2.21.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1399,7 +1399,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-mail $as_me 2.20.0, which was
+It was created by yast2-mail $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2329,7 +2329,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-mail'
- VERSION='2.20.0'
+ VERSION='2.21.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2451,7 +2451,7 @@
 
 
 
-VERSION="2.20.0"
+VERSION="2.21.1"
 RPMNAME="yast2-mail"
 MAINTAINER="Peter Varkoly <[email protected]>"
 
@@ -3470,7 +3470,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-mail $as_me 2.20.0, which was
+This file was extended by yast2-mail $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3523,7 +3523,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-mail config.status 2.20.0
+yast2-mail config.status 2.21.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/configure.in 
new/yast2-mail-2.21.1/configure.in
--- old/yast2-mail-2.21.1/configure.in  2011-07-28 10:32:52.000000000 +0200
+++ new/yast2-mail-2.21.1/configure.in  2012-01-25 15:43:49.000000000 +0100
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-mail
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-mail, 2.20.0, http://bugs.opensuse.org/, yast2-mail)
+AC_INIT(yast2-mail, 2.21.1, http://bugs.opensuse.org/, yast2-mail)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.20.0"
+VERSION="2.21.1"
 RPMNAME="yast2-mail"
 MAINTAINER="Peter Varkoly <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/src/Mail.ycp 
new/yast2-mail-2.21.1/src/Mail.ycp
--- old/yast2-mail-2.21.1/src/Mail.ycp  2011-10-26 09:33:42.000000000 +0200
+++ new/yast2-mail-2.21.1/src/Mail.ycp  2012-01-25 15:36:38.000000000 +0100
@@ -11,7 +11,7 @@
  * Authors:
  *   Martin Vidner <[email protected]>
  *
- * $Id: Mail.ycp 66587 2011-10-26 07:33:40Z varkoly $
+ * $Id: Mail.ycp 67071 2011-12-30 15:52:31Z varkoly $
  *
  * Representation of the configuration of mail.
  * Input and output routines.
@@ -787,10 +787,13 @@
                Service::Enable (service);
                Service::Adjust ("amavis", use_amavis? "enable":"disable");
        }
+       Service::Enable (service);
        // amavis
        SCR::Write (.sysconfig.amavis.USE_AMAVIS, use_amavis? "yes":"no");
+       SCR::Write (.sysconfig.amavis.USE_DKIM,   use_dkim  ? "yes":"no");
        // used also in WriteServices
        amavis_service = true;
+       Service::Adjust ("amavis", use_amavis? "enable":"disable");
 
        // SENDMAIL_ARGS
        // by default they contain -q30m, not good for dial-up
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/src/mail.rnc 
new/yast2-mail-2.21.1/src/mail.rnc
--- old/yast2-mail-2.21.1/src/mail.rnc  2010-01-27 13:12:35.000000000 +0100
+++ new/yast2-mail-2.21.1/src/mail.rnc  2012-01-25 15:36:38.000000000 +0100
@@ -17,6 +17,7 @@
     outgoing_mail_server? &
     postfix_mda? &
     use_amavis? &
+    use_dkim? &
     virtual_users?
   }
 
@@ -93,6 +94,7 @@
   }
 
 use_amavis = element use_amavis { BOOLEAN }
+use_dkim   = element use_dkim   { BOOLEAN }
 
 virtual_users =
   element virtual_users {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-2.21.1/src/ui.ycp 
new/yast2-mail-2.21.1/src/ui.ycp
--- old/yast2-mail-2.21.1/src/ui.ycp    2011-10-26 09:33:42.000000000 +0200
+++ new/yast2-mail-2.21.1/src/ui.ycp    2012-01-25 15:43:26.000000000 +0100
@@ -11,7 +11,7 @@
  * Authors:
  *   Martin Vidner <[email protected]>
  *
- * $Id: ui.ycp 66587 2011-10-26 07:33:40Z varkoly $
+ * $Id: ui.ycp 67296 2012-01-25 14:43:24Z varkoly $
  *
  * All user interface functions.
  *
@@ -457,7 +457,7 @@
        ];
     // firewall widget using CWM
     map<string, any> fw_settings = $[
-       "services": [ "smtp" ],
+       "services": [ "service:smtp" ],
        "display_details": true,
        ];
     map<string,any> fw_cwm_widget = 
CWMFirewallInterfaces::CreateOpenFirewallWidget (fw_settings);    

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to