From 2f91f25eebc7667d2a23e8439a7ac26ed8188165b9f7fc36eb3a18ad97eb9b9b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Apr 2016 11:02:22 +0000 Subject: [PATCH] Accepting request 390633 from home:dstoecker Option "smtputf8_enable" does not work properly with current build. This patch fixes the issue. OBS-URL: https://build.opensuse.org/request/show/390633 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=234 --- postfix.changes | 5 +++++ postfix.spec | 2 ++ 2 files changed, 7 insertions(+) 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