From fd93d3ee8937522ffe0836828736a0304843e8c6 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 23 Jul 2009 06:46:29 +0000 Subject: [PATCH] update sieve plugin to 0.1.9 --- .cvsignore | 2 +- dovecot.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1dda5e8..f52a5dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ dovecot-1.2.1.tar.gz dovecot-1.2-managesieve-0.11.7.tar.gz dovecot-1.2.1-managesieve-0.11.7.diff.gz -dovecot-1.2-sieve-0.1.8.tar.gz +dovecot-1.2-sieve-0.1.9.tar.gz diff --git a/dovecot.spec b/dovecot.spec index 03b9011..f15d56d 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT and LGPLv2 and BSD with advertising Group: System Environment/Daemons @@ -14,7 +14,7 @@ Group: System Environment/Daemons %define build_sieve 1 %define build_managesieve 1 -%define sieve_version 0.1.8 +%define sieve_version 0.1.9 %define sieve_name dovecot-1.2-sieve %define managesieve_version 0.11.7 #define managesieve_name dovecot-%{version}-managesieve @@ -213,10 +213,11 @@ cd %{sieve_name}-%{sieve_version} rm -f ./"configure" autoreconf -i -f -%configure \ +%configure \ INSTALL_DATA="install -c -p -m644" \ - --disable-static \ - --with-dovecot=../ + --disable-static \ + --with-dovecot=../ \ + --with-unfinished-features make %{?_smp_mflags} %endif @@ -435,6 +436,9 @@ fi %changelog +* Thu Jul 23 2009 Michal Hlavinka - 1:1.2.1-2 +- updated sieve plugin to 0.1.9 + * Mon Jul 13 2009 Michal Hlavinka - 1:1.2.1-1 - updated to 1.2.1 - GSSAPI authentication is fixed (#506782) diff --git a/sources b/sources index 8b64a88..7c7acec 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ c269cfe38fc40061e232dd28e5fe3721 dovecot-1.2.1.tar.gz 61e84cf3749e3ec1ce1f41e918f1f0b0 dovecot-1.2-managesieve-0.11.7.tar.gz a2b944bd9a477fd4c2bf65fe086369a6 dovecot-1.2.1-managesieve-0.11.7.diff.gz -364ca99ec75d7c149ed2f2de15debf8a dovecot-1.2-sieve-0.1.8.tar.gz +a9a9254def9e9a05105aa56a960ac7fa dovecot-1.2-sieve-0.1.9.tar.gz