From: helge Date: Fri, 10 Sep 2004 15:59:10 +0000 (+0000) Subject: fixed sonames, lib versions X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2630664a2246306aeb7ca83017cf21a371e5d289;p=sope fixed sonames, lib versions git-svn-id: http://svn.opengroupware.org/SOPE/trunk@129 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGXmlRpc/ChangeLog b/sope-appserver/NGXmlRpc/ChangeLog index 59bc289b..8448263b 100644 --- a/sope-appserver/NGXmlRpc/ChangeLog +++ b/sope-appserver/NGXmlRpc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-10 Helge Hess + + * GNUmakefile: fixed soname, libname versions (v4.3.5) + 2004-08-31 Helge Hess * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2, diff --git a/sope-appserver/NGXmlRpc/GNUmakefile b/sope-appserver/NGXmlRpc/GNUmakefile index 4452fcc5..e69294e2 100644 --- a/sope-appserver/NGXmlRpc/GNUmakefile +++ b/sope-appserver/NGXmlRpc/GNUmakefile @@ -7,6 +7,9 @@ include ./Version LIBRARY_NAME = libNGXmlRpc TOOL_NAME = xmlrpc_call +libNGXmlRpc_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) +libNGXmlRpc_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) + libNGXmlRpc_HEADER_FILES_DIR = . libNGXmlRpc_HEADER_FILES_INSTALL_DIR = /NGXmlRpc diff --git a/sope-appserver/NGXmlRpc/Version b/sope-appserver/NGXmlRpc/Version index 9d93031b..d1646130 100644 --- a/sope-appserver/NGXmlRpc/Version +++ b/sope-appserver/NGXmlRpc/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=4 +SUBMINOR_VERSION:=5 diff --git a/sope-appserver/SoOFS/ChangeLog b/sope-appserver/SoOFS/ChangeLog index e4550195..f464c894 100644 --- a/sope-appserver/SoOFS/ChangeLog +++ b/sope-appserver/SoOFS/ChangeLog @@ -1,3 +1,7 @@ +2004-09-10 Helge Hess + + * GNUmakefile: fixed soname, libname versions (v4.3.9) + 2004-08-31 Helge Hess * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2, diff --git a/sope-appserver/SoOFS/GNUmakefile b/sope-appserver/SoOFS/GNUmakefile index a5e6054c..d026a54f 100644 --- a/sope-appserver/SoOFS/GNUmakefile +++ b/sope-appserver/SoOFS/GNUmakefile @@ -6,6 +6,9 @@ include ./Version LIBRARY_NAME = libSoOFS +libSoOFS_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) +libSoOFS_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) + libSoOFS_HEADER_FILES_DIR = . libSoOFS_HEADER_FILES_INSTALL_DIR = /SoOFS diff --git a/sope-appserver/SoOFS/Version b/sope-appserver/SoOFS/Version index 46a90fec..f7255071 100644 --- a/sope-appserver/SoOFS/Version +++ b/sope-appserver/SoOFS/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=8 +SUBMINOR_VERSION:=9