diff --git a/postfix.changes b/postfix.changes index fa62ba5..ea83ef5 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 07:59:32 UTC 2016 - opensuse@dstoecker.de + +- build with working support for SMTPUTF8 + ------------------------------------------------------------------- Sun Mar 20 14:11:27 UTC 2016 - mrueckert@suse.de diff --git a/postfix.spec b/postfix.spec index a7fe086..fb14c85 100644 --- a/postfix.spec +++ b/postfix.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?is_opensuse} ) %bcond_without lmdb %else @@ -85,6 +86,7 @@ BuildRequires: libopenssl-devel %if %{with lmdb} BuildRequires: lmdb-devel %endif +BuildRequires: libicu-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel BuildRequires: pcre-devel