rpms/dovecot/F-11 dovecot.spec,1.155,1.156

Michal Hlavinka mhlavink at fedoraproject.org
Fri Mar 12 09:27:43 UTC 2010


Author: mhlavink

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

Modified Files:
	dovecot.spec 
Log Message:
* Fri Mar 12 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-2
- fix missing bzip2 support in zlib plugin (#572797)



Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/F-11/dovecot.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -p -r1.155 -r1.156
--- dovecot.spec	9 Mar 2010 11:26:28 -0000	1.155
+++ dovecot.spec	12 Mar 2010 09:27:43 -0000	1.156
@@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 1.2.11
-Release: 1%{?dist}
+Release: 2%{?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
@@ -44,8 +44,8 @@ Patch2: dovecot-1.0.beta2-mkcert-permiss
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: openssl-devel, pam-devel, zlib-devel, libcap-devel
-BuildRequires: libtool autoconf automake pkgconfig
+BuildRequires: openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
+BuildRequires: libtool, autoconf, automake, pkgconfig
 
 # gettext-devel is needed for running autoconf because of the
 # presence of AM_ICONV
@@ -458,6 +458,9 @@ fi
 
 
 %changelog
+* Fri Mar 12 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-2
+- fix missing bzip2 support in zlib plugin (#572797)
+
 * Tue Mar 09 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-1
 - updated to 1.2.11
 - mbox: Message header reading was unnecessarily slow. Fetching a



More information about the scm-commits mailing list