Hello community, here is the log from the commit of package yast2-mail for openSUSE:Factory checked in at 2014-02-21 13:48:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old) and /work/SRC/openSUSE:Factory/.yast2-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-mail" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes 2013-11-17 09:59:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes 2014-02-21 13:48:15.000000000 +0100 @@ -1,0 +2,12 @@ +Thu Feb 13 21:51:32 UTC 2014 - [email protected] + +- Remove advanced mode. The new LDA dovecot provides a more + complex ldap and sql backend than postfix. Therefore we + do not provide the yast2-mail advanced mode any more. + +------------------------------------------------------------------- +Fri Jan 31 08:51:14 UTC 2014 - [email protected] + +- Use dovecot instead of cyrus for imap. + +------------------------------------------------------------------- Old: ---- yast2-mail-3.1.1.tar.bz2 New: ---- yast2-mail-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.WrKE5V/_old 2014-02-21 13:48:16.000000000 +0100 +++ /var/tmp/diff_new_pack.WrKE5V/_new 2014-02-21 13:48:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-mail # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -26,8 +26,8 @@ BuildRequires: perl-NetxAP BuildRequires: perl-XML-Writer BuildRequires: update-desktop-files -BuildRequires: yast2-devtools >= 3.0.6 -BuildRequires: yast2-ldap-server +BuildRequires: yast2-auth-server +BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-network BuildRequires: yast2-perl-bindings BuildRequires: yast2-testsuite @@ -37,7 +37,6 @@ # new firewall interface # Wizard::SetDesktopTitleAndIcon -Requires: perl-NetxAP Requires: yast2 >= 2.21.22 Requires: yast2-ldap Requires: yast2-users @@ -66,18 +65,6 @@ The YaST2 component for mail configuration. It handles Postfix, Cyrus, Amavis and Fetchmail. -%package plugins -Requires: yast2-ruby-bindings >= 1.0.0 - -Summary: YaST2 - Users/Group Plugins for the mail delivery configuration -Group: System/YaST -Requires: acl -Requires: perl-NetxAP - -%description plugins -Plugins for the YaST2 users module for enterprise mail server -configuration. - %prep %setup -n %{name}-%{version} @@ -97,65 +84,28 @@ %dir %{yast_clientdir} %{yast_clientdir}/mail* %dir %{yast_moduledir} -%{yast_moduledir}/MailServer.rb -%{yast_moduledir}/MailServerLDAP.pm %{yast_moduledir}/Mail.rb -%dir %{yast_moduledir}/YaPI -%{yast_moduledir}/YaPI/Mail* %dir %{yast_desktopdir} %{yast_desktopdir}/mail.desktop %dir %{yast_schemadir}/autoyast/rnc %{yast_schemadir}/autoyast/rnc/mail.rnc -%dir %{yast_scrconfdir} -%{yast_scrconfdir}/cfg_amavis.scr -%{yast_scrconfdir}/cfg_postfix.scr -%{yast_scrconfdir}/cfg_sendmail.scr -%{yast_scrconfdir}/mail_p_auth.scr -%{yast_scrconfdir}/mail_p_canonical.scr -%{yast_scrconfdir}/mail_p_virtual.scr -%{yast_scrconfdir}/mail_s_auth.scr -%{yast_scrconfdir}/mail_s_generics.scr -%{yast_scrconfdir}/mail_s_virtuser.scr -%{yast_scrconfdir}/cfg_fetchmail.scr -%{yast_scrconfdir}/etc_imapd_conf.scr -%{yast_scrconfdir}/mail_cyrusconf.scr -%{yast_scrconfdir}/mail_ldaptable.scr -%{yast_scrconfdir}/mail_maincf.scr -%{yast_scrconfdir}/mail_saslpasswd.scr +%{yast_scrconfdir}/* %dir %{yast_agentdir} -%{yast_agentdir}/ag_cyrus_conf %{yast_agentdir}/ag_fetchmailrc %{yast_agentdir}/ag_mailconfig %{yast_agentdir}/ag_mail_ldaptable %{yast_agentdir}/ag_mailtable %{yast_agentdir}/ag_smtp_auth -%{yast_agentdir}/CyrusConfParser.pm %{yast_agentdir}/MasterCFParser.pm +%{yast_agentdir}/ag_fetchmailrc +%{yast_agentdir}/ag_mailtable %attr(0755,root,root) %{yast_agentdir}/setup_dkim_verifying.pl %dir /etc/openldap/ %dir /etc/openldap/schema/ /etc/openldap/schema/suse-mailserver.schema -%config /etc/permissions.d/mail-server* %doc %{yast_docdir} -#%files aliases -%defattr(-,root,root) -%dir %{yast_scrconfdir} -%{yast_scrconfdir}/cfg_mail.scr -%{yast_scrconfdir}/mail_aliases.scr -%{yast_scrconfdir}/mail_fetchmail.scr -%dir %{yast_agentdir} -%{yast_agentdir}/ag_fetchmailrc -%{yast_agentdir}/ag_mailtable - /var/adm/fillup-templates/sysconfig.mail -%files plugins -%defattr(-,root,root) -%dir %{yast_moduledir} -%{yast_moduledir}/UsersPluginMail.pm -%dir %{yast_clientdir} -%{yast_clientdir}/users* - %changelog ++++++ yast2-mail-3.1.1.tar.bz2 -> yast2-mail-3.1.2.tar.bz2 ++++++ ++++ 11390 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
