[ooo-build-commit] .: connectivity/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Oct 6 08:35:41 PDT 2010
connectivity/source/drivers/evoab2/EApi.cxx | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
New commits:
commit 81a2e908c915ca379df0ef622174d003f2e2c5dd
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Oct 6 15:56:33 2010 +0100
libebook-1.2.so SONAME bumped again
diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx
index 7f0c2ae..b9e0382 100644
--- a/connectivity/source/drivers/evoab2/EApi.cxx
+++ b/connectivity/source/drivers/evoab2/EApi.cxx
@@ -34,10 +34,11 @@
#define DECLARE_FN_POINTERS 1
#include "EApi.h"
static const char *eBookLibNames[] = {
- "libebook-1.2.so.9", // evolution-2.8
- "libebook-1.2.so.5", // evolution-2.4 and 2.6+
- "libebook-1.2.so.3", // evolution-2.2
- "libebook.so.8" // evolution-2.0
+ "libebook-1.2.so.10", // bumped again
+ "libebook-1.2.so.9", // evolution-2.8
+ "libebook-1.2.so.5", // evolution-2.4 and 2.6+
+ "libebook-1.2.so.3", // evolution-2.2
+ "libebook.so.8" // evolution-2.0
};
typedef void (*SymbolFunc) (void);
More information about the ooo-build-commit
mailing list