updated to 2.1.rc3

dsync was merged into doveadm
added pop3c (= POP3 client) storage backend
This commit is contained in:
Michal Hlavinka 2012-01-09 16:24:20 +01:00
parent 6e67927821
commit 28b12314fc
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.0.16.tar.gz
/dovecot-2.1.rc1.tar.gz
/dovecot-2.1-pigeonhole-b3bff60a18da.tar.bz2
/dovecot-2.1.rc3.tar.gz

View File

@ -2,8 +2,8 @@ Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.1
%global prever .rc1
Release: 0.3%{prever}%{?dist}
%global prever .rc3
Release: 0.4%{prever}%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -11,7 +11,7 @@ Group: System Environment/Daemons
%define pigeonhole_version 20100516
URL: http://www.dovecot.org/
Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}.rc1.tar.gz
Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}%{?prever}.tar.gz
Source1: dovecot.init
Source2: dovecot.pam
%global pigeonholever b3bff60a18da
@ -316,6 +316,7 @@ make check
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-master.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-ssl.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/15-lda.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/15-mailboxes.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-imap.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-lmtp.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-pop3.conf
@ -407,6 +408,11 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Mon Jan 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.4.rc3
- updated to 2.1.rc3
- dsync was merged into doveadm
- added pop3c (= POP3 client) storage backend
* Wed Dec 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.3.rc1
- allow imap+TLS and pop3+TLS by default

View File

@ -1,2 +1,2 @@
3b1367ae2b10c991c227e8da79e82d36 dovecot-2.1.rc1.tar.gz
40c813cffc375f27b035aa09893b58bd dovecot-2.1.rc3.tar.gz
fb26d79aa43f5319b3d392bc1090df78 dovecot-2.1-pigeonhole-b3bff60a18da.tar.bz2