From 978cd9da915a5ef599997b71e5b2576201edbb5a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 25 Apr 2012 13:24:35 +0200 Subject: [PATCH] Build require yazpp 1.3.0 --- configure.ac | 2 +- debian/control | 2 +- metaproxy.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d0bc2ad..2401c67 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r]) USEMARCON_INIT ## YAZPP checks -YAZPP_INIT([threads],[1.2.7]) +YAZPP_INIT([threads],[1.3.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/control b/debian/control index 5ee6703..bca2cf3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), libyaz4-dev (>= 4.2.32), - libyazpp4-dev (>= 1.2.7), + libyazpp4-dev (>= 1.3.0), libxslt1-dev, libboost-dev, libboost-thread-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 94d9bf0..33c4335 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.32, libyazpp4-devel >= 1.2.7 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.32, libyazpp4-devel >= 1.3.0 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss -- 1.7.10.4