Hello community, here is the log from the commit of package dovecot for openSUSE:Factory checked in at 2018-01-09 14:51:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dovecot (Old) and /work/SRC/openSUSE:Factory/.dovecot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dovecot" Tue Jan 9 14:51:38 2018 rev:5 rq:559876 version:2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dovecot/dovecot.changes 2015-06-23 12:00:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dovecot.new/dovecot.changes 2018-01-09 14:51:40.936052283 +0100 @@ -1,0 +2,16 @@ +Sun Dec 24 02:10:16 UTC 2017 - [email protected] + +- bump recommends to 2.3 + +------------------------------------------------------------------- +Sun Dec 24 02:07:20 UTC 2017 - [email protected] + +- copy example config from /usr/share/dovecot/example-config/ + instead of the documentation directory. (boo#1070871) + +------------------------------------------------------------------- +Wed Dec 20 11:24:54 UTC 2017 - [email protected] + +- bump to dovecot 2.3 + +------------------------------------------------------------------- New: ---- dovecot-2.3-pigeonhole.configfiles dovecot-2.3.configfiles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot.spec ++++++ --- /var/tmp/diff_new_pack.ASykuK/_old 2018-01-09 14:51:41.808011403 +0100 +++ /var/tmp/diff_new_pack.ASykuK/_new 2018-01-09 14:51:41.820010840 +0100 @@ -23,14 +23,14 @@ %endif Name: dovecot -Version: 2.2 +Version: 2.3 Release: 0 Summary: IMAP and POP3 Server Written Primarily with Security in Mind License: BSD-3-Clause and LGPL-2.1+ and MIT Group: Productivity/Networking/Email/Servers Url: http://www.dovecot.org/ PreReq: dovecot-implementation -Recommends: dovecot22 +Recommends: dovecot23 #!BuildIgnore: dovecot-implementation %if %{with systemd} BuildRequires: pkgconfig(systemd) @@ -51,6 +51,8 @@ Source9: dovecot.socket Source10: dovecot-2.1-pigeonhole.configfiles Source11: dovecot-2.2-pigeonhole.configfiles +Source12: dovecot-2.3.configfiles +Source13: dovecot-2.3-pigeonhole.configfiles %description Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems, @@ -107,10 +109,10 @@ # we fail silently if the dovecot-implementation package is not # installed yet. This allows us to break a little build loop between # dovecot and dovecotXY. -if [ ! -e /etc/dovecot/dovecot.conf -a -e /usr/share/doc/packages/dovecot/example-config/dovecot.conf ] ; then +if [ ! -e %{_sysconfdir}/%{name}/dovecot.conf -a -e %{_datadir}/%{name}/example-config/dovecot.conf ] ; then # install default config echo "Did not find a /etc/dovecot/dovecot.conf. copying default configuration" - cp -na %{_docdir}/%{name}/example-config/* %{_sysconfdir}/%{name}/ + cp -na %{_datadir}/%{name}/example-config/* %{_sysconfdir}/%{name}/ # the chmod breaks the lda. lets use the more open permissions #chmod -Rv o= %{_sysconfdir}/%{name}/ fi ++++++ dovecot-2.3-pigeonhole.configfiles ++++++ /etc/dovecot/conf.d/20-managesieve.conf /etc/dovecot/conf.d/90-sieve-extprograms.conf /etc/dovecot/conf.d/90-sieve.conf /etc/dovecot/sieve-ldap.conf ++++++ dovecot-2.3.configfiles ++++++ /etc/dovecot/README /etc/dovecot/conf.d/10-auth.conf /etc/dovecot/conf.d/10-director.conf /etc/dovecot/conf.d/10-logging.conf /etc/dovecot/conf.d/10-mail.conf /etc/dovecot/conf.d/10-master.conf /etc/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/15-lda.conf /etc/dovecot/conf.d/15-mailboxes.conf /etc/dovecot/conf.d/20-imap.conf /etc/dovecot/conf.d/20-lmtp.conf /etc/dovecot/conf.d/20-pop3.conf /etc/dovecot/conf.d/20-submission.conf /etc/dovecot/conf.d/90-acl.conf /etc/dovecot/conf.d/90-plugin.conf /etc/dovecot/conf.d/90-quota.conf /etc/dovecot/conf.d/auth-checkpassword.conf.ext /etc/dovecot/conf.d/auth-deny.conf.ext /etc/dovecot/conf.d/auth-dict.conf.ext /etc/dovecot/conf.d/auth-ldap.conf.ext /etc/dovecot/conf.d/auth-master.conf.ext /etc/dovecot/conf.d/auth-passwdfile.conf.ext /etc/dovecot/conf.d/auth-sql.conf.ext /etc/dovecot/conf.d/auth-static.conf.ext /etc/dovecot/conf.d/auth-system.conf.ext /etc/dovecot/conf.d/auth-vpopmail.conf.ext /etc/dovecot/dovecot-dict-auth.conf.ext /etc/dovecot/dovecot-dict-sql.conf.ext /etc/dovecot/dovecot-ldap.conf.ext /etc/dovecot/dovecot-sql.conf.ext /etc/dovecot/dovecot.conf
