[dovecot/f17: 1/2] dovecot updated to 2.1.3

Michal Hlavinka mhlavink at fedoraproject.org
Mon Mar 19 12:24:18 UTC 2012


commit fac0c16bb4065828ba7534886a4ebd90e9c48b2c
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Mar 19 13:05:01 2012 +0100

    dovecot updated to 2.1.3
    
    - multi-dbox format in dovecot 2.1.2 was broken
    - temporarily disable check phase until bug #798968 is fixed

 .gitignore   |    3 +++
 dovecot.spec |   20 +++++++++++++++++---
 sources      |    3 ++-
 3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adf7d97..c89ed63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,6 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1-pigeonhole-0.3.0.tar.gz
 /dovecot-2.1.1.tar.gz
 /pigeonhole-snap67950c9d3675.tar.bz2
+/dovecot-2.1.2.tar.gz
+/pigeonhole-snap08a2d2718a65.tar.bz2
+/dovecot-2.1.3.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 095d131..8923c99 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.1
+Version: 2.1.3
 #global prever .rc6
-Release: 2%{?dist}
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -293,7 +293,7 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %check
-make check
+#make check # waiting for rhbz#798968
 cd dovecot-2.1-pigeonhole-%{pigeonholever}
 make check
 
@@ -427,6 +427,19 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Mar 19 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.3-1
+- dovecot updated to 2.1.3
+- multi-dbox format in dovecot 2.1.2 was broken
+- temporarily disable check phase until bug #798968 is fixed
+
+* Fri Mar 16 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.2-1
+- dovecot updated to 2.1.2
+- doveadm sync: If mailbox was expunged empty, messages may have
+  become back instead of also being expunged in the other side.
+- imap_id_* settings were ignored before login.
+- Several fixes to mailbox_list_index=yes
+- Previous v2.1.x didn't log all messages at shutdown.
+
 * Thu Mar 01 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.1-2
 - enable fts_lucene plugin (#798661)
 
@@ -440,6 +453,7 @@ make check
   services)
 - auth: passdb imap crashed for non-login authentication (e.g. smtp).
 
+
 * Mon Feb 20 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.0-1
 - updated to 2.1.0 (no major changes since .rc6)
 - include pigeonhole doc files (NEWS, README, ...)
diff --git a/sources b/sources
index afbed1f..29fccc9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-db41a4de848d2bc834c30af0eb5575fd  dovecot-2.1.1.tar.gz
+b5e7a5df774c271f0a12b1972fcfbb88  pigeonhole-snap08a2d2718a65.tar.bz2
+a0e25243862c61de6274cf7d682a76ec  dovecot-2.1.3.tar.gz
 a3e19701b775bfe1d8059c1dffd43f80  dovecot-2.1-pigeonhole-0.3.0.tar.gz


More information about the scm-commits mailing list