Require YAZ 5.1.0, yazpp 1.6.0
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Apr 2014 08:35:34 +0000 (10:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Apr 2014 08:35:34 +0000 (10:35 +0200)
configure.ac
debian/control
metaproxy.spec

index a869be5..6fa2232 100644 (file)
@@ -40,16 +40,16 @@ AC_CHECK_FUNCS([localtime_r])
 USEMARCON_INIT
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.5.2])
+YAZPP_INIT([threads],[1.6.0])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
 CPPFLAGS="$YAZPPINC $CPPFLAGS"
-AC_MSG_CHECKING([if YAZ is version 4.2.69 or later])
+AC_MSG_CHECKING([if YAZ is version 5.1.0 or later])
 AC_COMPILE_IFELSE(
         [AC_LANG_PROGRAM([[#include <yaz/yaz-version.h>]],
                          [[
-#if YAZ_VERSIONL < 0x40245
+#if YAZ_VERSIONL < 0x50100
 #error too old
 #endif
 ]])],
index e8361f8..c340613 100644 (file)
@@ -4,8 +4,8 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 7),
-       libyaz5-dev (>= 5.0.21),
-       libyazpp6-dev (>= 1.5.2),
+       libyaz5-dev (>= 5.1.0),
+       libyazpp6-dev (>= 1.6.0),
        libxslt1-dev,
        libboost-dev,
        libboost-system-dev,
index 9d95f58..8fd386e 100644 (file)
@@ -9,7 +9,7 @@ Vendor: Index Data ApS <info@indexdata.dk>
 Source: metaproxy-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{_prefix} /etc/metaproxy
-BuildRequires: pkgconfig, libyaz5-devel >= 5.0.21, libyazpp6-devel >= 1.5.2
+BuildRequires: pkgconfig, libyaz5-devel >= 5.1.0, libyazpp6-devel >= 1.6.0
 BuildRequires: libxslt-devel, boost-devel
 Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>
@@ -31,7 +31,7 @@ Metaproxy documentation.
 %package -n libmetaproxy6
 Summary: Metaproxy library
 Group: Libraries
-Requires: libyazpp6 >= 1.5.2, libyaz5 >= 5.0.21
+Requires: libyazpp6 >= 1.6.0, libyaz5 >= 5.1.0
 
 %description -n libmetaproxy6
 The Metaproxy libraries.