From 558ce9ed69e55b2193475156b142c60d171db5ff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 1 Oct 2013 10:01:31 +0200 Subject: [PATCH] Depend on YAZ 4.2.69 (z_get_HTTP_Response_server) --- configure.ac | 4 ++-- debian/control | 2 +- metaproxy.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index f82017b..376487b 100644 --- a/configure.ac +++ b/configure.ac @@ -45,11 +45,11 @@ 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.67 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.69 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40243 +#if YAZ_VERSIONL < 0x40245 #error too old #endif ]])], diff --git a/debian/control b/debian/control index 16c91e0..83d231b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 5), - libyaz4-dev (>= 4.2.67), + libyaz4-dev (>= 4.2.69), libyazpp5-dev (>= 1.4.1), libxslt1-dev, libboost-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 7651a1d..5dff7a9 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, libyaz4-devel >= 4.2.67, libyazpp5-devel >= 1.4.1 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.69, libyazpp5-devel >= 1.4.1 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss @@ -30,7 +30,7 @@ Metaproxy documentation. %package -n libmetaproxy4 Summary: Metaproxy library Group: Libraries -Requires: libyazpp5 >= 1.4.0, libyaz4 >= 4.2.67 +Requires: libyazpp5 >= 1.4.0, libyaz4 >= 4.2.69 %description -n libmetaproxy4 The Metaproxy libraries. -- 1.7.10.4