rpms/dovecot/devel .cvsignore, 1.37, 1.38 dovecot.spec, 1.105, 1.106 sources, 1.40, 1.41 dovecot-1.0.3-winbind.patch, 1.1, NONE dovecot-1.0.rc15-default-settings.patch, 1.3, NONE dovecot-1.0.rc2-pam-setcred.patch, 1.1, NONE dovecot-1.0.rc27-quota-warning.patch, 1.1, NONE dovecot-1.0.rc32-split.patch, 1.4, NONE

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Sat Jun 21 07:57:46 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/dovecot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747

Modified Files:
	.cvsignore dovecot.spec sources 
Removed Files:
	dovecot-1.0.3-winbind.patch 
	dovecot-1.0.rc15-default-settings.patch 
	dovecot-1.0.rc2-pam-setcred.patch 
	dovecot-1.0.rc27-quota-warning.patch 
	dovecot-1.0.rc32-split.patch 
Log Message:
* Sat Jun 21 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.0-1
- update to upstream version 1.1.0
- update sieve plugin to 1.1.5
- remove unnecessary patches
- enable ldap and gssapi plugins
- change ownership of dovecot.conf (Resolves: #452088)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- .cvsignore	3 Jun 2008 08:35:49 -0000	1.37
+++ .cvsignore	21 Jun 2008 07:57:03 -0000	1.38
@@ -1,4 +1,4 @@
-dovecot-1.0.14.tar.gz
-dovecot-1.0.14.tar.gz.sig
-dovecot-sieve-1.0.3.tar.gz
-dovecot-sieve-1.0.3.tar.gz.sig
+dovecot-1.1.0.tar.gz
+dovecot-1.1.0.tar.gz.sig
+dovecot-sieve-1.1.5.tar.gz
+dovecot-sieve-1.1.5.tar.gz.sig


Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- dovecot.spec	18 Jun 2008 12:41:41 -0000	1.105
+++ dovecot.spec	21 Jun 2008 07:57:03 -0000	1.106
@@ -1,8 +1,8 @@
 Summary: Dovecot Secure imap server
 Name: dovecot
 Epoch: 1
-Version: 1.0.14
-Release: 4%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -13,11 +13,11 @@
 %define build_gssapi 1
 
 %define build_sieve 1
-%define sieve_version 1.0.3
+%define sieve_version 1.1.5
 %define sieve_name dovecot-sieve
 
 URL: http://www.dovecot.org/
-Source: http://www.dovecot.org/releases/1.0/%{name}-%{version}.tar.gz
+Source: http://www.dovecot.org/releases/1.1/%{name}-%{version}.tar.gz
 Source1: dovecot.init
 Source2: dovecot.pam
 Source3: maildir-migration.txt
@@ -26,18 +26,10 @@
 Source6: perfect_maildir.pl
 Source7: dovecot-REDHAT-FAQ.txt
 Source8: http://dovecot.org/releases/sieve/%{sieve_name}-%{sieve_version}.tar.gz
-Patch100: dovecot-1.0.rc15-default-settings.patch
-Patch103: dovecot-1.0.beta2-mkcert-permissions.patch
+Patch1: dovecot-1.1-default-settings.patch
+Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 # local filesystem rules
-Patch105: dovecot-1.0.rc7-mkcert-paths.patch
-# http://dovecot.org/list/dovecot/2007-April/021429.html
-# will be replaced by a new quota mechanism in 1.1
-Patch106: dovecot-1.0.rc27-quota-warning.patch
-# RHBZ #145241
-Patch200: dovecot-1.0.rc32-split.patch
-
-# Patches 500+ from upstream fixes
-Patch1000: http://www.dovecot.org/patches/1.0/dovecot-1.0.3-winbind.patch
+Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, pam-devel, zlib-devel
@@ -123,23 +115,23 @@
 This package provides the SQLite backend for dovecot-auth etc.
 %endif
 
-#%if %{build_ldap}
-#%package ldap
-#Requires: %{name} = %{epoch}:%{version}-%{release}
-#Summary: LDAP auth plugin for dovecot
-#Group: System Environment/Daemons
-#%description ldap
-#This package provides the LDAP auth plugin for dovecot-auth etc.
-#%endif
-
-#%if %{build_gssapi}
-#%package gssapi
-#Requires: %{name} = %{epoch}:%{version}-%{release}
-#Summary: GSSAPI auth mechanism plugin for dovecot
-#Group: System Environment/Daemons
-#%description gssapi
-#This package provides the GSSAPI auth mechanism plugin for dovecot-auth etc.
-#%endif
+%if %{build_ldap}
+%package ldap
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Summary: LDAP auth plugin for dovecot
+Group: System Environment/Daemons
+%description ldap
+This package provides the LDAP auth plugin for dovecot-auth etc.
+%endif
+
+%if %{build_gssapi}
+%package gssapi
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Summary: GSSAPI auth mechanism plugin for dovecot
+Group: System Environment/Daemons
+%description gssapi
+This package provides the GSSAPI auth mechanism plugin for dovecot-auth etc.
+%endif
 
 %package devel
 Requires: %{name} = %{epoch}:%{version}-%{release}
@@ -153,12 +145,9 @@
 
 %setup -q
 
-%patch100 -p1 -b .default-settings
-%patch103 -p1 -b .mkcert-permissions
-%patch105 -p1 -b .mkcert-paths
-%patch106 -p1 -b .quota-warning
-%patch200 -p1 -b .split
-%patch1000 -p1 -b .winbind
+%patch1 -p1 -b .default-settings
+%patch2 -p1 -b .mkcert-permissions
+%patch3 -p1 -b .mkcert-paths
 
 %if %{build_sieve}
 %setup -q -D -T -a 8
@@ -166,8 +155,7 @@
 
 %build
 rm -f ./configure
-libtoolize -f
-autoreconf -i
+autoreconf -i -f
 %configure                           \
     INSTALL_DATA="install -c -p -m644" \
     --enable-header-install      \
@@ -181,22 +169,16 @@
 %if %{build_sqlite}
     --with-sqlite                \
 %endif
-    --with-dynamic-sql           \
+    --with-sql=plugin            \
+    --with-sql-drivers           \
     --with-ssl=openssl           \
     --with-ssldir=%{ssldir}      \
 %if %{build_ldap}
-    --with-ldap                  \
+    --with-ldap=plugin           \
 %endif
 %if %{build_gssapi}
-    --with-gssapi                \
+    --with-gssapi=plugin
 %endif
-#    --with-sql=plugin            \
-#%if %{build_ldap}
-#    --with-ldap=plugin           \
-#%endif
-#%if %{build_gssapi}
-#    --with-gssapi=plugin
-#%endif
 
 make %{?_smp_mflags}
 
@@ -204,8 +186,7 @@
 cd %{sieve_name}-%{sieve_version}
 
 rm -f ./configure
-libtoolize -f
-autoreconf
+autoreconf -i -f
 %configure                           \
     INSTALL_DATA="install -c -p -m644" \
     --disable-static                 \
@@ -322,7 +303,7 @@
 %files -f libs.filelist
 %defattr(-,root,root,-)
 %doc %{docdir}-%{version}
-%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/dovecot.conf
+%attr(0640,dovecot,mail) %config(noreplace) %{_sysconfdir}/dovecot.conf
 %{_initrddir}/dovecot
 %config(noreplace) %{_sysconfdir}/pam.d/dovecot
 %dir %{ssldir}
@@ -349,37 +330,37 @@
 %files mysql
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/sql/libdriver_mysql.so
-#%{_libdir}/%{name}/auth/libdriver_mysql.so
-#%{_libdir}/%{name}/dict/libdriver_mysql.so
+%{_libdir}/%{name}/auth/libdriver_mysql.so
+%{_libdir}/%{name}/dict/libdriver_mysql.so
 %endif
 
 %if %{build_postgres}
 %files pgsql
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/sql/libdriver_pgsql.so
-#%{_libdir}/%{name}/auth/libdriver_pgsql.so
-#%{_libdir}/%{name}/dict/libdriver_pgsql.so
+%{_libdir}/%{name}/auth/libdriver_pgsql.so
+%{_libdir}/%{name}/dict/libdriver_pgsql.so
 %endif
 
 %if %{build_sqlite}
 %files sqlite
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/sql/libdriver_sqlite.so
-#%{_libdir}/%{name}/auth/libdriver_sqlite.so
-#%{_libdir}/%{name}/dict/libdriver_sqlite.so
+%{_libdir}/%{name}/auth/libdriver_sqlite.so
+%{_libdir}/%{name}/dict/libdriver_sqlite.so
 %endif
 
-#%if %{build_ldap}
-#%files ldap
-#%defattr(-,root,root,-)
-#%{_libdir}/%{name}/auth/libauthdb_ldap.so
-#%endif
-
-#%if %{build_gssapi}
-#%files gssapi
-#%defattr(-,root,root,-)
-#%{_libdir}/%{name}/auth/libmech_gssapi.so
-#%endif
+%if %{build_ldap}
+%files ldap
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/auth/libauthdb_ldap.so
+%endif
+
+%if %{build_gssapi}
+%files gssapi
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/auth/libmech_gssapi.so
+%endif
 
 %files devel
 %defattr(-,root,root,-)
@@ -388,6 +369,13 @@
 
 
 %changelog
+* Sat Jun 21 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.0-1
+- update to upstream version 1.1.0
+- update sieve plugin to 1.1.5
+- remove unnecessary patches
+- enable ldap and gssapi plugins
+- change ownership of dovecot.conf (Resolves: #452088)
+
 * Wed Jun 18 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-4
 - update init script (Resolves: #451838)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources	3 Jun 2008 08:35:49 -0000	1.40
+++ sources	21 Jun 2008 07:57:03 -0000	1.41
@@ -1,4 +1,4 @@
-89e295832dd5c4ba93d68454e74d7ae3  dovecot-1.0.14.tar.gz
-52e8ebf3de72316ae005acc3779b4c3a  dovecot-1.0.14.tar.gz.sig
-cbe4361899ffb4d9cb62151cb44427b6  dovecot-sieve-1.0.3.tar.gz
-149fefe048496ad412b4ba0c492ba5a9  dovecot-sieve-1.0.3.tar.gz.sig
+2f173eaad8ae74782bbceecaf90d1e45  dovecot-1.1.0.tar.gz
+3cdade677e61cc94e489286a88b3ab60  dovecot-1.1.0.tar.gz.sig
+b4362defe3fc18865db8cf8e1c940b13  dovecot-sieve-1.1.5.tar.gz
+0fdb01f9fd960fbd5a8271584ac62cb8  dovecot-sieve-1.1.5.tar.gz.sig


--- dovecot-1.0.3-winbind.patch DELETED ---


--- dovecot-1.0.rc15-default-settings.patch DELETED ---


--- dovecot-1.0.rc2-pam-setcred.patch DELETED ---


--- dovecot-1.0.rc27-quota-warning.patch DELETED ---


--- dovecot-1.0.rc32-split.patch DELETED ---




More information about the fedora-extras-commits mailing list