[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - connectivity/source

Rico Tzschichholz ricotz at ubuntu.com
Mon Jul 24 10:35:45 UTC 2017


 connectivity/source/drivers/evoab2/EApi.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6592b505576a7daab4eb204f67f078f0465aef6c
Author: Rico Tzschichholz <ricotz at ubuntu.com>
Date:   Mon Jul 24 11:24:48 2017 +0200

    add libebook-1.2.so.19 in EApi.cxx
    
    Change-Id: I900a190948087360bb4c3cd9235c9848333ad66f
    Reviewed-on: https://gerrit.libreoffice.org/40359
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx
index fc81a1944769..81db0b0d83df 100644
--- a/connectivity/source/drivers/evoab2/EApi.cxx
+++ b/connectivity/source/drivers/evoab2/EApi.cxx
@@ -21,6 +21,7 @@
 #define  DECLARE_FN_POINTERS 1
 #include "EApi.h"
 static const char *eBookLibNames[] = {
+    "libebook-1.2.so.19", // evolution-data-server 3.24+
     "libebook-1.2.so.16",
     "libebook-1.2.so.15",
     "libebook-1.2.so.14", // bumped again (evolution-3.6)


More information about the Libreoffice-commits mailing list