SFEdovecot.spec: bump to 2.1.15
authorkenmays
Mon, 25 Feb 2013 14:09:48 +0000
changeset 9189 f7c872fd6a13
parent 9188 b3305f5cfe44
child 9190 a77a0f915c16
SFEdovecot.spec: bump to 2.1.15
ChangeLog
SFEdovecot.spec
--- a/ChangeLog	Mon Feb 25 00:43:25 2013 +0000
+++ b/ChangeLog	Mon Feb 25 14:09:48 2013 +0000
@@ -1,3 +1,7 @@
+2013-02-25 Ken Mays <[email protected]>
+
+	* SFEdovecot.spec: bump to 2.1.15
+
 2013-02-24  Logan O'Sullivan Bruns  <[email protected]>
 
 	* SFEemacs.spec: added missing (build)requires for sfegcc(runtime)
--- a/SFEdovecot.spec	Mon Feb 25 00:43:25 2013 +0000
+++ b/SFEdovecot.spec	Mon Feb 25 14:09:48 2013 +0000
@@ -36,7 +36,7 @@
 Summary:	dovecot - A Maildir based pop3/imap email daemon
 URL:		http://www.dovecot.org
 #note: see downloadversion above
-Version:	2.1.14
+Version:	2.1.15
 License:	LGPLv2.1+ and MIT
 SUNW_Copyright:	dovecot.copyright
 Source:		http://dovecot.org/releases/%{downloadversion}/%{src_name}-%{version}.tar.gz
@@ -107,7 +107,10 @@
             --sysconfdir=%{_sysconfdir} \
             --enable-shared		\
             --with-rundir=%{_localstatedir}/run/%{src_name} \
-            --with-lucene \
+            --with-ioloop=best \
+	    --with-ssl=openssl \
+	    --with-gssapi=yes  \
+	    --with-lucene \
             --with-stemmer \
             --with-solr \
 	    --disable-static		
@@ -193,6 +196,8 @@
 
 
 %changelog
+* Mon Feb 25 2013 - Ken Mays <[email protected]>
+- bump to 2.1.15
 * Tue Feb 5 2013 - Logan Bruns <[email protected]>
 - updated to 2.1.14
 - enabled lucene full text search indexing plug-in