From 8abbc6f251628ac0266d66d36bb638fb3644b2c9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Nov 2013 15:27:14 +0100 Subject: [PATCH] Require yazpp 1.5.2 due to new RecordCache::add --- configure.ac | 2 +- debian/control | 4 ++-- metaproxy.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 376487b..a869be5 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r]) USEMARCON_INIT ## YAZPP checks -YAZPP_INIT([threads],[1.4.1]) +YAZPP_INIT([threads],[1.5.2]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/control b/debian/control index 2169bf4..9005771 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 7), libyaz5-dev (>= 4.2.69), - libyazpp6-dev (>= 1.4.1), + libyazpp6-dev (>= 1.5.2), libxslt1-dev, libboost-dev, libboost-system-dev, @@ -57,7 +57,7 @@ Package: libmetaproxy5-dev Section: libdevel Architecture: any Depends: libmetaproxy5 (= ${Source-Version}), - libyazpp6-dev (>= 1.4.1), + libyazpp6-dev (>= 1.5.2), libxslt1-dev, libboost-dev, libboost-thread-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 19f20d2..cf97566 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.0, libyazpp6-devel >= 1.4.1 +BuildRequires: pkgconfig, libyaz5-devel >= 5.0.0, libyazpp6-devel >= 1.5.2 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss @@ -30,7 +30,7 @@ Metaproxy documentation. %package -n libmetaproxy5 Summary: Metaproxy library Group: Libraries -Requires: libyazpp6 >= 1.4.1, libyaz5 >= 5.0.0 +Requires: libyazpp6 >= 1.5.2, libyaz5 >= 5.0.0 %description -n libmetaproxy5 The Metaproxy libraries. -- 1.7.10.4