Fixed bug #2095: libzoompp.so must be it's own debian package.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 21 Feb 2008 09:43:27 +0000 (09:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 21 Feb 2008 09:43:27 +0000 (09:43 +0000)
Fixed bug #2095: libzoompp.so must be it's own debian package - by
bumping library libzoompp.la version info major from 2 to 3.

NEWS
configure.ac
zoom/Makefile.am

diff --git a/NEWS b/NEWS
index bcd34d9..599d233 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 --- 1.1.0 2008/MM/DD
 
 --- 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)
 --- 1.0.4 2007/11/12
 
 SocketManager class implemented uses yaz_poll instead of select(2)
index 103bbad..fbd2d33 100644 (file)
@@ -1,6 +1,6 @@
 dnl YAZ++ Toolkit, Index Data 1994-2008
 dnl See the file LICENSE for details.
 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)
 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
 
 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
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
index 3e37994..4892bbc 100644 (file)
@@ -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) 
 
 
 AM_CXXFLAGS= $(YAZINC) 
 
@@ -7,7 +7,7 @@ lib_LTLIBRARIES = libzoompp.la
 noinst_PROGRAMS = zclient
 endif
 
 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
 LDADD=libzoompp.la $(YAZLALIB)
 
 mirk_sources = zexcept.cpp zconn.cpp zquery.cpp zrs.cpp zrec.cpp