From 8f3e92912a36e867541765a1b7dab9715b34010d Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Fri, 16 Jul 2010 09:02:24 +0000 Subject: [PATCH] - dovecot and pigeonhole updated - enabled pigeonhole's build time test suite - acl: Fixed crashon FS layout with non-default hierarchy separator - dbox renamed to sdbox - dsync fixes and improvements --- .cvsignore | 4 ++-- dovecot.spec | 17 +++++++++++++---- sources | 4 ++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 78c27e6..ec90234 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -dovecot-20100712.tar.gz -pigeonhole-snap843ba8e66e1b.tar.bz2 +dovecot-20100716.tar.gz +pigeonhole-snap29ae07044ec2.tar.bz2 diff --git a/dovecot.spec b/dovecot.spec index b4f62e3..3eae236 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,11 +1,11 @@ %global betasuffix .rc2 -%global snapsuffix 20100712 +%global snapsuffix 20100716 Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 Version: 2.0 -Release: 0.17%{?betasuffix}.%{?snapsuffix}%{?dist} +Release: 0.18%{?betasuffix}.%{?snapsuffix}%{?dist} #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 License: MIT and LGPLv2 Group: System Environment/Daemons @@ -20,7 +20,7 @@ Source1: dovecot.init Source2: dovecot.pam #Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2 #we use this ^^^ repository snapshost just renamed to contain last commit in name -%global phsnap 843ba8e66e1b +%global phsnap 29ae07044ec2 Source8: pigeonhole-snap%{phsnap}.tar.bz2 Source9: dovecot.sysconfig @@ -101,7 +101,9 @@ Group: Development/Libraries This package provides the development files for dovecot. %prep -%setup -q -n %{name}-%{version}%{?betasuffix} -a 8 +#%setup -q -n %{name}-%{version}%{?betasuffix} -a 8 +%setup -q -n %{name}-%{snapsuffix} -a 8 +ln -s %{name}-%{snapsuffix} ../%{name}-%{version}%{?betasuffix} %patch1 -p1 -b .default-settings %patch2 -p1 -b .mkcert-permissions @@ -365,6 +367,13 @@ make test %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Fri Jul 16 2010 Michal Hlavinka - 1:2.0-0.18.rc2.20100716 +- dovecot and pigeonhole updated +- enabled pigeonhole's build time test suite +- acl: Fixed crashon FS layout with non-default hierarchy separator +- dbox renamed to sdbox +- dsync fixes and improvements + * Mon Jul 12 2010 Michal Hlavinka - 1:2.0-0.17.rc2.20100712 - dovecot and pigeonhole updated - fixed a crash with empty mail_plugins diff --git a/sources b/sources index 3091540..5d95abb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e16cbe219936e53d872478fcce79cc21 dovecot-20100712.tar.gz -f8fc07408dbc1ae286ec49036350dcf6 pigeonhole-snap843ba8e66e1b.tar.bz2 +53a46940509903672252bb4f2bbcf251 dovecot-20100716.tar.gz +36f45986c729fb64fd5f8fd6b4d1a886 pigeonhole-snap29ae07044ec2.tar.bz2