From: Adam Dickmeiss Date: Thu, 24 Apr 2014 08:35:34 +0000 (+0200) Subject: Require YAZ 5.1.0, yazpp 1.6.0 X-Git-Tag: v1.5.0~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8603085b71c4097132362f3f1609136641516896;p=metaproxy-moved-to-github.git Require YAZ 5.1.0, yazpp 1.6.0 --- diff --git a/configure.ac b/configure.ac index a869be5..6fa2232 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]], [[ -#if YAZ_VERSIONL < 0x40245 +#if YAZ_VERSIONL < 0x50100 #error too old #endif ]])], diff --git a/debian/control b/debian/control index e8361f8..c340613 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss 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, diff --git a/metaproxy.spec b/metaproxy.spec index 9d95f58..8fd386e 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -9,7 +9,7 @@ Vendor: Index Data ApS 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 @@ -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.