- dovecot and pigeonhole updated

- dict quota didn't always decrease quota when messages were expunged
- Shared INBOX wasn't always listed with FS layout
This commit is contained in:
Michal Hlavinka 2010-08-17 20:31:42 +02:00
parent 547c8ca87b
commit 7275edc473
3 changed files with 15 additions and 10 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ dovecot-2.0.rc4.tar.gz
pigeonhole-snapcac6acdc4d0e.tar.bz2
dovecot-2.0.rc5.tar.gz
pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.0.0.tar.gz
/pigeonhole-snap1ae9569b0383.tar.bz2

View File

@ -1,10 +1,8 @@
%global betasuffix .rc5
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.0
Release: 0.21%{?betasuffix}%{?dist}
Version: 2.0.0
Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -12,12 +10,12 @@ Group: System Environment/Daemons
%define pigeonhole_version 20100516
URL: http://www.dovecot.org/
Source: http://www.dovecot.org/releases/2.0/rc/%{name}-%{version}%{?betasuffix}.tar.gz
Source: http://www.dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
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 0592366457df
%global phsnap 1ae9569b0383
Source8: pigeonhole-snap%{phsnap}.tar.bz2
Source9: dovecot.sysconfig
@ -101,7 +99,7 @@ Group: Development/Libraries
This package provides the development files for dovecot.
%prep
%setup -q -n %{name}-%{version}%{betasuffix} -a 8
%setup -q -a 8
%patch1 -p1 -b .default-settings
%patch2 -p1 -b .mkcert-permissions
%patch3 -p1 -b .mkcert-paths
@ -156,7 +154,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
popd
#move doc dir back to build dir so doc macro in files section can use it
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} %{_builddir}/%{name}-%{version}%{?betasuffix}/docinstall
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} %{_builddir}/%{name}-%{version}/docinstall
install -p -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initddir}/dovecot
@ -361,6 +359,11 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Tue Aug 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-1
- dovecot and pigeonhole updated
- dict quota didn't always decrease quota when messages were expunged
- Shared INBOX wasn't always listed with FS layout
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.21.rc5
- dovecot and pigeonhole updated
- Using more than 2 plugins could have caused broken behavior

View File

@ -1,2 +1,2 @@
fd0c2aaacd28431d13d53143e9c1bb07 dovecot-2.0.rc5.tar.gz
07121aa68b6f7665717e1dcf03f9dc6d pigeonhole-snap0592366457df.tar.bz2
2ca3cbd523cac1cbd53a904255dcd4f8 dovecot-2.0.0.tar.gz
552a2f050b2ef50b35de14ebc147e0de pigeonhole-snap1ae9569b0383.tar.bz2