#1 enabled libexttextcat, libstemmer and lz4 support
Closed 4 years ago by heffer. Opened 4 years ago by heffer.
rpms/ heffer/dovecot master  into  master

file modified
+9 -1
@@ -5,7 +5,7 @@ 

  Epoch: 1

  Version: 2.3.6

  %global prever %{nil}

- Release: 3%{?dist}

+ Release: 4%{?dist}

  #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2

  License: MIT and LGPLv2

  
@@ -51,6 +51,11 @@ 

  BuildRequires: quota-devel

  BuildRequires: xz-devel

  BuildRequires: libsodium-devel

+ BuildRequires: libexttextcat-devel

+ BuildRequires: lz4-devel

+ %if 0%{?fedora}

+ BuildRequires: libstemmer-devel

+ %endif

  

  # gettext-devel is needed for running autoconf because of the

  # presence of AM_ICONV
@@ -493,6 +498,9 @@ 

  %{_libdir}/%{name}/dict/libdriver_pgsql.so

  

  %changelog

+ * Thu Jul 11 2019 Felix Kaechele <heffer@fedoraproject.org> - 1:2.3.6-4

+ - enabled libexttextcat, libstemmer and lz4 support

+ 

  * Fri May 31 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.6-3

  - disable gcc 9 stack reuse temporarily

  

These build dependencies enable better full text search capabilities and lz4 compression.

Signed-off-by: Felix Kaechele heffer@fedoraproject.org

Failed ci test are due to tests hanging. This is more likely a buildsystem issue.

Pull-Request has been closed by heffer

4 years ago