From: Adam Dickmeiss Date: Thu, 21 Feb 2008 09:43:27 +0000 (+0000) Subject: Fixed bug #2095: libzoompp.so must be it's own debian package. X-Git-Tag: YAZPP.1.1.0~3 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=688b83880520e7485087b56cc1dda29019d7413f;p=yazpp-moved-to-github.git Fixed bug #2095: libzoompp.so must be it's own debian package. Fixed bug #2095: libzoompp.so must be it's own debian package - by bumping library libzoompp.la version info major from 2 to 3. --- diff --git a/NEWS b/NEWS index bcd34d9..599d233 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ --- 1.1.0 2008/MM/DD +Fixed bug #2095: libzoompp.so must be it's own debian package. + --- 1.0.4 2007/11/12 SocketManager class implemented uses yaz_poll instead of select(2) diff --git a/configure.ac b/configure.ac index 103bbad..fbd2d33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl YAZ++ Toolkit, Index Data 1994-2008 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.21 2008-01-24 21:51:24 adam Exp $ +dnl $Id: configure.ac,v 1.22 2008-02-21 09:43:27 adam Exp $ AC_PREREQ(2.60) AC_INIT([yazpp],[1.1.0],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -13,7 +13,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[3.0.16]) +YAZ_INIT([threads],[3.0.25]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/zoom/Makefile.am b/zoom/Makefile.am index 3e37994..4892bbc 100644 --- a/zoom/Makefile.am +++ b/zoom/Makefile.am @@ -1,4 +1,4 @@ -# $Header: /home/cvsroot/yaz++/zoom/Makefile.am,v 1.14 2007-03-20 16:21:58 adam Exp $ +# $Header: /home/cvsroot/yaz++/zoom/Makefile.am,v 1.15 2008-02-21 09:43:27 adam Exp $ AM_CXXFLAGS= $(YAZINC) @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libzoompp.la noinst_PROGRAMS = zclient endif -libzoompp_la_LDFLAGS=-version-info 2:0:0 +libzoompp_la_LDFLAGS=-version-info 3:0:0 LDADD=libzoompp.la $(YAZLALIB) mirk_sources = zexcept.cpp zconn.cpp zquery.cpp zrs.cpp zrec.cpp