Browse Source

dovecot: update to 2.2.13

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8561 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 10 years ago
parent
commit
8ed0b797b6
1 changed files with 7 additions and 3 deletions
  1. 7 3
      d/dovecot/dovecot-vl.spec

+ 7 - 3
d/dovecot/dovecot-vl.spec

@@ -1,7 +1,7 @@
 Summary: Dovecot Secure imap server
 Summary(ja): Dovecot セキュア IMAP サーバ
 Name: dovecot
-Version: 2.2.10
+Version: 2.2.13
 Release: 1%{?_dist_release}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2 and BSD with advertising
@@ -14,7 +14,7 @@ Group: System Environment/Daemons
 
 # pigeonhole
 %define build_pigeonhole 1
-%define pigeonholever 0.4.2
+%define pigeonholever 0.4.3
 
 # pop before smtp (drac)
 %define build_drac 0
@@ -63,7 +63,7 @@ Requires(preun): /sbin/chkconfig, /sbin/service
 Requires(postun): /sbin/service
 
 %if %{build_postgres}
-BuildRequires: postgresql-devel
+BuildRequires: libpq-devel
 %endif
 
 %if %{build_mysql}
@@ -479,6 +479,10 @@ make check
 %{_datadir}/aclocal/dovecot.m4
 
 %changelog
+* Sat Jun 14 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.2.13-1
+- new upstream release 2.2.13, pigeonhole 0.4.3 
+- replace BR: libpq-devel from postgresql-devel
+
 * Thu Jan  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.2.10-1
 - new upstream release 2.2.10, pigeonhole 0.4.2
 - drop drac (Pop Before Smtp) support