rpms/dovecot/F-11 .cvsignore, 1.69, 1.70 dovecot.spec, 1.145, 1.146 sources, 1.72, 1.73

Michal Hlavinka mhlavink at fedoraproject.org
Fri Nov 13 14:00:20 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/dovecot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5616

Modified Files:
	.cvsignore dovecot.spec sources 
Log Message:
updated to 1.2.7, spec cleanup



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/.cvsignore,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- .cvsignore	21 Oct 2009 10:42:44 -0000	1.69
+++ .cvsignore	13 Nov 2009 14:00:20 -0000	1.70
@@ -1,4 +1,4 @@
-dovecot-1.2.6.tar.gz
+dovecot-1.2.7.tar.gz
 dovecot-1.2-managesieve-0.11.9.tar.gz
 dovecot-1.2.6-managesieve-0.11.9.diff.gz
 dovecot-1.2-sieve-0.1.13.tar.gz


Index: dovecot.spec
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/dovecot.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -p -r1.145 -r1.146
--- dovecot.spec	21 Oct 2009 10:42:44 -0000	1.145
+++ dovecot.spec	13 Nov 2009 14:00:20 -0000	1.146
@@ -1,8 +1,8 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 1.2.6
-Release: 3%{?dist}
+Version: 1.2.7
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
 License: MIT and LGPLv2 and GPLv2+
 Group: System Environment/Daemons
@@ -15,7 +15,7 @@ Group: System Environment/Daemons
 
 %define build_sieve 1
 %define build_managesieve 1
-%define ver4mansieve %{version}
+%define ver4mansieve 1.2.6
 %define sieve_version 0.1.13
 %define sieve_name dovecot-1.2-sieve
 %define managesieve_version 0.11.9
@@ -40,9 +40,6 @@ Patch1: dovecot-1.1-default-settings.pat
 Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 
-# taken from upstream, for dovecot <= 1.2.6 use imap_capability in greeting message, rhbz#524485
-Patch4: dovecot-1.2.6-greetings.patch
-
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, pam-devel, zlib-devel
 BuildRequires: libtool autoconf automake
@@ -89,18 +86,18 @@ Dovecot is an IMAP server for Linux/UNIX
 primarily in mind.  It also contains a small POP3 server.  It supports mail 
 in either of maildir or mbox formats.
 
-The SQL drivers and authentication plugins are in their subpackages.
+The SQL drivers and authentication plug-ins are in their subpackages.
 
 
 %if %{build_sieve}
 %package sieve
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: Sieve plugin for dovecot LDA
+Summary: Sieve plug-in for dovecot LDA
 Group: System Environment/Daemons
 License: MIT and LGPLv2+
 
 %description sieve
-This package provides sieve plugin version %{sieve_version} for dovecot LDA.
+This package provides sieve plug-in version %{sieve_version} for dovecot LDA.
 %endif
 
 %if %{build_managesieve}
@@ -108,7 +105,7 @@ This package provides sieve plugin versi
 Requires: %{name} = %{epoch}:%{version}-%{release}
 Summary: Manage Sieve daemon for dovecot
 Group: System Environment/Daemons
-License: LGPLv2.1
+License: LGPLv2
 
 %description managesieve
 This package provides the Manage Sieve daemon version %{managesieve_version} for dovecot.
@@ -117,51 +114,51 @@ This package provides the Manage Sieve d
 %if %{build_postgres}
 %package pgsql
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: Postgres SQL backend for dovecot
+Summary: Postgres SQL back end for dovecot
 Group: System Environment/Daemons
 %description pgsql
-This package provides the Postgres SQL backend for dovecot-auth etc.
+This package provides the Postgres SQL back end for dovecot-auth etc.
 %endif
 
 %if %{build_mysql}
 %package mysql
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: MySQL backend for dovecot
+Summary: MySQL back end for dovecot
 Group: System Environment/Daemons
 %description mysql
-This package provides the MySQL backend for dovecot-auth etc.
+This package provides the MySQL back end for dovecot-auth etc.
 %endif
 
 %if %{build_sqlite}
 %package sqlite
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: SQLite backend for dovecot
+Summary: SQLite back end for dovecot
 Group: System Environment/Daemons
 %description sqlite
-This package provides the SQLite backend for dovecot-auth etc.
+This package provides the SQLite back end for dovecot-auth etc.
 %endif
 
 %if %{build_ldap}
 %package ldap
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: LDAP auth plugin for dovecot
+Summary: LDAP auth plug-in for dovecot
 Group: System Environment/Daemons
 %description ldap
-This package provides the LDAP auth plugin for dovecot-auth etc.
+This package provides the LDAP auth plug-in for dovecot-auth etc.
 %endif
 
 %if %{build_gssapi}
 %package gssapi
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: GSSAPI auth mechanism plugin for dovecot
+Summary: GSSAPI auth mechanism plug-in for dovecot
 Group: System Environment/Daemons
 %description gssapi
-This package provides the GSSAPI auth mechanism plugin for dovecot-auth etc.
+This package provides the GSSAPI auth mechanism plug-in for dovecot-auth etc.
 %endif
 
 %package devel
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Summary: Development files dor dovecot
+Summary: Development files for dovecot
 Group: Development/Libraries
 %description devel
 This package provides the development files for dovecot.
@@ -173,7 +170,6 @@ zcat %{SOURCE11} | patch -p1 --fuzz=0 -s
 %patch1 -p1 -b .default-settings
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
-%patch4 -p1 -b .greetings
 
 %if %{build_sieve}
 %setup -q -D -T -a 8
@@ -272,6 +268,7 @@ chmod 700 $RPM_BUILD_ROOT/var/run/doveco
 # Install dovecot.conf and dovecot-openssl.cnf
 mkdir -p $RPM_BUILD_ROOT%{ssldir}
 install -p -m644 dovecot-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot.conf
+install -p -m644 dovecot-example.conf $RPM_BUILD_ROOT%{docdir}/dovecot.conf.default
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dovecot-*example.conf # dovecot seems to install this by itself
 install -p -m644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
 
@@ -293,6 +290,16 @@ do
     install -p -m644 $f $RPM_BUILD_ROOT%{docdir}/UW-to-Dovecot-Migration
 done
 
+# fix encoding
+pushd $RPM_BUILD_ROOT
+for fe in ./%{docdir}/auth-protocol.txt
+do
+  iconv -f iso-8859-1 -t utf-8 <$fe >$fe.new
+  touch -r $fe $fe.new
+  mv -f $fe.new $fe
+done
+popd
+
 mv $RPM_BUILD_ROOT%{docdir} $RPM_BUILD_ROOT%{docdir}-%{version}
 mkdir -p $RPM_BUILD_ROOT/var/lib/dovecot
 
@@ -440,6 +447,24 @@ fi
 
 
 %changelog
+* Fri Nov 13 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.7-1
+- updated to dovecot 1.2.7
+- spec cleanup
+- add man pages
+- IMAP: IDLE now sends "Still here" notifications to same user's
+  connections at the same time. This hopefully reduces power usage
+  of some mobile clients that use multiple IDLEing connections.
+- IMAP: If imap_capability is set, show it in the login banner.
+- IMAP: Implemented SORT=DISPLAY extension.
+- Login process creation could have sometimes failed with epoll_ctl()
+  errors or without epoll probably some other strange things could
+  have happened.
+- Maildir: Fixed some performance issues
+- Maildir: Fixed crash when using a lot of keywords.
+- Several fixes to QRESYNC extension and modseq handling
+- mbox: Make sure failed saves get rolled back with NFS.
+- dbox: Several fixes.
+
 * Wed Oct 21 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.6-3
 - imap-login: If imap_capability is set, show it in the banner 
   instead of the default (#524485)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/sources,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- sources	21 Oct 2009 10:42:44 -0000	1.72
+++ sources	13 Nov 2009 14:00:20 -0000	1.73
@@ -1,4 +1,4 @@
-807666f1a112e7379c4dbb57c9ce4899  dovecot-1.2.6.tar.gz
+76e82536fc7010770acd9f969f845b79  dovecot-1.2.7.tar.gz
 923d4965e0b357db493f3b2cb106d8d7  dovecot-1.2-managesieve-0.11.9.tar.gz
-615d5d1ad843654384ca11cf523c2bbc  dovecot-1.2.6-managesieve-0.11.9.diff.gz
+027721d1325cc03b86ad613df01a94d7  dovecot-1.2.6-managesieve-0.11.9.diff.gz
 6151ab50e24abc0384358b1618c8048f  dovecot-1.2-sieve-0.1.13.tar.gz




More information about the scm-commits mailing list